MrDeFi
Ethereum2026-02-034 min read

EIP-1559 Explained: How Ethereum's Fee Market Changed

EIP-1559 explained: how Ethereum's base fee burn and priority tips reshaped gas pricing, transaction fees, and ETH supply.

EIP-1559 is an Ethereum upgrade, activated in August 2021 as part of the London hard fork, that replaced the old first-price gas auction with a base fee that adjusts automatically per block and is burned, plus an optional priority tip paid to validators. It changed how transaction fees are calculated, made costs more predictable, and introduced a permanent burn mechanism that removes ETH from circulation.

Before EIP-1559, Ethereum used a simple auction model. Users guessed how much gas price to bid, and during busy periods this led to wild overpayment, failed transactions, and a market that was hard to predict even a few blocks ahead. EIP-1559 rebuilt that system from the ground up.

The two-part fee structure

Every transaction on Ethereum now pays two components:

  • Base fee: a protocol-set price per unit of gas that rises or falls block-by-block depending on how full the previous block was. This portion is burned outright — it never reaches a validator.
  • Priority fee (tip): an optional amount the sender adds to incentivize a validator to include the transaction faster. This goes directly to the block proposer.

The base fee moves by a maximum of 12.5% per block. If a block is more than 50% full (the target), the base fee increases for the next block; if it's under 50% full, the base fee decreases. This creates a self-correcting feedback loop instead of a static auction.

Why this matters for users

Wallets can now estimate fees far more reliably because the base fee for the next block is fully determined by the current block's fullness. Users still add a tip, but the guesswork that used to dominate gas price estimation is largely gone. This is one of the quieter but most impactful improvements to everyday usability on the network, alongside the broader scaling work covered in the Layer 2 guide.

The burn mechanism and ETH supply

The base fee's destruction — rather than payment to validators — is the most economically significant part of EIP-1559. Every transaction permanently removes ETH from the circulating supply equal to base fee × gas used.

This creates a variable that interacts directly with issuance. Ethereum still issues new ETH to reward validators for staking (see how Ethereum staking works), but the burn now offsets part or all of that issuance depending on network activity. During periods of high on-chain demand, the amount burned can exceed new issuance, making net supply change negative for that period. During quiet periods, issuance dominates and supply grows. This dynamic is often visualized on public "ultrasound money" style trackers, though the underlying mechanism is simple arithmetic rather than anything speculative.

It's worth being precise here: EIP-1559 does not guarantee deflation. It ties the burn rate to actual network usage, so supply changes track demand rather than moving in one fixed direction.

What EIP-1559 did not fix

EIP-1559 did not lower the cost of using Ethereum during periods of true congestion — if demand for blockchain space exceeds what the network can process, the base fee will still climb, sometimes sharply. What changed is predictability and the elimination of severe overpayment during price spikes, not the existence of high fees during peak demand.

That congestion problem was addressed separately through rollups and later through EIP-4844's blob transactions, which gave layer-2 networks a much cheaper way to post data back to Ethereum mainnet.

Comparing pre- and post-1559 fee markets

Aspect Before EIP-1559 After EIP-1559
Pricing model First-price auction (blind bidding) Algorithmic base fee + optional tip
Fee predictability Low, prone to overpayment Higher, base fee is deterministic per block
Recipient of fees 100% to miners Base fee burned, tip to validator
Effect on ETH supply Purely inflationary from issuance Issuance offset by variable burn
Failed transaction risk Higher during spikes Lower, though still possible

Practical implications today

For anyone interacting with DeFi protocols, wallets, or DEXs, EIP-1559 mostly shows up as two numbers in a wallet's fee estimator: a base fee and a tip slider. Setting a tip too low can delay a transaction during busy periods; setting the max fee too low can cause a transaction to fail if the base fee rises before it's mined. Most modern wallets, discussed further in our wallet security guide, handle this estimation automatically, but understanding the two components helps when manually adjusting gas settings during volatile network conditions.

The burn also has a secondary effect worth noting: because burned ETH is removed identically regardless of which validator processed the transaction, it removes an incentive structure where validators might have colluded to inflate fees, a topic connected to broader discussions of MEV on Ethereum.

Bottom line

EIP-1559 replaced Ethereum's blind gas auction with an algorithmic base fee that adjusts to network demand and gets burned, plus a separate tip that goes to validators. The result is more predictable fee estimation and a supply mechanism that ties ETH issuance to actual usage rather than a fixed schedule. It didn't eliminate high fees during genuine congestion, but it removed much of the guesswork and overpayment that plagued the network before 2021.

Related articles

This article is for educational purposes only and is not financial advice. DeFi involves significant risk, including total loss of funds. Always do your own research.