Bitcoin Supply Mechanics
1 minBitcoin's supply mechanics are defined by deterministic rules within its consensus protocol. The maximum number of units that can be created is limited to 21 million. This cap is not adjustable through network consensus changes in a way that alters the fundamental issuance schedule.
Units are created exclusively through mining activities. When a miner successfully adds a new block to the blockchain, they receive a reward consisting of newly issued units plus any transaction fees from included transactions. The block reward constitutes the primary mechanism for initial distribution.
Periodic Halvings
Issuance occurs at a geometrically decreasing rate due to scheduled reductions in the block reward. These reductions, known as halvings, take place every 210,000 blocks, which corresponds to approximately four years given the average block interval of ten minutes.
The halving process unfolds as follows:
- The reward starts at 50 units per block.
- It halves to 25 after the first 210,000 blocks.
- Subsequent halvings continue this pattern until the reward per block falls below one satoshi, effectively ceasing new issuance.
This results in a supply curve that is front-loaded but asymptotically approaches the 21 million limit.
Transition to Fee-Based Security
Once the block reward diminishes to zero, the network's security will depend entirely on transaction fees paid by users. The protocol parameters ensure that the total supply remains constant thereafter, with no possibility of additional units being created beyond the established limit.
All aspects of supply mechanics are verifiable through inspection of the open-source code and the blockchain's historical data.