Ethereum’s Glamsterdam upgrade rewrites the ‘21,000 gas’ rule that wallets have used since day one

1 hour ago 17

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. The Glamsterdam upgrade is about to change that.

Under the new rules introduced by EIP-8037, transfers to existing accounts will still cost the familiar 21,000 gas. But any transfer that creates a new account on the network will now incur additional state gas charges, effectively splitting Ethereum’s gas model into two tiers for what used to be a single, uniform operation.

What’s actually changing and why it matters

The core issue is deceptively simple. Every time someone sends ETH to a fresh address that has never appeared on the blockchain before, Ethereum has to create a new entry in its global state database. That state entry lives on the network forever, occupying storage that every full node must maintain. Until now, the cost of creating that entry was bundled into the same flat 21,000 gas fee as a transfer to an address that already exists.

The new gas structure proposes a floor of 200 million gas, designed to cap state growth in a way that keeps the network sustainable as adoption scales over the coming years.

The Ethereum Foundation drove the point home with a warning issued on August 17, 2026. Any wallets, developer tools, or dApps still hardcoding the 21,000 gas limit, or relying on a single-dimensional gas model, will malfunction once Glamsterdam goes live.

The testing ground

To give developers a runway for adapting, the Ethereum Foundation launched the Platåberget testnet on August 20, 2026, just three days after the advisory. The testnet forks in Glamsterdam’s full rule set, allowing wallet providers, infrastructure teams, and smart contract developers to test their code against the new gas model before it hits mainnet.

The upgrade encompasses more than just gas repricing. Glamsterdam also introduces proposer-builder separation at the protocol level, a long-discussed structural change to how Ethereum blocks are assembled and validated. It also expands maximum contract initiation code sizes, giving developers more room when deploying complex smart contracts.

What this means for wallets and users

The immediate practical impact falls squarely on wallet providers. 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.

For DeFi protocols that programmatically send ETH to new addresses, such as airdrop contracts, payroll systems, or onboarding flows, the gas cost increase for new account creation is a line item that will need to be budgeted. Smart contracts that hardcode gas stipends for internal transfers are particularly vulnerable and may need redeployment.

The Glamsterdam upgrade marks the first time Ethereum has fundamentally altered the flat 21,000 gas assumption for simple ETH transfers since the network launched in 2015.

Disclosure: This article was edited by Editorial Team. For more information on how we create and review content, see our Editorial Policy.

Read Entire Article