Ethereum’s Glamsterdam Upgrade
Ethereum’s next major planned upgrade is focused on Layer 1 scaling, cleaner block production, parallelization foundations, and the infrastructure needed to raise capacity without giving up decentralization.
Ethereum.org frames Glamsterdam around capacity expansion, parallelization and long-term network sustainability.
EIP-7732 changes block production while EIP-7928 adds block-level access lists for parallel work and faster validation paths.
EIP-7773 is still in draft, which means the current proposal set is real but the scope is not immutable yet.
ACDT #82 focused on glamsterdam-devnet-5 and named glamsterdam-devnet-6 scope finalization as the next step.
Ethereum’s Next Big Upgrade Is About Scaling Layer 1
Glamsterdam is not a new chain or a user-facing app release. It is a protocol-level upgrade that goes deeper into Ethereum’s base layer and the mechanics of block production.
Ethereum’s next major planned upgrade, Glamsterdam, is shaping up to be one of the most important protocol changes on the 2026 roadmap. While recent upgrades were easier to explain through blobs, rollups, or immediate user cost changes, Glamsterdam is more infrastructural. It changes how Ethereum prepares, builds, and validates blocks.
The official ethereum.org roadmap page frames Glamsterdam around Layer 1 scaling, parallelization, capacity expansion, and sustainability. That is the cleanest summary of why it matters: Ethereum wants to handle more activity on the base layer without turning node operation into an arms race. [Ethereum.org roadmap]
One quick decoding note before we go deeper: EIP means Ethereum Improvement Proposal. It is just Ethereum’s name for a formal upgrade proposal. So when you see a number like EIP-7981, that does not mean users are expected to memorize it. It just means “one specific change being considered inside the broader upgrade.”
At the same time, the current scope is still evolving. The meta EIP for the upgrade, EIP-7773, is in Draft status as of June 17, 2026. That means Glamsterdam is very real, but anyone speaking about it as if every feature and every activation detail is already final is getting ahead of the process. [EIP-7773]
Ethereum.org positions Glamsterdam as a scaling and sustainability upgrade rather than a narrow UX patch.
Those two proposals are doing much of the conceptual heavy lifting for block production and parallel work.
The official scope is being tracked publicly, but both the meta EIP and several key proposals remain draft-stage items.
No public activation date is listed yet, so testing progress matters more than roadmap hype right now.
Terms you actually need
- EIP: a formal Ethereum upgrade proposal.
- ePBS: a new way to split who builds a block and who proposes it.
- BALs: a map of what a block will touch in Ethereum’s state.
- Devnet: an early test network used by client teams before public testnets.
You do not need every number
Most readers do not need to know what EIP-7981 means line by line. The useful question is what category it belongs to. In this article, the important split is simple:
- a few proposals are foundational and user-relevant, like ePBS and BALs;
- many others are lower-level pricing, opcode, and execution cleanups that mostly matter to client teams and infrastructure.
What ePBS Actually Changes
The most important Glamsterdam proposal is not a cosmetic tweak. It changes the shape of block validation itself.
From off-protocol habits to in-protocol rules
EIP-7732, Enshrined Proposer-Builder Separation, separates the consensus side of the block from the execution side and introduces in-protocol builders. It also adds a Payload Timeliness Committee, a validator subset that attests whether the committed payload was revealed correctly and on time. [EIP-7732]
Today, Ethereum’s proposer-builder separation largely exists through extra-protocol systems such as MEV-Boost. ePBS moves more of that flow into Ethereum itself. That makes block production less dependent on outside coordination and more explicitly defined by protocol rules.
Why client teams treat it as the hard part
Checkpoint #9 says ePBS is proving trickier than anticipated because the protocol now has to handle two-party coordination and disagreement inside consensus rather than outside of it.
That source-backed caution matters. Glamsterdam is not slow because teams forgot to ship it. It is slow because ePBS touches practically every layer of the block production path. [Checkpoint #9, Apr 10 2026]
The official roadmap page adds a useful operational angle: ePBS is intended to expand the tight propagation and validation window from roughly 2 seconds to about 9 seconds. That gives Ethereum more room to safely handle larger and more complex blocks if the rest of the stack can keep up. [Ethereum.org roadmap]
The payoff, if it works, is straightforward: more efficient block production, better room for higher throughput, and less reliance on external builder infrastructure. The cost is complexity. And Ethereum is being unusually explicit that this complexity is real.
What Block-Level Access Lists Change
If ePBS is about cleaner block production, BALs are about making more of the execution path predictable and parallelizable.
What the spec says
EIP-7928 introduces Block-Level Access Lists, or BALs. The EIP says these lists record all accounts and storage locations accessed during block execution, along with their post-execution values. The stated goal is to enable parallel disk reads, parallel transaction validation, parallel state root computation, and even executionless state updates. [EIP-7928]
In plain language, BALs give clients a much clearer map of what a block touches. That matters because Ethereum cannot safely parallelize more work if it has to discover every dependency too late in the process.
Why this matters for scaling
BALs are not a cosmetic optimization. They are a preparation layer for a future where Ethereum can use modern hardware more intelligently instead of forcing every step through a strictly sequential bottleneck.
The motivation section of the EIP makes this explicit: without knowing accessed addresses and storage slots ahead of time, clients cannot parallelize much of the work safely. BALs are the dependency map that makes more advanced execution strategies practical. [EIP-7928]
These bars are illustrative, not measured performance numbers. They simply show the three workstreams BALs are meant to unlock based on the EIP’s stated design goals.
What Is Actually in the Current Glamsterdam Scope
The best source for “what is in Glamsterdam right now” is not social media or generic explainers. It is EIP-7773.
As of June 17, 2026, EIP-7773 lists ten proposals as Scheduled for Inclusion: EIP-7708, EIP-7732, EIP-7778, EIP-7843, EIP-7928, EIP-7954, EIP-7976, EIP-7981, EIP-8024, and EIP-8037. That is already a useful fact-check, because some older summaries omit EIP-7708 from the scheduled set. [EIP-7773]
But that raw list is not the best way to understand the upgrade. In practice, you can group the current scheduled items into three buckets: big architecture changes like ePBS and BALs, developer or EVM quality-of-life changes like new opcodes and contract-size adjustments, and gas repricing items that change how certain actions are charged. That framing is much more useful than memorizing proposal numbers.
What the scheduled items really are
- Block-production overhaul: ePBS changes who builds the block and how the payload arrives.
- Parallelization groundwork: BALs tell clients what state a block touches.
- Gas repricing: proposals like EIP-7778, EIP-7976, EIP-7981, and EIP-8037 rebalance how certain operations are charged.
- Developer-facing changes: EIP-7954 raises maximum contract size, EIP-7843 adds a
SLOTNUMopcode, and EIP-8024 improves EVM instruction compatibility. - Small protocol cleanup: EIP-7708 makes ETH transfers emit a log, which is mainly a tooling and observability improvement.
Why “considered” matters
- EIP-2780 is the one often cited in “fees may go down” discussions, but it is still only considered, not scheduled.
- Other considered items are still real proposals, but they have not yet crossed the threshold where Ethereum is treating them as likely ship targets.
- That is why article summaries should separate “very likely” from “maybe,” even when both sound exciting.
- For readers, the practical meaning is simple: the upgrade direction is clear, but some details are still under active engineering judgment.
This distinction matters. It means some of the most exciting narratives around Glamsterdam are directionally fair but too confident in their details. The cleaner way to say it is that the upgrade has a very visible center of gravity, but the outer rings of scope are still being refined in public.
And to your earlier example: EIP-7981 is not a “headline feature” a normal user needs to study. It is one of the gas repricing changes inside the broader package. That is exactly why grouping these items by purpose is more useful than listing naked proposal numbers.
How Glamsterdam Could Affect Gas Fees
The honest answer is more interesting than “fees up” or “fees down.” Glamsterdam is a scaling foundation first.
Ethereum.org explicitly says Glamsterdam will likely help lower fees for everyday users over time, partly because the roadmap pairs ePBS and BALs with future capacity growth and partly because it discusses intrinsic gas reduction through EIP-2780. [Ethereum.org roadmap]
But here is the important scope check: EIP-2780 is currently Considered for Inclusion, not Scheduled for Inclusion, in EIP-7773. So the safest interpretation is not “Glamsterdam definitely flips a cheaper-fee switch on day one.” The safer reading is that Glamsterdam is supposed to make future capacity increases more realistic, and that can help fee pressure if the scoped proposals actually make it through testing and activation. [EIP-7773]
Checkpoint #9 reinforces this cautious framing. It says implementation is well underway but also notes that both ePBS and gas repricing work are more complex than they first looked. That is exactly the kind of sentence users should want to hear from protocol engineers. It means they are not pretending a deep upgrade is easy just because the market wants a clean headline. [Checkpoint #9]
What Users and Infrastructure Teams Should Actually Do
For regular ETH holders, the most important action is usually not to take action at all.
For regular users
Glamsterdam does not require people to “upgrade ETH,” claim replacement tokens, or connect wallets to random sites. Any page asking you to manually migrate your ETH because of Glamsterdam should be treated as suspicious.
That is the clean user takeaway: if you simply hold ETH in a normal wallet or on a platform that manages its own backend upgrades, you typically do nothing.
For node operators and platforms
The heavier lift belongs to client teams, exchanges, node operators, RPC providers, validators, explorers, and indexing infrastructure. Those teams need to track client releases, devnet results, data pipeline compatibility, and execution or consensus changes that alter the structure of blocks.
That is where Glamsterdam becomes operationally real: not in retail wallet UI, but in the backend stack that keeps Ethereum readable and reliable.
What to Watch Next in 2026
The main signal is not hype. It is whether client teams keep converting the current scope into stable multi-client releases.
Checkpoint: “well underway”
Ethereum Foundation’s Checkpoint #9 says Glamsterdam implementation is well underway, but ePBS is the major sticking point and gas repricing work also has its own complexities.
ACDT #82 confirms devnet focus
The public testing call centers on glamsterdam-devnet-5 and names the scope finalization for glamsterdam-devnet-6 as the next step.
Client inclusion and scope freeze
- Get all CL clients included in glamsterdam-devnet-5
- Finalize both-layer scope for glamsterdam-devnet-6
- Keep stabilizing the combined feature set
Testnets, releases, mainnet date
- Public testnets come after a stable all-feature devnet
- Client releases and security review follow
- Mainnet date still depends on progress, not on marketing calendars
The most useful timeline takeaway from the primary sources is simple: there is no fixed public mainnet date yet, and the process still depends on stabilizing multi-client devnets. That makes Glamsterdam very important, but not yet date-certain. [Checkpoint #9, ACDT #82]
Risks and Open Questions
Ambitious protocol upgrades always create a list of hard questions. Glamsterdam is honest enough to put them on the table in public.
- ePBS liveness risk: EIP-7732 explicitly discusses the free option problem and the possibility that builders may withhold a payload if incentives change. [EIP-7732]
- Client coordination: Checkpoint #9 says every part of the stack has to reason about partial blocks and two-party coordination, which is why ePBS is harder than expected. [Checkpoint #9]
- Scope discipline: fee-relevant and networking proposals are still split between Scheduled and Considered, so scope management remains part of the engineering risk. [EIP-7773]
- Infrastructure adaptation: even if frontend apps do not change much, RPC providers, node operators, validators, explorers, and indexers still have real migration work.
None of that means Glamsterdam is in trouble. It means Ethereum is treating a foundational upgrade like a foundational upgrade. That is exactly what careful protocol work is supposed to look like.
Key Takeaway
The cleanest summary is that Glamsterdam is Ethereum’s current attempt to scale Layer 1 by changing the machinery underneath block production and execution.
Glamsterdam matters because it targets Ethereum’s base-layer constraints directly. ePBS changes how blocks are proposed and validated. BALs change how the network can prepare and parallelize execution-related work. The surrounding scope includes gas repricing and capacity-related items that are meant to make higher throughput safer over time.
- It is one of Ethereum’s most important planned 2026 upgrades.
- Its center of gravity is clearly L1 scaling, ePBS, and BALs.
- Its exact final scope is still public and still moving.
- Its timing depends on successful devnets, testnets, and client readiness rather than a fixed launch promise.
If you want the shortest honest version, it is this: Glamsterdam is a serious scaling upgrade, not a simple fee patch. And that is exactly why it deserves close attention in 2026.
FAQ
Short answers to the questions readers usually have once the acronym layer gets too thick.
Is Glamsterdam already live on Ethereum mainnet?
No. As of June 17, 2026, Glamsterdam is still in the development and testing phase. EIP-7773 remains in Draft status, and the public process is still focused on devnets, scope confirmation, and multi-client readiness. [EIP-7773, ACDT #82]
What is an EIP in simple terms?
An EIP is an Ethereum Improvement Proposal. Think of it as a formal spec for one protocol change. Big upgrades like Glamsterdam are usually bundles of several EIPs rather than one single change.
What are the two most important Glamsterdam proposals right now?
The headline pair is EIP-7732, Enshrined Proposer-Builder Separation, and EIP-7928, Block-Level Access Lists. One changes how blocks are built and validated; the other prepares Ethereum for more parallel work during execution-related processing. [EIP-7732, EIP-7928]
Do I need to understand things like EIP-7981?
Usually no. For most readers, it is enough to know whether a proposal is a headline architecture change, a gas repricing change, or a lower-level developer/infrastructure tweak. EIP-7981 falls into the repricing bucket, not the “must understand before using ETH” bucket.
Will Glamsterdam automatically make ETH transactions cheap?
Not automatically and not instantly. The official roadmap frames Glamsterdam as helpful for lower fees over time, but some fee-relevant proposals are still only Considered for Inclusion, not Scheduled. The safer interpretation is that Glamsterdam is a scaling foundation, not a magic fee switch. [Ethereum.org roadmap, EIP-7773]
Why is ePBS considered hard to ship?
Because it changes the hot path of block production and moves more proposer-builder coordination inside the protocol. Checkpoint #9 explicitly says this is a major sticking point, and EIP-7732 itself discusses liveness and withholding risks. [Checkpoint #9, EIP-7732]
What did ACDT #82 actually tell us?
It showed that Glamsterdam had already moved into public devnet discussion around glamsterdam-devnet-5, and that the next steps included bringing in all CL clients and finalizing both-layer scope for glamsterdam-devnet-6. [ACDT #82]
Do normal ETH holders need to do anything before Glamsterdam?
Usually no. Protocol upgrades matter much more for node operators, validators, exchanges, RPC providers, and other infrastructure teams. Users should mainly avoid scams that claim ETH needs a manual “upgrade.”
Who reviewed this article
A short reviewer note for editorial context.
Agatha Willings
Agatha Willings reviews long-form crypto market and protocol content with a focus on source-backed claims, roadmap precision, and the difference between what Ethereum plans to ship, what is already live, and what still depends on successful testing.
Verified Sources
The article below is based primarily on official Ethereum sources, EIP specifications, and public testing-call materials. External links are marked nofollow.
| Source | Date | Key point used in article |
|---|---|---|
| Ethereum.org — Glamsterdam roadmap page | Accessed Jun 17, 2026 | Official framing for Glamsterdam’s goals: L1 scaling, parallelization, capacity growth, sustainability, and the user-facing explanation of why the upgrade matters. |
| EIP-7773 — Hardfork Meta: Glamsterdam | Accessed Jun 17, 2026 | Primary source for the current Scheduled, Considered, and Proposed scope of the Glamsterdam upgrade. |
| EIP-7732 — Enshrined Proposer-Builder Separation | Accessed Jun 17, 2026 | Defines the protocol-level ePBS design, builder role, delayed execution validation, and Payload Timeliness Committee. |
| EIP-7928 — Block-Level Access Lists | Accessed Jun 17, 2026 | Defines BALs and explicitly states their role in parallel disk reads, validation, state root computation, and executionless state updates. |
| Ethereum Foundation Blog — Checkpoint #9 | Apr 10, 2026 | Confirms that Glamsterdam implementation is well underway while also noting ePBS and gas repricing complexity. |
| Ethereum PM — All Core Devs Testing #82 | Jun 8, 2026 | Public call agenda and next steps showing glamsterdam-devnet-5 status and the scope finalization target for glamsterdam-devnet-6. |
| Execution Specs — glamsterdam-devnet-6 tracker | Accessed Jun 17, 2026 | Concrete public tracker reference linked from ACDT #82 for the next execution-layer devnet release work. |