EIP-1559

An Ethereum upgrade that replaced the old gas fee auction with a base fee and tip model, burning the base fee to improve fee predictability.

EIP-1559 is an Ethereum Improvement Proposal that redesigned how Ethereum transaction fees, called gas fees, are set and paid. It replaced the earlier “first-price auction” model, where users guessed a fee and often overpaid, with a more structured system intended to make fees more predictable and the network easier to use.

How the new fee model works

Under EIP-1559, each block includes a protocol-set base fee that rises when demand is high and falls when demand is low. Users then add an optional priority fee, often called a tip, to encourage validators to include their transaction sooner. This separation means the main part of the fee is no longer determined by a blind bidding war. Wallets can estimate costs more reliably because the base fee is known from current network conditions, while the tip is a smaller, user-controlled incentive.
A practical example is sending ETH or swapping tokens on a decentralized exchange. Before EIP-1559, you might submit a transaction with a high gas price to avoid delays, only to find you paid far more than necessary. With EIP-1559, the base fee adjusts automatically, and your wallet can suggest a reasonable tip based on how quickly you want confirmation.

Fee burning and network incentives

A key change is that the base fee is burned, meaning it is removed from circulation rather than paid to validators. Validators earn the priority fee and other protocol rewards. Fee burning links network usage to ETH’s supply dynamics, since heavy activity can increase the amount burned.

EIP-1559 matters because it improves the user experience around fees, reduces the chaos of fee estimation, and introduces a mechanism that ties Ethereum’s economic design to real network demand, all of which supports a healthier crypto ecosystem.