Ethereum EIP-1559 Fee Burn Mechanism
EIP-1559, activated in Ethereum's London upgrade (August 2021), replaced Ethereum's first-price auction fee model with a base fee + priority fee (tip) structure, where the base fee is algorithmically adjusted per block and permanently burned — removing ETH from circulation and creating deflationary pressure that offsets or exceeds new ETH issuance under certain network activity conditions.
The Pre-EIP-1559 Problem
Before EIP-1559, Ethereum used a first-price auction fee model: users bid gas prices to have their transactions included, miners selected the highest-bidding transactions, and all fees went to miners. This model had several well-documented problems: fee predictability was poor (difficult to estimate the right bid without overpaying or waiting many blocks); gas prices were volatile (small demand spikes caused large fee jumps); wallets couldn't effectively automate fee setting without either overpaying consistently or suffering frequent transaction delays; and the entire transaction fee revenue went to miners with no mechanism for ETH supply adjustment.
EIP-1559's Two-Fee Structure
EIP-1559, activated in the London hard fork (August 5, 2021), replaced the single-price auction with a two-component fee structure:
Base fee: An algorithmically-determined minimum fee required for block inclusion — the same for all transactions in a given block. The base fee adjusts automatically based on block utilisation: if the previous block was more than 50% full (above the 15M gas target), the base fee increases by up to 12.5%; if below 50% full, it decreases by up to 12.5%. This mechanism prevents sustained demand spikes from causing indefinite fee escalation — the base fee quickly adjusts to a level that brings block utilisation back toward 50%. Crucially, the base fee is burned — permanently removed from ETH circulation rather than paid to validators.
Priority fee (tip): An optional additional payment to the block proposer (validator) for transaction prioritisation. Users who need fast inclusion can set a higher priority fee to incentivise validators to include their transaction ahead of others at the same base fee. During normal conditions, priority fees of 0.1–1 Gwei suffice; during high-demand events (NFT launches, liquidation cascades), tips spike as users compete for limited immediate block space.
The Burn Mechanics: Deflationary ETH
The base fee burn is the defining economic innovation of EIP-1559. Every transaction on Ethereum burns ETH at the rate of (base fee × gas used). At a base fee of 10 Gwei and 15M gas used per block: 0.00015 ETH burned per block × 7,200 blocks per day = 1.08 ETH/day. In high-activity periods — peak DeFi season, major NFT launches, token events — the base fee can reach 100–300 Gwei, resulting in 10–30 ETH burned per block and over 1,000 ETH burned per day.
The "ultrasound money" thesis (coined by Ethereum researcher Justin Drake, tracked at ultrasound.money) proposes that at sufficient network activity levels, ETH burn exceeds new ETH issuance to validators — making ETH supply net deflationary over time. Post-Merge ETH issuance is approximately 2,000 ETH/day (staking rewards at ~4% APY on ~30M staked ETH). For ETH supply to be deflationary, the daily burn must exceed 2,000 ETH — achievable at high base fees but not guaranteed at all activity levels. Periods of high network activity (2021 NFT summer, peak DeFi TVL) saw ETH become meaningfully deflationary; bear market periods with low activity saw ETH issuance exceed burn (mild inflation).
Gas Limit and Block Size Dynamics
EIP-1559 doubled the block gas limit from 15M to 30M while setting the target at 15M — blocks can be up to 30M gas but average toward 15M over time. This gives the network elastic capacity to handle brief demand surges (blocks filling to 30M) without permanent high fees, at the cost of some increase in node resource requirements for processing 30M gas blocks. The elastic block size interacts with the base fee adjustment: a 30M gas block triggers a 12.5% base fee increase, creating rapid fee escalation during genuine sustained demand surges.
Impact on Miner/Validator Economics
EIP-1559 was initially controversial among miners (pre-Merge): the base fee burn removed a significant portion of previously miner-captured revenue, replacing it with the smaller priority fee. The concern was that reduced mining revenue would cause hash rate decline and security reduction. In practice, the base fee was partially offset by: significantly lower gas price variability (predictable fee environment reduced miners' fee optimisation overhead), and sustained high base fees during 2021's peak activity that meant total miner revenue remained high even with burning. Post-Merge, validators only receive priority fees plus block proposals from MEV-Boost — the burn mechanism is entirely compatible with proof-of-stake economics.
EIP-1559 and L2s
L2 rollups pay their L1 data costs using ETH as the gas token — EIP-1559's base fee directly affects the cost of posting batches to Ethereum mainnet. The introduction of blob transactions (EIP-4844) created a separate fee market for rollup data, but rollups still interact with EIP-1559's base fee for all non-blob L1 interactions. As rollup usage grows, the ETH burned from rollup batch submission adds to the total burn rate — L2 activity that doesn't directly generate Ethereum mainnet base fee still contributes to burn through the batch posting mechanism.
Conclusion
EIP-1559 fundamentally changed Ethereum's monetary policy by introducing a burn mechanism that creates a direct relationship between network activity and ETH supply. The base fee's algorithmic adjustment provides fee predictability that the prior auction model lacked, while the burn creates a deflationary pressure that at sufficient activity levels makes ETH supply net deflationary. The "ultrasound money" thesis — that ETH will be structurally deflationary long-term as network activity grows — remains a key investment thesis for ETH bulls. Whether the thesis holds depends on sustained growth in Ethereum network activity (DeFi, L2 usage, institutional settlement, tokenisation) sufficient to keep burn rates above the relatively modest post-Merge issuance rate of approximately 2,000 ETH/day.