EIP-1559 Fee Burn Mechanics
EIP-1559, implemented in Ethereum's London hard fork in August 2021, redesigned Ethereum's transaction fee mechanism by splitting fees into a base fee (burned, permanently removing ETH from supply) and a priority fee (paid to validators as a tip) — creating ETH's deflationary supply dynamic.
Ethereum Before EIP-1559: The Auction Problem
Before August 2021, Ethereum used a simple first-price auction for transaction fees. Users submitted a "gas price" they were willing to pay — Ethereum miners included transactions in order of highest gas price. During high demand periods (DeFi summer 2020, NFT boom 2021), this mechanism created a chaotic fee market where users wildly overbid to get their transactions included in the next block, average gas prices reached 200–500+ Gwei (tens to hundreds of dollars per transaction), and fee predictability was essentially impossible.
Beyond user experience problems, the old mechanism sent 100% of transaction fees to miners as revenue — a mechanism that had potential security implications as Ethereum approached proof-of-stake (miners received large rewards primarily for transaction ordering rather than security provision, creating incentive misalignments). EIP-1559 (Ethereum Improvement Proposal 1559) restructured both the fee mechanism and the economics of ETH issuance.
The EIP-1559 Fee Structure
EIP-1559 split Ethereum transaction fees into two distinct components:
Base Fee: A protocol-determined fee that all transactions in a block must pay. The base fee is set algorithmically by the protocol — it increases when blocks are above 50% capacity and decreases when blocks are below 50% capacity, targeting an average block utilisation of 50% (with a maximum block size 2× the target). This algorithmic adjustment creates fee predictability: users can estimate the base fee for the next few blocks reasonably accurately. Critically, the base fee is burned — it is permanently destroyed and removed from ETH's circulating supply. Miners (now validators, post-Merge) receive zero base fee revenue.
Priority Fee (Tip): An optional tip that users add on top of the base fee to incentivise validators to include their transaction. During periods of low congestion, a 1–2 Gwei tip is sufficient. During high-demand periods, users competing for block inclusion bid up their tip to get priority. The priority fee is paid entirely to the block proposer (validator) as revenue. Validators' transaction-fee revenue now comes only from priority fees.
Max Fee: Users set a "max fee" — the absolute maximum they are willing to pay. The actual fee paid = min(base fee + tip, max fee). Any excess between max fee and (base fee + tip) is refunded to the user. This cap prevents users from accidentally overpaying when they set a high max fee during a period of declining base fees.
The ETH Burn: "Ultrasound Money"
The base fee burn is EIP-1559's most consequential feature for ETH's long-term value. Every transaction on Ethereum permanently removes ETH from the total supply. During periods of high network activity, the burn rate can exceed Ethereum's new ETH issuance rate from validator rewards — making ETH's total supply shrink rather than grow. This potential deflationary supply dynamic earned ETH the community branding "ultrasound money" (a reference to Bitcoin's "sound money" narrative, taken further by supply contraction).
Key metrics:
- Post-Merge issuance: After Ethereum's transition to proof-of-stake (September 2022), ETH issuance to validators is approximately 0.5–1% per year — dramatically less than the 4% annual issuance under proof-of-work.
- Break-even burn rate: For ETH supply to be flat, the daily burn must equal daily validator issuance (roughly 1,700–2,000 ETH/day post-Merge). When Ethereum activity is moderate-to-high (multiple bull market DeFi seasons have seen 10,000–20,000+ ETH/day burned), the network is substantially deflationary.
- Bear market impact: During periods of low network activity (late bear markets with minimal DeFi volume and NFT trading), daily burns can fall below the issuance rate — making ETH mildly inflationary. The supply dynamics thus fluctuate with network activity levels.
Tracking the ETH Burn
ultrasound.money: The most popular ETH burn tracking dashboard. Shows real-time burn rate, cumulative ETH burned since EIP-1559 activation, supply trend (inflationary vs deflationary), and projections at various activity levels. As of mid-2026, over 4 million ETH has been burned since EIP-1559 — representing approximately $10+ billion in supply removed at current prices.
Etherscan Gas Tracker: Shows current base fee, Gwei recommendations for different transaction urgencies, and historical gas price charts. Essential for optimising transaction timing — transactions submitted when the base fee is low cost significantly less than during congestion peaks.
Implications for ETH's Value Proposition
EIP-1559 fundamentally changed ETH's macro supply narrative and investor thesis in several ways:
Fee sink: High Ethereum network activity now directly benefits ETH holders by reducing supply. Bull market conditions — when DeFi volume, NFT activity, and layer 2 bridge activity are all elevated — generate high base fees and high burn rates, creating supply scarcity at precisely the moment when demand for ETH is also highest. This reflexive supply/demand dynamic amplifies ETH price during peak activity cycles.
L2 impact: As more activity migrates to Ethereum Layer 2s (Arbitrum, Optimism, Base, zkSync), L1 base fees may structurally decline — L2 transactions are cheaper specifically because they batch many transactions into a single L1 settlement, reducing individual gas consumption on L1. Lower L1 activity means lower burn rates. The long-term supply equilibrium for ETH depends significantly on how much activity settles on L1 vs L2.
Revenue model shift: Validators post-Merge earn from priority fees (which users willingly pay) rather than the old miner extractable value (MEV) from transaction ordering manipulation. This is a cleaner, more sustainable validator revenue model — though sophisticated MEV strategies (via flashbots and other MEV infrastructure) still enable validators to earn above their official priority fee income.
Summary
EIP-1559 transformed Ethereum's fee mechanism from an unpredictable first-price auction to an algorithmic base fee system that provides better fee predictability for users while permanently burning a portion of all Ethereum transaction fees. The burn mechanism creates ETH's deflationary potential — when network activity is sufficiently high, more ETH is burned than issued, making ETH supply contract. This supply dynamic, combined with Ethereum's proof-of-stake transition reducing issuance, is the foundation of ETH's "ultrasound money" investment thesis. Tracking the burn rate via ultrasound.money and understanding the base fee in gas price analysis are practical skills for any active Ethereum user or investor.