All writing
8 min read

Glamsterdam: what's next for Ethereum

EthereumL2 RollupsMEVProtocol UpgradesStaking
Glamsterdam — Ethereum's next protocol upgrade, featuring ePBS (EIP-7732) and BALs (EIP-7928)

I've spent the last few years with a front-row seat to Ethereum's upgrade cycle — close enough to the MEV and censorship problem that the team I work with built a dashboard to track it. Glamsterdam is the upgrade I've been quietly waiting for. Here's why it's the biggest structural change to Ethereum since the Merge, and where I think it could still go wrong.

A quick refresher on where we've been

Ethereum's release cadence has quietly become one of the more predictable things in crypto. After years of "soon," core devs settled into a rhythm of roughly two hard forks a year, each shipping a tightly scoped bundle of EIPs aimed at the same end state: a credibly neutral, censorship-resistant settlement layer with enough scaling headroom to actually be useful.

Before getting into Glamsterdam, it's worth grounding ourselves in the post-Merge timeline, because the trajectory is the whole point.

  • The Merge (September 2022) moved Ethereum from proof-of-work to proof-of-stake. Energy use collapsed, the issuance curve flipped, and the door opened to everything since.
  • Shapella (April 2023) finally enabled withdrawals for staked ETH — the missing piece that turned staking from a one-way commitment into a legitimate yield product.
  • Dencun (March 2024) shipped EIP-4844 and proto-danksharding. Blob space made rollup data orders of magnitude cheaper, which is the single biggest reason L2 fees collapsed to fractions of a cent.
  • Pectra (May 2025) bundled 11 EIPs across the consensus and execution layers. Account abstraction via EIP-7702, larger validator effective balances, and improved blob throughput were the standout shifts.
  • Fusaka (December 2025) delivered PeerDAS (EIP-7594) — peer data availability sampling, the protocol's first real step toward full danksharding — alongside a block gas limit bump from ~36M to 60M, a per-transaction gas cap (EIP-7825) for DoS hardening, and secp256r1 support (EIP-7951), the unsexy but important EIP that makes passkey and device-native signing viable on Ethereum.
Ethereum's post-Merge upgrade timeline, from the Merge through Fusaka to Glamsterdam

The post-Merge upgrade cadence — roughly two hard forks a year, each moving toward the same end state.

Which brings us to Glamsterdam.

Glamsterdam: target date and what's in it

Glamsterdam — a portmanteau of Gloas for the consensus layer and Amsterdam for the execution layer — is targeting late Q3 2026 for mainnet activation. Two headliner EIPs are confirmed, and both are structural changes to how blocks are produced and validated.

EIP-7732 — Enshrined Proposer-Builder Separation (ePBS)

If you've followed the MEV conversation over the last few years, you know the roles of "block builder" and "block proposer" have been split in practice since the Merge — but the split has been held together by an out-of-protocol piece of middleware called MEV-Boost, run by trusted relays. It works, but it concentrates power in a small number of relay operators, and it's been a persistent source of censorship concerns.

Back in 2022, the team I work with at Labrys built mevWatch to raise awareness of this exact problem, and recently gave the site a fresh redesign. In the months after the Merge, the share of OFAC-compliant blocks — blocks built by relays that filter sanctioned transactions, primarily Tornado Cash-related — climbed past 70% before community pressure and the rise of non-censoring relays like Ultra Sound, Agnostic, and Aestus pulled it back. mevWatch has tracked that figure block-by-block ever since, and it remains the clearest real-time picture of how much of Ethereum's block space is being filtered by U.S. regulatory compliance at the relay layer. It's a useful number — but it's also a workaround. Validators having to choose the right relay is a social-layer fix to what should be a protocol-layer guarantee.

The mevWatch dashboard showing the censorship share of Ethereum blocks since the Merge

Snapshot from the redesigned mevWatch dashboard — the censorship share of all Ethereum blocks since the Merge.

ePBS takes the proposer/builder separation and enshrines it in the protocol itself. Proposers and builders exchange blocks and payment through rules the chain enforces directly, with no third-party relay required.

The expected outcomes are meaningful: researchers estimate MEV extraction drops by up to 70%, the data propagation window expands from ~2 seconds to ~9 seconds (unlocking higher throughput and more blob capacity), and Ethereum becomes materially harder to censor at the relay layer — because there is no relay layer.

For anyone running validators, this is a real change to staking economics and the operational profile. For everyone else, it's the upgrade that finally moves MEV and censorship-resistance from a social trust assumption to a protocol guarantee.

EIP-7928 — Block-Level Access Lists (BALs)

The second headliner is less philosophically charged but arguably more important for day-to-day scaling. Today, when a block is executed, validators discover which accounts and storage slots are touched as transactions run — sequentially. That's a hard constraint on parallel execution and a major contributor to worst-case block validation time.

BALs require blocks to pre-declare which accounts and storage slots will be read or written. With that information up front, clients can fetch state in parallel, validate transactions in parallel, and pipeline execution far more efficiently.

It's the foundation for a credible push toward 10,000 TPS on L1, and it pairs with a proposed block gas limit increase from 60M to as high as 200M.

Why it matters

The shorthand for Glamsterdam is "scaling and MEV reform," but it's worth unpacking who actually benefits.

  • For L2s and rollup users, the combination of BALs, a higher gas limit, and the longer propagation window from ePBS means materially more blob capacity and cheaper data settlement. We've already seen what cheaper data does to L2 fees post-Dencun — fractions of a cent on the major rollups — and the use cases the industry predicted in 2023 (high-frequency gaming, on-chain order books, mainstream payments) actually shipping. Glamsterdam compounds that.
  • For traders and DeFi users, ePBS is the big one. Less extractable MEV means fewer sandwich attacks, less hidden tax on swaps, and pricing that better reflects the actual market. The OFAC-compliant block share should, in principle, become a much less meaningful metric once ePBS removes the relay chokepoint that creates it.
  • For consumer apps and on-chain UX, the parallel execution unlocked by BALs is the path to L1 actually feeling responsive at scale. Combined with secp256r1 from Fusaka, the building blocks for genuinely mainstream Web3 UX — passkeys, account abstraction, fast confirmations, predictable fees — are now all in place or imminent.
  • For institutional stakers and validator operators, moving away from MEV-Boost relays simplifies the trust model: fewer external dependencies, fewer points of failure, fewer compliance questions about which relay you're routing through.

Where it could go wrong

Glamsterdam is structurally ambitious, and the bullish read deserves a counterweight. ePBS adds real consensus-layer complexity — new slot structure, new attestation rules, new economic flows between proposers and builders — and coordinating five execution clients (Geth, Nethermind, Besu, Reth, Erigon) and five consensus clients (Prysm, Lighthouse, Teku, Nimbus, Lodestar) on changes this deep is genuinely hard. Slippage from H1 into late 2026 is a real possibility, and adding FOCIL or other non-headliner EIPs only widens that window. BALs also add a per-block computational burden on block producers, and the combination of more sophisticated builders and BAL overhead could quietly push solo stakers further to the margins — the opposite of what the upgrade is meant to protect.

There's also a subtler question on the MEV side. The headline "up to 70% MEV reduction" assumes a competitive builder market post-activation. If a handful of sophisticated builders end up dominating the on-chain auction, the relay-layer concentration mevWatch currently tracks could simply re-emerge one layer deeper, at the builder layer instead. The protocol guarantees a fair auction; it doesn't guarantee a decentralised set of bidders. None of this is a reason not to ship Glamsterdam — but it is a reason to read the post-activation data carefully before declaring victory.

Looking past Glamsterdam

The next upgrade, Hegotá, is expected to bring FOCIL and Verkle trees as headliners. Together, Fusaka, Glamsterdam, and Hegotá form the most aggressive 18-month stretch of protocol-layer change Ethereum has ever attempted.

The Ethereum roadmap ahead: Fusaka, Glamsterdam and Hegotá

Fusaka, Glamsterdam, and Hegotá — the most aggressive stretch of protocol change Ethereum has attempted.

The takeaway is that Ethereum is shipping, on a cadence, against a coherent roadmap. The through-line from EIP-4844 in 2024 to Glamsterdam in 2026 is remarkably consistent: more bandwidth, less friction, credibly neutral block production. For teams building on Ethereum, that's the signal worth paying attention to — not the price chart.

I find the gap between "blockchains can't scale" and where this roadmap actually is genuinely fascinating. If you're building on Ethereum, or just want to argue about whether ePBS really kills MEV, I'm easy to reach.

Resources

  • forkcast.org
  • Ethereum Foundation blog — protocol upgrade checkpoints

I write from the delivery and operations side of frontier tech — I've spent the last few years shipping blockchain, AI, and fintech products at Labrys, where a version of this piece first appeared on the insights blog.

Written by Luke ShulverOperations Manager at Labrys.

Get in touch