EIP-1559 (Ethereum Fee Reform)
EIP-1559 is an Ethereum Improvement Proposal that fundamentally reformed the network’s transaction fee market. It activated on August 5, 2021, via the London hard fork, and is one of the most consequential protocol changes in Ethereum’s history — both for usability and for ETH’s token economics.
Problem: The First-Price Auction
Before EIP-1559, Ethereum used a first-price auction for gas fees:
- Users guessed what miners would accept and bid accordingly
- During congestion, users rapidly escalated bids, causing highly volatile fees
- Overpaying was common; underpaying meant transactions sat unconfirmed for hours
- Users had no reliable way to estimate the correct fee
The EIP-1559 Mechanism
EIP-1559 introduced two structural changes:
1. Protocol-Computed Base Fee
A base fee is calculated by the protocol each block, adjusting dynamically:
- If the previous block used >50% of its gas limit → base fee increases (up to 12.5%)
- If the previous block used <50% → base fee decreases (up to 12.5%)
- Target: 50% block utilisation (elastic: blocks can be up to 30M gas, target is 15M)
The base fee makes fees predictable — users know roughly what they’ll pay.
2. Base Fee Is Burned
Crucially, the base fee is permanently removed from the ETH supply (burned). This:
- Removes speculative pressure from the fee market
- Creates a deflationary mechanism tied to network usage
- Aligns ETH’s value with Ethereum’s utility: the more the network is used, the more ETH is burned
3. Priority Fee (Tip) to Validators
Users can optionally include a priority fee (tip) to incentivise validators to include their transaction sooner. This goes to the block proposer.
User-set parameters:
- Max fee — absolute ceiling on what the user will pay (base + tip, combined)
- Priority fee — how much tip to offer the validator
- Any excess above (base fee + priority fee) is refunded
Impact on ETH Supply Economics
| Scenario | Effect |
|---|---|
| High network demand | Burns > new issuance → ETH becomes deflationary |
| Low demand | Burns < issuance → mild inflation (+0.5–0.75% annually) |
| Post-Merge average (2022–2025) | –0.29% average (net deflationary) |
| Early 2026 (low L1 activity) | +0.75% (L2 scaling reduced L1 fees and burns) |
Cumulatively, >4 million ETH had been burned by 2025. During the NFT boom periods of late 2021, daily burns exceeded daily new issuance by 2–5×.
The “Ultrasound Money” Narrative
EIP-1559 enabled the “ultrasound money” meme within the Ethereum community — ETH as money that becomes more scarce as usage grows, contrasting with inflationary fiat money. Critics note that the mechanism only produces deflation during sustained high demand; prolonged low-activity periods (as in early 2026) produce mild inflation.
Historical Context
- Activated: August 5, 2021 (London hard fork, block 12,965,000)
- Combined with The Merge (Sep 2022): removed the high PoW issuance (~4% annual), amplifying EIP-1559’s deflationary potential
- Post-Dencun (2024): L2 adoption reduced L1 transaction volume, reducing burn rates; L1 fee revenue dropped to ~$19M/month by early 2026
Sources
- grokipedia-2026-ethereum-history — detailed EIP-1559 mechanics, historical context, and impact on ETH supply
- wikipedia-2026-ethereum — overview of London hard fork and EIP-1559
- ethereumorg-2026-what-is-ethereum — deflationary mechanism described as “ETH burned per transaction”
Related concepts: ethereum | proof-of-stake | layer-2 | gas | blockchain