Digital Scarcity
Bitcoin is often called "the first thing that is both digital and scarce." True, but that line hides the hard part and oversells the easy one. This page asks what 21 million actually is, why the breakthrough was preventing copies rather than capping supply, and whether a fixed supply is a feature or a liability.
A hard cap sounds obviously good, no inflation, ever. But every monetary economist who attacks Bitcoin attacks the cap. So: what does the 21-million limit actually guarantee, what does it not, and is fixed supply a strength or a built-in problem?
Why this matters
"Scarce" is doing a lot of work in Bitcoin's pitch. If you misunderstand what the cap guarantees, you'll either over-trust it (expecting the price to follow scarcity, it doesn't) or dismiss it (assuming the number was just typed into the code, it wasn't). Getting this right is the difference between understanding Bitcoin and reciting it.
The hard part wasn't scarcity, it was copying
What "21 million" really is
The cap is not a constant someone typed in. It's an emergent consequence of two rules: start at 50 BTC per block, and halve that subsidy every 210,000 blocks. Sum that geometric series and, because Bitcoin Core truncates the subsidy in whole satoshis, it converges to 20,999,999.9769 BTC after 33 halvings, not a clean 21,000,000. Step through the schedule and watch scarcity climb while new issuance collapses:
Cumulative supply approaching the 21M cap, derived from the halving schedule. Most coins were issued early; new issuance is nearly flat now.
The honest part: scarcity is not a price oracle
Comparing scarcity honestly
Stock-to-flow as a descriptor only, higher means harder to inflate, nothing about price:
Steelman: the strongest case against a fixed supply
Test the open question: who pays for security?
The one objection above with no settled answer is the security budget. Miners are paid the block subsidy plus transaction fees, and the subsidy halves toward nothing by about 2140. Step the epochs forward and set a level of fee revenue: watch the subsidy collapse until fees are nearly the whole security budget.
Common misconceptions, checked
Source trail
- Issuance + S2F values are derived in
_drafts/first-principles-worksheet.py→data/first-principles-math.json. reproducible - Bitcoin Core controlled-supply / subsidy schedule. T2
- S2F price-model divergence (documented post-2021 failure). T3
- Lost-coin estimates: Chainalysis / Glassnode analyses (ranges, not precise). T3/T4
- Machine-readable claim ledger:
data/first-principles-facts.json.
Reflect
Next: the failure modes scarcity is meant to prevent, Why Money Fails →