Comparisons
Two monetary models, one fixed and one governed
Bitcoin: a rule that cannot be edited
Bitcoin's issuance is defined by a single line of consensus code. The block subsidy begins at fifty bitcoin and is halved every 210,000 blocks, and the reference documentation states the rule in exactly those terms: the subsidy started at fifty bitcoins and is being halved every 210,000 blocks, approximately once every four years. Because the halving interval divides evenly into the width of the integer the subsidy is stored in, the sequence terminates rather than wrapping around, and the total that can ever be issued is bounded. BIP 42, the proposal that made this termination explicit, describes the result as a finite monetary supply and sets the subsidy permanently to zero at the end of the sequence.
What matters for the comparison is not the number but the mechanism. The subsidy schedule is enforced by every validating node, and a node that accepted a block paying more than the schedule allows would diverge from the rest of the network and be ignored. Changing the schedule therefore requires convincing essentially every participant to run different rules, which is a different kind of problem from persuading a development team. The supply schedule page works through the epochs and the convergence on the cap, and the issuance and inflation page shows what each epoch issued and how the growth rate fell.
The consequence is a monetary character that is fixed in advance. A holder can compute today what the supply will be in any future year, and no committee, foundation or validator set has the authority to revise it. That predictability is the property Bitcoin is designed around, and it is also the source of its best-known criticism: a supply that cannot expand cannot accommodate a growing economy through issuance, so any adjustment has to come through price or through the velocity of the existing coins.
Ethereum: issuance as a parameter
Ethereum's supply is the net result of two forces that the network adjusts over time. New ether is issued as a reward to validators who propose and attest to blocks, and ether is destroyed when the base fee of a transaction is burned. Ethereum's own documentation describes the balance between the two as what determines the resulting inflation or deflation rate, and notes that the issuance figure moves with the total amount staked rather than being fixed by a schedule.
Both forces were introduced by deliberate protocol changes. The fee burn arrived with EIP-1559, which specifies that the base fee per gas is burned rather than paid to the block producer, and the proposal is explicit about the monetary consequence: by burning the base fee, the network can no longer guarantee a fixed ether supply, and the core developers lose some control over ether's long-term quantity. The change to proof-of-stake removed execution-layer issuance entirely; Ethereum's documentation records that issuance fell from roughly 13,000 ether a day under proof-of-work to roughly 1,700 ether a day to stakers after the transition, a reduction it puts at about 88 per cent.
The design intent is not hidden. Ethereum's documentation presents the burn as a way to make ether the only asset usable for transaction fees and to counterbalance issuance, and it presents the resulting supply as dynamic and trackable in real time. That is a coherent monetary policy, and it is a policy rather than a constant: it is set by the protocol's governance process, it has been revised more than once, and the specification itself anticipates that it may be revised again.
What follows from the difference
The two models answer different questions. Bitcoin's rule answers "how much will exist in 2040?" with a number that can be computed today. Ethereum's answers the same question with a range that depends on staking participation and on how much block space users choose to buy, and the range has moved across zero: the network has been inflationary and deflationary at different times depending on demand. Neither answer is more honest than the other, but they support different claims. A fixed schedule supports a claim about scarcity. A responsive policy supports a claim about flexibility.
The trade-off runs in both directions. A supply that cannot be adjusted also cannot be adjusted when the adjustment would help, and Bitcoin's monetary policy is credible precisely because it is inflexible. A supply that can be adjusted can respond to changing conditions, and it is also exposed to the possibility that the adjustment is made badly or for the wrong reasons. A reader comparing the two should be clear about which property they are actually valuing, because the two networks are not competing on the same axis.
It is worth separating monetary policy from monetary outcome. A fixed supply does not by itself produce a stable price, and a managed supply does not by itself produce instability. Bitcoin's price has been extremely volatile despite its fixed schedule, and ether's supply changes have been small relative to the swings in its price. The supply rule shapes the long-run character of an asset; it does not determine what the asset trades at next month.
Sources and references
Every claim above is drawn from the primary specification or official documentation of the network it describes. Where a figure is quoted, it is the figure that source states.
- Bitcoin block subsidy rule. Bitcoin Developer Reference, Block Chain: the subsidy started at 50 bitcoins and is halved every 210,000 blocks, approximately once every four years.
- Finite supply and subsidy termination. BIP 42, A finite monetary supply for Bitcoin: the halving interval divides evenly into the width of the subsidy integer, so the sequence terminates and the supply is bounded.
- Ether issuance and burning. ethereum.org, Understanding ETH supply and issuance: issuance rewards validators, the base fee is burned, and the balance between them determines the inflation or deflation rate.
- The burn and fixed supply. EIP-1559, Fee market change for ETH 1.0 chain: the base fee is always burned, and the proposal states that a fixed ether supply can no longer be guaranteed.
- Issuance after the transition to proof-of-stake. ethereum.org, How the Merge impacted ETH supply: execution-layer issuance is zero since the transition, and total new issuance fell by roughly 88 per cent.
Related reading
- ComparisonsCycles, halvings and strategies set side by side, with the measures explained.
- Bitcoin PoW vs Ethereum PoSWhat each consensus mechanism makes expensive, and what it assumes.
- Bitcoin vs Solana ArchitectureBounded blocks for cheap validation against a pipelined design for throughput.
- Bitcoin vs ICP ArchitectureOne verifiable chain against a network of subnets that can sign for themselves.
- Native vs Wrapped BitcoinWhat a wrapped token represents, and the custody assumptions behind it.
- Bitcoin L2s and SidechainsPayment channels that settle on Bitcoin against sidechains behind a peg.