Blockchain & Crypto Fundamentals

Base Fee (EIP-1559)

The algorithmically set minimum gas fee per transaction on Ethereum post-EIP-1559, burned rather than paid to miners.

Base Fee (EIP-1559) — The base fee is the minimum gas price per unit required for a transaction to be included in an Ethereum block, set algorithmically by the protocol based on network demand. Introduced by EIP-1559, the base fee adjusts automatically each block — increasing when blocks are more than 50% full and decreasing when utilization drops below 50%.

How the Base Fee Works

Before EIP-1559 (August 2021), Ethereum used a first-price auction where users bid gas prices and the highest bidders were included first. This was inefficient and unpredictable. EIP-1559 replaced this with a protocol-determined base fee that adjusts by up to 12.5% per block based on the previous block's utilization relative to a target size of 15 million gas.

If a block is 100% full (30 million gas), the next block's base fee increases by 12.5%. If a block is completely empty, it decreases by 12.5%. This creates a responsive pricing mechanism that converges toward the market-clearing gas price without requiring users to guess the optimal bid. Wallets display the current base fee and users simply add a priority fee (tip) on top.

Critically, the base fee is burned — it is destroyed rather than paid to validators. This makes ETH deflationary during periods of high network usage, as more ETH is burned in base fees than is created through staking rewards. Validators only receive the priority fee portion of the gas cost.

Why the Base Fee Matters

The base fee makes gas pricing more predictable and transparent. Before EIP-1559, users frequently overpaid for gas because they could not accurately estimate the market-clearing price. Now, wallets can read the current base fee directly from the latest block and provide accurate fee estimates. This is especially valuable for traders who need reliable cost projections for their strategies.

The burn mechanism also has significant economic implications. During high-activity periods — token launches, market crashes, or popular NFT mints — the base fee can spike to hundreds of gwei, burning large amounts of ETH. On several occasions, daily ETH burned has exceeded daily issuance, making the total ETH supply temporarily deflationary. This dynamic ties network usage directly to ETH's monetary policy.

Real-World Example

During a major memecoin launch on Ethereum, network demand surges and blocks fill to capacity. The base fee starts at 30 gwei and increases by 12.5% per block. After 20 consecutive full blocks, the base fee has risen to approximately 290 gwei. A swap that would normally cost $15 now costs $150. As the frenzy subsides and block utilization drops below 50%, the base fee decreases back toward equilibrium over the next 50-100 blocks. Traders monitoring the base fee in real time can decide whether to execute immediately at a high cost or wait for the fee to normalize.

Common questions about Base Fee (EIP-1559) in cryptocurrency and DeFi.

You can submit such a transaction, but it will not be included in a block until the base fee drops to or below your specified maximum fee. Wallets typically prevent this by defaulting to the current base fee, but manually setting a lower maxFeePerGas means your transaction will remain pending until network conditions change.

It depends on the network. Arbitrum and Optimism implement their own fee mechanisms. Base (Coinbase's L2) burns a portion of fees similarly to Ethereum. Each Layer-2 has its own fee structure for execution on the L2 itself, separate from the data posting costs paid to Ethereum mainnet.

The base fee updates every block (approximately every 12 seconds on Ethereum). It can increase or decrease by a maximum of 12.5% per block. During extreme demand spikes, the base fee can double roughly every 6 blocks (about 72 seconds), which is why gas costs can escalate rapidly during high-activity events.

Ready to put your knowledge into practice?

Start Boosting