Ethereum's 21,000-Gas Rule Is About to Change
Ethereum developers are warning wallet providers, blockchain trackers and fee-calculation services to stop treating 21,000 gas as a universal cost for basic ETH transfers.
Today, a standard ETH transfer is generally associated with 21,000 gas units. Ethereum's upcoming Glamsterdam upgrade could change that by introducing additional costs when ETH is sent to an address that has never existed on the network before.
The change matters mainly for the software that calculates transaction fees. Ordinary users are not expected to take any special action simply because of the upgrade. Ethereum's official documentation currently lists a basic ETH transfer at 21,000 gas and explains how gas fees are calculated. Ethereum's official gas guide
Sending ETH to a New Address Could Cost More
Under the proposed changes, sending ETH to an existing account would continue to require the standard transaction cost, while sending ETH to a previously unused address would require additional gas.
The reason is that a new address can require Ethereum to create and permanently maintain additional state. In other words, the network is performing more work when it needs to establish new account information rather than simply updating the balances of accounts that already exist.
The proposal described in the source material adds an additional 183,600 units under a new category called state gas. This is intended to better reflect the long-term storage resources required by the network.
Why Wallets Need to Update Their Software
For years, wallets and other Ethereum tools have relied on 21,000 gas as a fixed assumption for basic ETH transfers. A wallet may use that figure when estimating the gas limit and calculating how much ETH a user needs to complete a transaction.
That assumption becomes problematic if the cost depends on whether the receiving address already exists. Software that treats 21,000 as both the minimum and maximum expected gas for an ETH transfer could potentially provide an inaccurate fee estimate or incorrectly handle transfers to new addresses.
Developers therefore need to update their transaction logic before the change reaches Ethereum's mainnet. The official Ethereum transaction documentation explains how ETH transactions and gas limits currently work.
Glamsterdam Is Ethereum's Next Major Upgrade
The change is part of Glamsterdam, Ethereum's next major protocol upgrade. The upgrade is focused on improving Layer 1 scalability, transaction processing and the way Ethereum accounts for network resources.
According to the official Ethereum roadmap, Glamsterdam is planned for the second half of 2026 and includes changes designed to make Ethereum more scalable while better accounting for the long-term hardware costs associated with storing data.
The upgrade is being tested before reaching the main Ethereum network, giving developers and infrastructure providers time to identify compatibility problems and update their software.
Testnets Give Developers Time to Prepare
The changes are being tested on Ethereum's development and test networks before any mainnet activation. The Platåberget test environment is being used to allow developers to test the upgrade with worthless testnet tokens rather than real ETH.
Additional testnet deployments are expected to follow, giving wallet providers, exchanges, infrastructure companies and other Ethereum developers opportunities to identify issues before the upgrade reaches users.
The Ethereum Foundation's official blog provides protocol updates and announcements about Ethereum's development and network upgrades.
What ETH Users Need to Know
For people simply sending or receiving ETH, there is no immediate action required. The change is primarily aimed at the software infrastructure that calculates transaction costs and handles Ethereum transfers.
Users will still send ETH in the same basic way, but wallets may eventually need to account for whether the destination address is new or already established when estimating the required gas.
That means the biggest impact could initially be behind the scenes, with wallet developers, exchanges and blockchain data providers responsible for making sure their systems correctly support the new fee structure.
Why Ethereum Is Changing Gas Costs
The proposed change reflects a broader principle behind Ethereum's development: network fees should more accurately reflect the resources required to process and store information.
A transaction that simply updates existing account balances does not impose exactly the same long-term storage burden as one that creates new state. Charging both transactions identically can therefore fail to reflect their different resource requirements.
Glamsterdam includes broader efforts to improve Ethereum's scalability and sustainability. The network's developers are working toward higher capacity while trying to ensure that increased activity does not create excessive hardware and storage requirements for node operators.
What the 21,000-Gas Change Means for Ethereum
The traditional 21,000-gas figure is not disappearing entirely. Existing-account ETH transfers can still use the standard base amount under the proposed changes, while transfers to new addresses could require additional state gas.
The bigger change is that wallets and fee calculators can no longer safely assume that every basic ETH transfer has exactly the same gas requirement.
For Ethereum developers, this makes the upcoming upgrade an important software-compatibility issue. For users, it is mostly a reminder that Ethereum's fee system is evolving as the network becomes more sophisticated.
As Glamsterdam moves through testing, wallet providers and other infrastructure companies will have to ensure their software is ready before the upgrade reaches mainnet. The goal is to make Ethereum's fee model more accurately reflect the actual resources consumed by different types of transactions.