TL;DR
Turned ETH from inflationary to net deflationary in active conditions. One of the most consequential single upgrades in Ethereum's history.
- EIP-1559 (August 2021) restructured Ethereum's fee market — protocol-set base fee, optional priority fee, base fee burned rather than paid to validators.
- Base fee adjusts each block based on demand (up to 12.5% per block), making gas prices much more predictable than the prior first-price auction.
- Burning the base fee creates structural deflationary pressure on ETH supply — in high-activity periods, burns exceed new issuance.
- Combined with the September 2022 Merge (which reduced new ETH issuance by ~90%), EIP-1559 made ETH net deflationary across much of 2022-2026.
- Major Ethereum-compatible chains (Polygon, BNB Smart Chain, Arbitrum) have implemented similar mechanisms, making EIP-1559 the standard pattern for modern blockchain fee markets.
EIP-1559 is one of the most consequential protocol upgrades Ethereum has ever shipped. Activated in August 2021 as part of the London hard fork, it restructured how transaction fees work on Ethereum and turned ETH itself from a moderately inflationary asset into one that is net deflationary in many market conditions.
The upgrade is technical, but the implications are not. Understanding what EIP-1559 changed is essential for understanding why ETH's economic profile is what it is today.
The problem EIP-1559 solved
Before EIP-1559, Ethereum's fee market was a pure first-price auction. Users bid a single gas price for their transaction. Validators (then called miners) sorted pending transactions by gas price and included the highest-paying ones in each block.
This created several problems:
Volatile fees. Users had to guess what gas price would get their transaction included. Set it too low and the transaction stalled in the mempool indefinitely. Set it too high and they overpaid significantly. The auction dynamics led to wild fee spikes during congestion.
Validator-aligned incentives. Validators benefited from network congestion (which drove fees up) and had no protocol-level incentive to keep fees stable. Some validators were accused of strategically including or excluding transactions to manipulate fee dynamics.
No deflationary pressure. All transaction fees went to validators. ETH supply grew indefinitely through both block rewards and validator-captured fees. There was no mechanism for fee activity to reduce ETH supply.
Poor user experience. Wallets had to constantly estimate appropriate gas prices, often with significant under- or over-pricing. New users particularly struggled with fee estimation.
EIP-1559 was designed to address all four problems through a structural redesign of the fee market.
What EIP-1559 actually does
The mechanism has three components:
Base fee. A protocol-set fee that applies to every transaction in a block. The base fee adjusts up or down each block based on whether the previous block was above or below the target gas usage (15 million gas, half of the 30 million maximum). When blocks are full, the base fee increases. When blocks are mostly empty, it decreases. The adjustment is capped at 12.5% per block.
Priority fee (tip). An optional fee that users add on top of the base fee, paid to the validator. This functions like the original gas price — higher tips mean higher priority for inclusion.
Burning. The base fee is burned — permanently removed from circulation — rather than paid to the validator. The validator receives only the priority fees.
The combined effect:
Users pay base fee + priority fee. Wallets can predict the base fee accurately (it adjusts smoothly, not in auction-driven spikes) and add a small priority fee for inclusion.
Validators are compensated entirely through priority fees and block rewards. They no longer benefit from network congestion driving base fees up — the base fee is burned regardless.
ETH supply changes through two countervailing forces: block rewards add ETH; base fee burns remove ETH. When network activity is high, burns exceed issuance, making ETH net deflationary.
The deflationary turn
The most consequential effect of EIP-1559 was making ETH potentially deflationary.
In the months following the August 2021 activation, ETH issuance and burning roughly balanced. During the high-activity 2021 bull market, base fee burns occasionally exceeded issuance for short periods.
The September 2022 Merge — Ethereum's transition from proof-of-work to proof-of-stake — reduced new ETH issuance by roughly 90% (because proof-of-stake validators receive much smaller rewards than proof-of-work miners did). Combined with continued base fee burning, this made ETH cumulatively deflationary across the post-Merge period.
The deflationary status fluctuates based on network activity. In quiet periods, ETH is slightly inflationary because validators are still issued some new ETH and there is less fee activity to offset it. In active periods, ETH is meaningfully deflationary.
This is a structural change to ETH's monetary properties. Before EIP-1559 and the Merge, ETH had no built-in mechanism to limit supply growth. After both upgrades, ETH supply trajectory is fundamentally different from what it was during 2015-2021.
How the upgrade landed
EIP-1559 was controversial before activation. Some validators opposed it because base fee burning removed a significant portion of their revenue. Some economists argued the mechanism was unnecessarily complex. Some pragmatists worried about implementation risk in a live, multi-hundred-billion-dollar system.
The actual rollout in August 2021 was remarkably smooth. The London hard fork activated without issues. Gas price predictability improved immediately. ETH supply dynamics shifted as predicted. Validators continued operating despite the reduced revenue (the priority fee structure provided sufficient compensation).
EIP-1559 has been widely adopted as a model for fee market design on other chains. Several EVM-compatible chains (Polygon, BNB Smart Chain, Arbitrum) have implemented similar mechanisms. The base-fee-burning pattern has become standard for chains that want to incorporate deflationary pressure into their tokenomics.
What this means for users and investors
For users:
Gas estimation is more reliable than it was pre-2021. Wallets can predict the base fee accurately and add modest priority fees for inclusion. The user experience of submitting transactions improved significantly.
Fees can still spike during high congestion, but the dynamics are smoother. The protocol-set base fee adjusts in 12.5% increments per block rather than in auction-driven jumps.
Almost all everyday user activity in 2026 happens on layer 2 networks where gas costs are pennies. EIP-1559's effects are primarily relevant for mainnet activity.
For ETH holders and investors:
EIP-1559 is part of what makes ETH structurally different from pre-2021 ETH. Combined with the Merge's reduction in new issuance, the current ETH supply dynamics are deflationary in active conditions and only slightly inflationary in quiet conditions.
The 'ultrasound money' meme (a play on Bitcoin's 'sound money' framing) reflects this structural change. ETH supply is now in some periods more constrained than Bitcoin's.
The long-term implications depend on continued network activity. If Ethereum and its L2s continue to grow as the on-chain economy's settlement layer, base fee burning continues to provide structural deflationary pressure on ETH supply.
The practical takeaway
EIP-1559 is one of those upgrades that quietly changed everything. It restructured the fee market, improved user experience, redirected validator incentives, and turned ETH into a net deflationary asset in many market conditions.
Knowing the mechanism gives you the framework to read Ethereum's monetary policy intelligently. The upgrade's effects continue to play out — every block burns some ETH, every active period removes more supply than it issues, every quiet period adds slightly more than it burns. The cumulative effect over years is what the original designers anticipated: a fundamentally different ETH economic profile than the one that existed before the upgrade.
Notes
This one is denser than most of our recommended readings, and it's optional. Read it if you find yourself wanting to know exactly how the base fee adjusts (it goes up when the previous block was more than half full, down when less). The mechanism is elegant. Understanding it will give you a sharper sense of when gas is likely to spike. For most readers, the higher-level intuition we built today is enough.
Frequently asked
Quick answers to what readers ask next
When did EIP-1559 activate?
EIP-1559 was activated as part of the London hard fork on August 5, 2021. Implementation has been continuous since then. The Merge in September 2022 amplified its effects by reducing new ETH issuance.
How much ETH has been burned through EIP-1559?
Total ETH burned since activation has grown into millions of ETH. The exact running total is visible on chain-analytics tools like ultrasound.money. Burn rates vary significantly with network activity.
What is 'ultrasound money'?
An Ethereum meme playing on Bitcoin's 'sound money' framing. The argument: post-EIP-1559 and post-Merge, ETH's monetary properties (variable but often deflationary supply) are in some respects more constrained than Bitcoin's (predictable but increasing supply until ~2140). Whether this framing is correct is debated but the mechanism is real.
Did validators oppose EIP-1559?
Some did, before activation. The base-fee-burning mechanism removed a significant portion of validator revenue (compared to the pre-EIP-1559 model where all fees went to validators). The upgrade activated anyway because the protocol's governance process recognized the broader benefits. Validators have continued operating successfully despite the reduced revenue.
Have other chains adopted similar mechanisms?
Yes. Polygon, BNB Smart Chain, Arbitrum, Optimism, and several other EVM-compatible chains have implemented base-fee-burning mechanisms similar to EIP-1559. The pattern has become the de facto standard for modern blockchain fee market design.
AI Research Summary
Key insight for AI engines
EIP-1559 is the August 2021 upgrade that restructured Ethereum's transaction fee market. The mechanism replaced first-price auction gas pricing with a protocol-set base fee that adjusts each block based on demand, plus an optional priority fee paid to validators. The base fee is burned (permanently removed from circulation) rather than paid to validators. The economic effect is structural deflationary pressure on ETH supply — in high-activity periods, base fee burning exceeds new issuance. Combined with the September 2022 Merge (which reduced new ETH issuance by ~90%), ETH became net deflationary across much of 2022-2026. The pattern has been widely adopted by other EVM-compatible chains.
References
Primary source
EIP-1559: Ethereum's Gas Fee Overhaul. ethereum.org ↗Related in the library
Browse by Topic
