TLDR
Ethereum's upcoming Glamsterdam upgrade will keep 21,000 gas for existing accounts but add extra state gas for new addresses, breaking many wallets hardcoded fee assumptions.
- Glamsterdam introduces a new state-gas dimension so sending ETH to a brand-new address can cost far more than the traditional 21,000 gas.
- Wallets, gas estimators, and indexers that assume every ETH transfer = 21,000 gas risk misquoting fees or failing transactions after the upgrade.
- Glamsterdam is being tested on the Platberget testnet; developers need to adapt tooling before mainnet so ordinary users see a smooth transition.
Deep Dive
1. What Actually Changes
Under Glamsterdam, a plain ETH transfer to an existing account still costs 21,000 gas, but sending ETH to an address that has never appeared on chain will include an extra charge in a new state gas dimension. Reports indicate new-account transfers can incur around 183,600 units of state gas on top of the standard execution gas, reflecting the cost of permanently adding data to Ethereums state. This breaks the long-standing rule of thumb that a simple ETH transfer always costs 21,000 gas, as confirmed in coverage of Ethereums next upgrade.
Most routine payments between known addresses stay the same, but creating new accounts or funding fresh wallets becomes materially more expensive in gas terms.
2. Why Tools And Wallets May Break
The Ethereum Foundations Protocol DevOps team has warned that any tool relying on a hardcoded maximum gas limit for basic transfer can break under Glamsterdams EIP-8037 gas model. Wallets, gas-fee calculators, and indexers that assume one flat gas figure may either underfund transactions to new addresses (causing failures) or show misleading fee estimates. The change also reflects a broader policy: high-level computation becomes cheaper while permanent state growth becomes more expensive, discouraging bloat in Ethereums global state, as highlighted in foundation warnings about Glamsterdam.
If a wallet still shows 21,000 gas for every send, especially to brand-new addresses, treat its estimates cautiously until you know it has been updated.
3. Timeline And What To Watch
Glamsterdam is currently being exercised on the Platberget public testnet, which is intended to run for several months to shake out issues before the upgrade moves to longer-lived testnets and finally mainnet. The foundation is urging developers to test wallets, explorers, gas estimators, and infrastructure that frequently add new state so they can handle the new state-gas dimension cleanly. For everyday ETH users, the key signals are major wallet providers announcing Glamsterdam compatibility and network-level timelines for mainnet activation.
Watch for upgrade-ready releases from your wallet or RPC provider and, around mainnet cutover, be prepared for higher gas on first-time sends to brand-new addresses.
Conclusion
Glamsterdam keeps Ethereums familiar 21,000 gas cost for simple transfers between existing accounts but adds explicit pricing for creating new state, ending the era of a universal flat rule. The real impact falls on tooling and protocols that relied on that assumption, pushing the ecosystem to account more carefully for state growth. If developers update in time, users will mostly feel the change as occasional higher gas for first funding transactions rather than disruptive breakage.
