Why Bitcoin / money

Ch 16 · 21 Million & the Issuance Schedule

Why Bitcoin / money progress: chapter 5 of 9
You chose: Why Bitcoin / money

21 Million & the Issuance Schedule

Hook

People say “only 21 million bitcoin.” That sounds like a slogan until you see where new coins actually come from—and how the schedule is enforced by the same rules nodes already check.

One idea

Bitcoin’s supply is capped near 21 million coins by a programmed issuance schedule: each block may create a shrinking subsidy, and that subsidy halves on a fixed block cadence—so scarcity is a rule the network verifies, not a promise on a slide deck.

Plain walkthrough

Where new bitcoin enter. Miners who find a valid block may include a coinbase transaction that pays themselves the allowed block subsidy plus fees from the transactions they included (Chapter 14). The subsidy is new issuance. Fees are bitcoin that already existed, moved as leftover in other people’s transactions (Chapter 10). Only the subsidy grows the circulating supply—and only at the rate the rules allow.

The cap. The schedule is designed so that cumulative issuance approaches 21 million BTC and never crosses a hard ceiling under the consensus rules. Exact spendable totals involve units in sats (100 million sats = 1 bitcoin) and long-tail timing; the beginner takeaway is programmatic scarcity: the limit is in the protocol, checked by nodes (Chapter 15), not declared by a treasurer each year.

Halvings. About every 210,000 blocks (~four years), the block subsidy cuts in half. Early in Bitcoin’s life the subsidy was 50 BTC per block; then 25; then 12.5; then 6.25; and so on. That event is a halving. It is automatic when the block height arrives—not a committee vote on “should we print.” After many halvings the subsidy trends toward zero; transaction fees remain the miner incentive for proposing blocks.

Why “programmatic” matters. Inflation of the bitcoin unit supply follows a known curve anyone can audit. That does not tell you what one bitcoin will buy in goods, whether you should hold it, or how it compares to other assets—those are outside this lesson. It does tell you that new coins are not minted by press release. Nodes reject blocks that pay a miner more subsidy than the schedule allows.

A short picture after the mechanism. Imagine a public recipe: “each cake may add this many grams of sugar; every 210,000 cakes, cut that sugar allowance in half; stop when the bowl would exceed 21 million grams total.” Bakers (miners) who dump extra sugar get their cakes refused by every kitchen that follows the recipe (nodes).

Issuance ≠ your balance tricks. Halving does not reach into wallets and double or delete anyone’s coins. It only changes how many new coins the next blocks may create. Your UTXOs stay yours if you still control the keys (Chapters 7 and 11).

Orientation only. Chapters on custody (17) and myths (19) sit nearby for “how to hold” and “what people get wrong.” This page stays on the schedule itself.

Watch-outs

  • “21 million” is the rule-of-thumb cap — Fine for beginners; researchers discuss sat dust and exact tallies. Do not treat dinner-table precision as a trading signal—we offer none.
  • Halving headlines — Media often frames price. This chapter frames mechanism only. No buy/sell timing advice.
  • Subsidy vs fees — Both pay miners; only subsidy is new issuance.
  • Lost coins — Keys lost mean coins unspendable; they still count in the issued supply. That is not an emergency mint button.
  • Other coins’ “supplies” — Out of scope. This site is Bitcoin-only.

You now can…

  • Explain that new bitcoin come from the block subsidy on a known schedule.
  • Define a halving as a programmed cut in that subsidy about every 210,000 blocks.
  • Tie the ~21 million cap to rules nodes enforce—not to marketing copy.

What next?

Ebook: continue to Ch 17

Back one stepReturn to map