What Money Actually Is
Before we can build digital money, we need a clear answer to a deceptively simple question: what is money, mechanically?
The three jobs of money
Section titled “The three jobs of money”Economists describe money by what it does:
- Medium of exchange — you accept it because you’re confident others will too. It removes the need for barter (the “double coincidence of wants”: a baker who wants shoes must find a shoemaker who wants bread).
- Store of value — it holds purchasing power across time, so you can sell today and buy later.
- Unit of account — it’s the ruler you measure prices with (“this costs 3 units”).
The deeper truth: money is a ledger
Section titled “The deeper truth: money is a ledger”Strip away the physical form and every monetary system is the same thing underneath: a record of who owns what, that a community agrees on. Money is a shared ledger.
- A bank database is literally a ledger — rows of balances.
- Even physical cash and gold are a ledger, just an implicit bearer one: possession is the record, and there is no transaction history — you cannot see where a coin has been. Holding it is the entry that says “this is mine.”
Bitcoin instead keeps an explicit, append-only ledger that records every move. That difference is the source of two of its defining traits: it’s independently verifiable by anyone — and, as we’ll later see, it makes privacy hard.
What makes money good
Section titled “What makes money good”Not every ledger token works well. Through history, the things that survived as money scored well on a set of properties. Here’s the scorecard, with how Bitcoin and gold compare:
| Property | What it means | Gold | Bitcoin |
|---|---|---|---|
| Durability | Doesn’t rot or decay | Excellent | Excellent (digital) |
| Portability | Easy to move/transport | Poor (heavy) | Excellent (data) |
| Divisibility | Splits into small units | Hard | Excellent (1 BTC = 100,000,000 sats) |
| Fungibility | Each unit interchangeable | Good | Good (with caveats) |
| Scarcity | Hard to produce more | Good (mining is costly) | Excellent (fixed 21M cap) |
| Verifiability | Easy to check it’s real | Hard (assay needed) | Excellent (cryptographic) |
| Acceptability | Others will take it | High | Growing |
The smallest unit of Bitcoin is the satoshi (sat): one BTC is 100,000,000 sats. So Bitcoin is more divisible than any physical money — a property that only a digital ledger can offer.
Two rows worth their mechanism
Section titled “Two rows worth their mechanism”- Verifiability. Gold is genuinely hard to verify — gold-plated tungsten bars have fooled professionals, so you need an assay or a trusted vault. A bitcoin payment is checked by anyone, locally, in milliseconds: verify a digital signature and that the coin exists unspent in the ledger. No expert, no trust. That move — from “trust a specialist” to “verify it yourself” — is the whole game.
- Scarcity. Gold is only relatively scarce: a sustained price rise pulls more out of the ground. Bitcoin’s supply is fixed by consensus at ~21M regardless of price (see supply & scarcity) — no amount of demand can summon new units.
Why this matters for what’s next
Section titled “Why this matters for what’s next”Bitcoin is an attempt to build money that scores excellently on durability, portability, divisibility, scarcity, and verifiability — without a company or government maintaining the ledger. That “without a central keeper” requirement is what turns an easy problem into a famously hard one. We meet that hard problem next.
Check your understanding
Section titled “Check your understanding”- In one sentence, what is money “underneath” all its physical forms?
- How are physical cash and gold a kind of ledger?
- Bitcoin beats gold decisively on two properties in the table — which two, and why?
- Why does “make digital money” really mean “make everyone agree on a ledger”?
- Why is fungibility Bitcoin’s weakest monetary property, and how does cash compare?
- Contrast a bearer ledger (cash/gold) with Bitcoin’s explicit append-only ledger — what does each gain and lose?
Show answers
- Money is a shared ledger — a record of who owns what that a community agrees on.
- They are an implicit bearer ledger: possession is the record. There’s no transaction history, so holding the coin or note is the entry that says “this is mine.”
- Portability (move any amount as data vs. heavy gold) and divisibility (1 BTC = 100,000,000 sats, more divisible than any physical money). Bitcoin also wins on verifiability, but those are the two pure runaway wins a digital ledger uniquely enables.
- Because money is agreement on who owns what, “making digital money” is just “getting everyone to agree on a ledger” — the whole Bitcoin problem is a consensus problem in disguise.
- Because every coin’s entire history is public, chain-analysis firms can “taint” specific coins and some exchanges freeze or refuse them, so a tainted bitcoin and a clean one are no longer perfectly interchangeable. Physical cash is the opposite: a banknote carries no visible history, making it highly fungible.
- A bearer ledger (cash/gold) gains simple, private, history-free transfer — possession is proof — but loses any record, so it can’t be independently verified or audited. Bitcoin’s explicit append-only ledger gains that everyone can independently verify every move and enforce the rules, but loses privacy: recording every move publicly is exactly what makes fungibility hard.