TLDR
Ethereum's upcoming Glamsterdam upgrade will change how gas is charged for simple ETH transfers, ending the old rule that every transfer always costs 21,000 gas.
- Glamsterdam keeps 21,000 gas for transfers to existing accounts but adds a large extra state gas charge when sending ETH to a brand new address.
- Wallets, explorers, and fee tools that assume "21,000 gas, always" may miscalculate fees or reject valid transactions unless they update for the new state gas model.
- The change is being tested on the Platberget testnet before hitting mainnet, so the key thing to watch is tooling readiness and the eventual mainnet activation date rather than immediate user action.
Deep Dive
1. What Actually Changes
For years, a "plain ETH transfer" meant 21,000 gas regardless of the recipient address. Under Glamsterdam, transfers to existing accounts still cost 21,000 gas, but sending ETH to an address that has never appeared on Ethereum's state will incur an additional state gas fee.
Reports on Glamsterdam and EIP-8037 say creating a new account will add around 183,600 units of a new "state gas" category, reflecting the cost of permanently storing new state on chain, on top of the usual 21,000 gas for the transfer itself. This is confirmed by Ethereum Foundation communications summarized in sources like CoinDesk and TokenPost.
The cost to pay an already used address stays familiar, but funding a brand new address becomes significantly more expensive at the protocol level.
2. Who Is Affected And How
The Ethereum Foundation has warned that any wallet, indexer, or gas estimator that hardcodes "21,000 gas max for a basic ETH transfer" will break under Glamsterdam and must be updated. Tools that rely on that number to categorize transactions or pre-fill gas limits could underfund transactions or falsely flag them as invalid.
For regular ETH holders, the impact is mostly indirect. Your transfers to known addresses should behave as before, but fees for operations that create many new accounts, such as airdrops, contract flows that fund freshly generated wallets, or some onchain onboarding flows, could rise and will depend on whether the recipient address already exists.
3. Rollout Path And What To Watch
Glamsterdam is being rolled out in stages. The Platberget public testnet is already live, and the fork is scheduled to activate there first, then on Sepolia and Hoodi testnets, before eventual deployment on Ethereum mainnet, as covered by Cointelegraph and Crypto.news.
No fixed mainnet date has been set yet; activation depends on test results and client readiness. Meanwhile, live gas prices remain low, with recent mainnet fees around 0.07 to 0.08 gwei for slow to fast speeds, but Glamsterdam is about how gas is structured, not a short term spike.
The key near term risk is outdated infrastructure, not sudden fee shock for everyday ETH transfers, so watching wallet and explorer upgrade notes is more important than changing user behavior right now.
Conclusion
Glamsterdam breaks Ethereum's simple 21,000 gas rule by charging extra state gas for creating new accounts, aligning fees more closely with long term storage cost. The upgrade mainly impacts developers and infrastructure that assumed a fixed transfer cost, while ordinary users will mostly feel it indirectly through updated wallet logic and potentially higher costs for flows that mint lots of new addresses. Watching testnet progress and tooling updates will show when the new gas model becomes a live factor on mainnet.
