Need help? Support
BITCOIN
Tether Dominance USDT.D

ETH upgrade breaks wallets' 21,000 gas rule

Published Updated 565 words 3 min read

TLDR

Ethereums upcoming Glamsterdam upgrade will change how gas is charged for basic ETH transfers, so the old 21,000 gas for every send rule will no longer always hold.

  1. Glamsterdam keeps 21,000 gas for transfers to existing addresses but adds a large extra state gas cost when sending to brand new addresses.
  2. Wallets, explorers, and gas estimators that assume a fixed 21,000 gas may break or misquote fees, which could cause failed transactions or confusing costs for users.
  3. The change is rolling out via testnets before mainnet, and developers need to update tooling; users mainly just need to watch for wallet updates and slightly higher fees to new addresses.

Deep Dive

1. What Is Changing In Glamsterdam

For years, a plain ETH transfer has effectively meant 21,000 gas, regardless of who you send to. Glamsterdam explicitly breaks that assumption.

After the upgrade, sending ETH to an existing account will still cost 21,000 gas, but sending to an address that has never appeared in Ethereums state will incur an additional 183,600 units of a new state gas category, reflecting the cost of creating and storing a new account in the global state, as outlined in Coindesks Glamsterdam coverage. Tokenposts overview of the Glamsterdam upgrade confirms this split between existing and new accounts.

This sits inside EIP?8037, which introduces state gas charges specifically for state?creating operations, according to a detailed EIP?8037 explainer.

2. Impact On Wallets And Everyday Users

Many wallets, explorers, and gas estimation tools hardcode 21,000 gas as both the minimum and maximum for a basic ETH transfer. Ethereums Protocol DevOps team warns that any tool using such a fixed maximum will break once Glamsterdam is live, because transfers to new addresses can now be far more expensive than that fixed cap.

Crypto.news estimates that new account creation could be around 8.5 times more expensive than today under the new parameters, and contract deployment costs may rise significantly, all to better price long term state growth in Ethereums database.

What this means

If a wallet or dapp you use does not update, it could misestimate gas, reject valid transactions, or leave you with stuck sends when paying brand new addresses; updated software should handle this smoothly and simply show a higher fee in those cases.

3. Timeline And What To Watch Next

Glamsterdam is being phased in through test infrastructure first. The Platberget public testnet is live and scheduled to run the Glamsterdam fork for several months, focusing on state gas, access lists, and other execution changes, as described in the Platberget testnet announcement.

From there, the upgrade moves to longer lived testnets such as Sepolia and Hoodi, and then to mainnet once testing is stable and client implementations are ready. Developers are urged to test wallets, indexers, and gas tools on these testnets now, especially anything that assumes fixed gas limits. For regular users, the main signals to watch are wallet release notes and any fee changes when sending ETH to fresh addresses.

Conclusion

Glamsterdam trades a simple rule of thumb for a more accurate pricing of state growth, charging extra gas when Ethereum has to create and store new accounts. The main risk is not to ETH holders directly but to outdated wallets and tools that still expect every transfer to fit inside 21,000 gas. As those tools update, users should see mostly seamless behavior, with the main visible change being higher fees when paying first time addresses and a more sustainable approach to Ethereums long term state size.

Educational information only. Crypto markets are volatile and this is not financial advice.


Top