Ethereum Glamsterdam Upgrade: What Investors and Developers Need to Know
Ethereum's Glamsterdam upgrade is designed to improve Layer 1 scaling, transaction processing and network efficiency.
Last Updated on August 31, 2026 by Michael Motha
Ethereum is preparing for another major protocol upgrade as developers work towards Glamsterdam, a hard fork designed to increase Layer 1 capacity, improve transaction processing and create a stronger technical foundation for future scaling.
According to the latest Ethereum roadmap, Glamsterdam is currently planned for Q4 2026, although an exact mainnet activation date has not yet been announced. The upgrade brings together changes to Ethereum’s execution and consensus layers, with Enshrined Proposer-Builder Separation (ePBS) and Block-Level Access Lists (BALs) among its headline features.
The upgrade is also entering a more important testing phase. The Ethereum Foundation introduced the Platåberget public testnet in August, giving validators, infrastructure providers, wallet developers and decentralised applications an opportunity to test Glamsterdam-related changes before they progress towards public testnets and eventually mainnet.
For Ethereum users, the upgrade could improve the network’s long-term capacity. For developers and infrastructure operators, however, some of the changes require careful preparation.
What Is the Ethereum Glamsterdam Upgrade?
Glamsterdam is the next major Ethereum network upgrade following Fusaka. The name combines Amsterdam, representing changes associated with the execution layer, and Gloas, representing consensus-layer work.
Rather than focusing on a single feature, Glamsterdam is designed around several interconnected goals.
The first is improving Ethereum’s Layer 1 processing capacity. The second is preparing the network for more parallel transaction processing. The third is ensuring that higher throughput does not create unsustainable demands on node hardware and Ethereum’s growing state database.
This makes Glamsterdam different from a simple fee-reduction upgrade.
Its broader objective is to change some of the underlying mechanisms that determine how Ethereum builds, propagates and validates blocks.
The Ethereum roadmap identifies ePBS and BALs as the central components, while additional proposals address gas pricing, contract sizes, transaction costs and network infrastructure.
According to the official Ethereum Glamsterdam roadmap, the upgrade is currently planned for Q4 2026 and is designed to clear the path for the next generation of Ethereum scaling.
Why Ethereum Needs Glamsterdam
Ethereum has already undergone several major scaling changes, particularly through improvements aimed at Layer 2 networks and data availability.
However, increasing activity across decentralised finance, stablecoins, tokenised assets and other applications also creates pressure on the Ethereum base layer.
One challenge is that traditional Ethereum transaction execution has significant sequential components. Validators cannot simply process every transaction independently because they need to understand which parts of Ethereum’s state each transaction will read or modify.
Glamsterdam is designed to address this limitation.
By making transaction dependencies more visible before execution, Ethereum can prepare for greater parallelisation. At the same time, changes to block construction are intended to provide more flexibility for handling larger amounts of data.
The long-term goal is not simply to make Ethereum faster on paper. It is to increase capacity while preserving the decentralisation and hardware accessibility that remain central to the network.
Enshrined Proposer-Builder Separation Could Reshape Block Production
One of the most important components of Glamsterdam is Enshrined Proposer-Builder Separation, commonly known as ePBS.
Ethereum’s current block-production system separates block proposers and builders, but important parts of that relationship operate outside the core protocol through infrastructure such as relays and middleware.
EIP-7732 seeks to bring this separation into the Ethereum protocol itself.
Under ePBS, the proposer and builder would have clearly defined responsibilities within the protocol. Builders can focus on assembling execution payloads, while proposers remain responsible for proposing the consensus block.
The change also introduces mechanisms designed to improve how validators handle the timing of consensus and execution data.
One of the important potential benefits is a larger propagation window for execution payloads. Ethereum’s official documentation describes the available window as increasing from roughly two seconds to around nine seconds.
That additional time could become important as Ethereum attempts to process larger blocks and more data.
For users, the technical change may not be immediately visible. For validators, staking providers, builders and infrastructure companies, however, it represents a significant architectural change.
Block-Level Access Lists Could Prepare Ethereum for Parallel Processing
Block-Level Access Lists are another headline feature of Glamsterdam.
Ethereum transactions currently reveal the state they need to access as they execute. This creates a major limitation when attempting to process transactions simultaneously.
BALs, associated with EIP-7928, provide a block-level map of state access.
In simple terms, the network can determine which accounts and pieces of state a group of transactions will interact with before execution is completed.
That information can help Ethereum identify transactions that do not interfere with one another.
Instead of treating every transaction as part of a single sequential queue, validators could eventually process independent workloads in parallel.
BALs may also improve node synchronisation because the information contained in the access lists can help nodes understand state changes without replaying every transaction from the beginning.
This is particularly important for Ethereum’s long-term scaling strategy.
The feature does not mean Ethereum will suddenly process every transaction in parallel immediately after Glamsterdam. Instead, it creates infrastructure that makes increasingly sophisticated parallel execution possible.
The 200 Million Gas Limit Target and What It Means
Another major part of the Glamsterdam discussion is Ethereum’s move towards a much higher block gas limit.
Glamsterdam’s gas repricing changes are designed to support a gas-limit floor of roughly 200 million, allowing Ethereum to process substantially more work per block while addressing the resource costs associated with state growth.
The purpose is to allow Ethereum to process substantially more work per block.
However, increasing the gas limit without addressing the underlying cost of state growth could create problems for node operators.
A blockchain becomes more demanding to operate when its database grows rapidly and when transactions require increasingly expensive computation or data access.
That is why Glamsterdam includes gas repricing changes alongside its scaling improvements.
The objective is to make Ethereum’s resource pricing more closely reflect the actual computational and storage burden imposed on the network.
Gas Repricing Could Affect Some Smart Contracts
One of the most important developments in August 2026 is the Ethereum Foundation’s warning about gas repricing.
EIP-8037 and EIP-8038 change the cost of certain state-creation and state-access operations.
The Ethereum Foundation said historical transaction testing found that the large majority of smart contracts would be unaffected. However, a smaller group could experience problems because they rely on hardcoded gas assumptions.
Examples include contracts using fixed gas stipends, hardcoded gas values or logic that depends on gasleft().
Some contracts may simply require higher gas limits. Others may need code changes before the upgrade reaches mainnet.
This is an important distinction.
Glamsterdam is not expected to break Ethereum applications generally. Instead, it introduces changes that developers of certain applications need to test carefully.
The Ethereum Foundation has already encouraged developers to examine affected contracts and use the Platåberget testnet to test potential fixes.
For wallet providers, RPC services, indexers and infrastructure developers, updating gas estimation systems will also be important.
The Ethereum Foundation’s latest Glamsterdam repricing analysis found that most smart contracts are unaffected, although a small number rely on gas assumptions that may need to be updated before the upgrade reaches mainnet.
Platåberget Marks an Important Testing Stage
The introduction of Platåberget represents an important milestone in Glamsterdam’s development.
The Ethereum Foundation launched the public testnet in August 2026 so that developers and infrastructure operators could test the upgrade in a more realistic environment.
The Glamsterdam fork on Platåberget was scheduled for August 20.
Testing includes ePBS, Block-Level Access Lists, gas repricing and other protocol changes.
The public nature of the testnet is particularly important for validators and staking infrastructure because ePBS changes parts of the block-production and validation process.
Developers can also use the environment to identify applications that depend on gas assumptions that may no longer hold after the upgrade.
This testing phase will help Ethereum client teams and application developers identify problems before mainnet activation.
The Ethereum Foundation has opened the Platåberget public testnet to give validators, builders, wallets, indexers and other infrastructure providers an opportunity to test Glamsterdam-related changes before mainnet.
What Glamsterdam Could Mean for Ethereum Layer 2 Networks
Ethereum’s Layer 2 ecosystem remains an important part of the network’s scaling strategy.
Rollups and other Layer 2 systems use Ethereum as a settlement and security layer, meaning improvements to Ethereum’s base-layer capacity can have implications beyond transactions executed directly on Layer 1.
The combination of ePBS, BALs and additional scaling work is designed to give Ethereum more room to handle data and execution workloads.
A stronger Layer 1 can also provide a more capable foundation for applications that increasingly interact with Layer 2 networks.
However, Glamsterdam should not be described as a direct replacement for Layer 2 scaling.
Instead, the upgrade strengthens the underlying Ethereum infrastructure while Layer 2 networks continue handling much of the ecosystem’s transaction activity.
This distinction is important because Ethereum’s long-term strategy increasingly depends on both a more capable Layer 1 and an expanding Layer 2 ecosystem.
Readers following the broader impact of Ethereum’s protocol development can also explore our Ethereum News coverage for updates on network upgrades, ecosystem developments and ETH-related developments.
What Glamsterdam Could Mean for ETH Users
For ordinary ETH users, the upgrade is unlikely to require major action.
Users will not need to move ETH simply because Glamsterdam activates.
The practical impact will depend on how the different changes affect network capacity, transaction costs and application infrastructure.
Glamsterdam also changes Ethereum’s transaction-cost structure, including how state creation and access are priced, while the broader scaling work is intended to support higher network capacity.
At the same time, higher capacity could improve Ethereum’s ability to accommodate more activity without immediately producing the extreme congestion conditions seen during previous periods of heavy demand.
However, users should not assume that every Ethereum transaction will automatically become cheaper.
Fees are determined by network demand and Ethereum’s fee market. Glamsterdam changes the network’s capacity and cost structure, but future transaction fees will still depend on how much demand exists for block space.
What Developers and Validators Should Watch
The most important Glamsterdam preparations are concentrated among developers and infrastructure operators.
Smart-contract developers should review applications that use hardcoded gas assumptions or depend heavily on specific gas costs.
Wallet providers and RPC operators should ensure their gas-estimation systems are compatible with the new pricing rules.
Validators and staking operators will need compatible execution and consensus clients before the mainnet fork.
Builder infrastructure will also require attention because ePBS changes the way block production and payload handling operate.
Testing is therefore becoming one of the most important parts of the Glamsterdam roadmap.
The upgrade is not simply about waiting for a mainnet date. The months leading to activation will determine whether client teams, infrastructure providers and application developers are ready for the new protocol rules.
What Glamsterdam Could Mean for Ethereum’s Long-Term Position
Glamsterdam matters because Ethereum is attempting to increase capacity without abandoning its decentralisation goals.
The network faces competition from other high-throughput blockchains, while Layer 2 networks are increasingly responsible for user activity.
Ethereum’s response is not simply to increase block sizes.
Instead, developers are working on more sophisticated mechanisms for block construction, state access, parallel processing and resource pricing.
That approach could make Ethereum’s base layer more capable while keeping node operation within reasonable hardware requirements.
The implications extend beyond ETH transfers and decentralised finance.
Ethereum is increasingly used for stablecoins, tokenised assets, institutional applications and other forms of blockchain-based financial infrastructure, including the rapidly expanding market for real-world asset tokenization.
The same Ethereum infrastructure is also becoming increasingly relevant to tokenized Treasury bills, where traditional financial assets are being brought onto public blockchain networks.
As these use cases grow, the underlying network needs to support greater activity without compromising reliability.
Ethereum’s role in this evolving financial infrastructure also extends to stablecoins and digital-dollar liquidity, which increasingly connect blockchain markets with traditional financial systems.
What Comes After Glamsterdam?
Glamsterdam is not the end of Ethereum’s scaling roadmap.
The next major upgrade, Hegotá, is currently associated with 2027 and is expected to focus on another set of protocol improvements.
This means Glamsterdam should be viewed as one stage in a longer development process rather than a single event that solves every Ethereum scaling challenge.
The immediate priorities are testing, client readiness, application compatibility and successful implementation of the upgrade’s core components.
If Glamsterdam progresses successfully, its changes could provide the foundation for additional increases in Ethereum’s capacity over time.
Ethereum Glamsterdam Upgrade Timeline and Current Status
As of August 31, 2026, Ethereum’s official roadmap places Glamsterdam in Q4 2026.
The exact mainnet activation date has not yet been announced.
The upgrade has progressed through development and devnet testing, while the Ethereum Foundation has introduced Platåberget as a public testing environment.
The current phase is therefore focused heavily on testing and compatibility rather than treating the mainnet launch as a fixed date.
That distinction is important because Ethereum upgrades can change schedules when client development, testing or security considerations require additional time.
The most useful indicators to watch are client readiness, public testnet results, developer feedback, remaining EIP changes and the eventual announcement of a mainnet activation date.
Final Thoughts
Ethereum’s Glamsterdam upgrade represents a significant step in the network’s long-term scaling strategy.
The upgrade combines changes to block production, state access, gas pricing and transaction processing rather than relying on a single scaling mechanism.
ePBS could improve how Ethereum separates block building from consensus. BALs could prepare the network for greater parallel processing. Gas repricing could help ensure that future increases in capacity do not create unsustainable state-growth costs.
The recent Platåberget testing phase and the Ethereum Foundation’s warnings about smart-contract compatibility show that the upgrade is moving into an increasingly important preparation period.
For investors, developers and Ethereum users, the key point is that Glamsterdam is more than another network upgrade.
It is part of Ethereum’s attempt to build a more scalable and sustainable Layer 1 capable of supporting the next generation of decentralised applications, stablecoins, tokenised assets and blockchain-based financial infrastructure.
As testing continues, the next major milestone will be the confirmation of the mainnet schedule and the successful deployment of Glamsterdam’s components across Ethereum’s client ecosystem.

Michael Motha is the Founder and Managing Director of CryptoNewsOnlineHub and works as a freelance Project Head. He is a dedicated Crypto enthusiast and researcher focusing on blockchain trends, digital assets, and emerging crypto technologies. With academic qualifications in Physics, MBA, and B.Ed from Loyola College, Chennai, he brings clarity to complex crypto topics through insightful content. Outside of crypto, he enjoys blogging, travel, music, and sports such as badminton and tennis.
