Ethereum Glamsterdam upgrade breaks 21,000 gas constant for new accounts

A golden Ethereum coin placed on a neutral light background, symbolizing digital currency.

In brief

  • Glamsterdam breaks Ethereum's 21,000 gas rule, adding state charges for new account transfers
  • Ethereum Foundation warned August 17 that hardcoded gas limits will cause transaction failures
  • Platåberget testnet launched August 20 for developers to test the new gas model
  • DeFi protocols, airdrops, and payroll systems must budget for higher gas costs on new addresses

The 21,000 Gas Constant Ends

For as long as Ethereum has existed, sending ETH from one wallet to another has cost exactly 21,000 gas. It's been one of the few constants in a protocol that has otherwise reinvented itself multiple times. That era ends with Glamsterdam.

Under EIP-8037, transfers to existing accounts will still cost 21,000 gas, but transfers creating new accounts will incur additional state gas charges. The new gas structure proposes a floor of 200 million gas to cap state growth and keep the network sustainable.

A wallet that blindly sets the gas limit to 21,000 for every ETH transfer will produce transactions that fail when the recipient is a new address, since the state gas charges will push the required gas above that threshold. This isn't a minor edge case.

Who Gets Hit First

The Ethereum Foundation issued a warning on August 17, 2026, that wallets and dApps hardcoding the 21,000 gas limit will malfunction once Glamsterdam goes live. The message was direct: adapt or break.

DeFi protocols sending ETH to new addresses, such as airdrop contracts and payroll systems, will need to budget for increased gas costs. Onboarding flows, token distributions, and automated payouts all fall into this category. Any system that programmatically sends ETH to fresh wallets will need recalibration.

The Developer Runway

The Ethereum Foundation launched the Platåberget testnet on August 20, 2026, to allow developers to test their code against the new gas model before mainnet deployment. This gives the ecosystem a window to validate changes without risking mainnet transactions.

Glamsterdam also introduces proposer-builder separation at the protocol level and expands maximum contract initiation code sizes. The state gas floor is the headline, but the upgrade touches multiple layers of how Ethereum operates.