Koinlytics

EIP-1559 and Ethereum's Fee Market

Ethereumintermediate7 min read
Base fee, priority fee, and the burn. Why gas prices stopped feeling like a blind auction and why ETH became deflationary in most months.

Before August 2021, sending an Ethereum transaction was a bidding war. You picked a gas price, guessed whether it was high enough, and hoped. During launches or NFT drops, users routinely overpaid by 5-10x. EIP-1559 replaced that mess.

The two-part fee

Users submit a max-fee (base + tip cap) and a max-priority-fee (the tip). If base fee spikes, they pay less tip. If it collapses, they get a refund.

Why the base fee is burned

Every base fee ETH goes to a dead address. Gone forever. This ties Ethereum's monetary policy to network usage: heavy days burn a lot of ETH. Combined with the ~1 million ETH per year issued to validators, the net change is often negative. Since the Merge, roughly 40% of blocks have been net deflationary.

What this means at the wallet

Base fees are predictable. Your wallet's fee estimator is now accurate to within a few percent for the next block. You almost never have to think about "is this a launch day?" The main thing you tune is the tip if you need to be first in a specific block (arbitrage, liquidations, NFT mints).

Blobs and 4844 added a second market

EIP-4844 (Dencun, 2024) introduced a separate fee market for blob data used by L2 rollups. Blob gas is priced independently and burned separately. When rollups are quiet, blobs are almost free. When many rollups post at once, blob prices spike but it does not affect regular tx gas.

Numbers that matter

PreviousAccount Abstraction and ERC-4337 NextHow to Read a Contract on Etherscan
Powered by Koinlytics · Free crypto education.

Ready to try what you just learned?

Open the Koinlytics dashboard and see the concepts live on your real portfolio.

Launch App