Bitcoin VerityOpen comparator

Level 4 · Why Bitcoin emerged

Why does digital money need a shared record?

Why an ordinary file cannot safely serve as money and why a system must know who may spend each unit.

Article
37
Reading time
13 minutes
Reviewed
8 September 2026

In a nutshell

A digital message can be copied perfectly, but money must not multiply whenever it is paid. A digital monetary system therefore needs more than secret passwords: it needs a reliably updated shared state of ownership and a rule for ordering conflicting payments.

01

A file and money are not the same thing

When you send a photograph, you keep the original file while the recipient receives a copy. That is useful for information. If money behaved in the same way, every payment would create more money. A digital coin therefore cannot be merely a file passed from one phone to another.

Instead of tracking a physical object, the system must track authority to spend value. It has to know whether that value has already been used and whether the rightful controller authorised the payment. Ownership of digital money follows from records and rules, not from the colour or material of an object in your hand.

02

A signature proves consent, not a unique order

A digital signature can show that an instruction was created by the holder of the relevant private key and was not altered in transit. By itself, however, it cannot choose between two different, correctly signed instructions that try to spend the same value. Both may be authentic, but the system can accept at most one.

A shared view of the past is therefore necessary. If every participant has a different ledger, the same payment may appear valid on one computer and invalid on another. A monetary system must define how new records are announced, checked and ordered, and when they are settled firmly enough to rely on.

  • a signature answers who authorised the payment
  • the ledger state answers what remains available to spend
  • ordering decides which conflicting payment was accepted
03

A central database is the usual solution

A bank or payment company maintains one authoritative database. When you pay by card, its systems check the account, update balances and reject a later attempt to spend the same funds. This is practical, fast and highly effective when the infrastructure is managed well.

The operator also decides who may use an account, can suspend a payment and must protect the central database from mistakes, attacks and abuse of authority. Users rely on its technology, contract, laws and institutions. That is not automatically bad; it is a particular model of trust.

04

The question Bitcoin tried to answer

Bitcoin asked a narrower technical question: can strangers maintain a shared record without one administrator having the final word? Its answer combines signatures, a peer-to-peer network, blocks, proof of work and rules that every node can check independently.

Bitcoin does not eliminate the need for a shared record. It changes how that record is produced and verified. Instead of one private database, there is a publicly verifiable history from which every full node can calculate the valid state. The next article explains how the network resolves two conflicting payments.

Level 4 · Why Bitcoin emerged

Terms to know

Ledger state
The current result of all valid records: who or which key may spend a particular value.
Digital signature
Cryptographic evidence that the holder of a private key authorised a specific message without revealing the key.
Authoritative record
The version of accounting history that a system treats as decisive when records conflict.

Common misconception

Digital money only needs encryption to stop it being copied.

A more accurate explanation

Encryption protects content or access, but it does not turn copyable data into a unique physical object. The system must still detect whether spending authority has already been used and reconcile the order of payments.

A more accurate explanation

Why replace a central database at all?

For many everyday payments a central operator is faster, cheaper and able to correct mistakes. A decentralised record is most useful when independent verification, open access or resistance to a single point of control matters. The trade-offs include lower capacity and greater responsibility for the user.

37

Key takeaways

  1. 01A digital file can be copied; authority to spend money must not multiply during payment.
  2. 02A signature verifies consent but cannot by itself order conflicting payments.
  3. 03Conventional digital money establishes order through a central database.
  4. 04Bitcoin retains a shared record but makes it independently verifiable without one administrator.

A child-friendly recap

In very simple terms

A photo can be copied so both people have it, but money must not magically multiply when it is paid. A shared record must show what has already been spent. Bitcoin lets many computers check that record under the same rules.

Reviewed: 8 September 2026

Sources and further reading

Sources support particular facts and definitions; listing one does not mean the editors endorse every view of its author.

01
Bitcoin: A Peer-to-Peer Electronic Cash SystemBitcoin.org
bitcoin.org
02
Detecting double spending in digital cashHal Finney / Satoshi Nakamoto Institute archive
nakamotoinstitute.org
03
Blind signatures for untraceable paymentsDavid Chaum / Satoshi Nakamoto Institute archive
nakamotoinstitute.org

Educational material, not an investment recommendation.