Blockchain Infrastructure
Ethereum Glamsterdam Upgrade 2026: What Validators and Stakers Need to Know

Ethereum Glamsterdam Upgrade 2026: What Validators and Stakers Need to Know
Ethereum's upgrade cadence has always been a signal of where the protocol is heading — and the Ethereum Glamsterdam upgrade, slated for the first half of 2026, may be the most consequential hard fork since the Merge. Combining foundational changes to block production, gas pricing, and data availability, Glamsterdam is not simply an incremental improvement. It is a structural redesign of how Ethereum's consensus and execution layers interact — with massive implications for validators, stakers, and the growing ecosystem of non-custodial staking services.
Whether you run your own validator node, delegate ETH to a staking provider, or operate infrastructure that serves thousands of validators, understanding Glamsterdam is no longer optional. This article breaks down the most important Ethereum Improvement Proposals (EIPs) in the upgrade, explains what changes for whom, and offers actionable guidance on how to position yourself ahead of the fork.
The Core EIPs Driving Glamsterdam
Glamsterdam bundles several high-impact EIPs that each address long-standing pain points in Ethereum's architecture. Together, they shift the protocol toward greater decentralization, better hardware accessibility, and fairer economic outcomes for all participants.
EIP-7732: Enshrined Proposer-Builder Separation (ePBS)
Enshrined Proposer-Builder Separation, or ePBS, is arguably the most significant change in Glamsterdam. Today, MEV-Boost — the dominant middleware used by over 90% of Ethereum validators — routes block building through off-chain, centralized relays. These relays are trusted intermediaries that match block proposers (validators) with specialized block builders who compete to maximize block value. The system works, but it introduces trust assumptions, single points of failure, and opacity that sit uncomfortably with Ethereum's decentralization ethos.
EIP-7732 moves this entire auction process on-chain. Instead of relying on external relay infrastructure, the protocol itself manages the block-building auction within each slot. Builders submit bids directly to the Ethereum consensus layer, and the winning builder's payload is committed to on-chain before the proposer broadcasts the block. The result is a trustless, transparent, and permissionless marketplace for block construction — no relay required.
The practical mechanics matter here. Under ePBS, builders gain approximately 7 extra seconds per slot to assemble larger, more complex blocks. This extra time allows builders to incorporate more transactions, optimize MEV extraction more thoroughly, and produce higher-quality blocks without the latency constraints imposed by off-chain relay handoffs. For the network as a whole, this means more efficient block utilization as gas limits expand.
For validators and stakers, ePBS is transformative in a different way. Validators no longer need to build blocks — they only need to validate them. This separation of duties reduces the computational burden on validator nodes significantly. A validator under ePBS does not need the specialized hardware or MEV-extraction software that currently complicates node operations. Validation becomes a leaner, more predictable task.
MEV income, previously routed through opaque off-chain systems, flows through on-chain transparent auctions under ePBS. This transparency stabilizes and — over time — may democratize MEV-related rewards, giving smaller validators and solo stakers a clearer view of the economics they participate in.
EIP-7928: Block-Level Access Lists (BALs)
Block-Level Access Lists address a core inefficiency in how Ethereum processes and verifies blocks. Currently, validating a block requires fully re-executing every transaction in sequence — a computationally expensive process that scales poorly as blocks grow larger. EIP-7928 introduces a deterministic map of every state element (accounts, storage slots, code) that a block will touch, published alongside the block itself.
This seemingly simple addition has profound consequences. Because validators know in advance exactly which state is accessed, they can:
• Pre-fetch relevant state data in parallel before execution begins
• Verify blocks efficiently without redundant full re-execution
• Enable parallel verification pipelines that dramatically reduce validation time
• Reduce hardware requirements for running a validator node
As the Glamsterdam upgrade expands the gas limit from the current 60 million to a target range of 100–200 million gas units, BALs become essential infrastructure. Without deterministic access lists, validating 200M gas blocks would require hardware upgrades far beyond what most solo validators or small operators could afford. BALs make large blocks computationally tractable, keeping validator hardware requirements accessible even as throughput scales dramatically.
For non-custodial staking services and distributed validator operators, BALs lower the cost basis of running reliable infrastructure. Fewer CPU cycles wasted on redundant re-execution translates directly to leaner operational overhead and more competitive fee structures for end users.
EIP-7904: Benchmarked Gas Repricing
Gas costs on Ethereum have long suffered from a mismatch between what operations cost in gas and what they actually cost in real computational resources. Some operations are underpriced, creating potential denial-of-service vectors. Others are overpriced, making certain smart contract patterns unnecessarily expensive for developers and users.
EIP-7904 introduces a systematic, benchmarked approach to gas repricing. Rather than ad hoc adjustments, costs are recalibrated against actual resource consumption measured on real hardware. The goal is a gas schedule that accurately reflects CPU time, memory access, I/O, and bandwidth — aligning economic incentives with real-world infrastructure costs.
For validators, this matters because repricing changes which transactions are profitable and how blocks fill up. For staking infrastructure operators, it affects capacity planning and node sizing. For the broader ecosystem, benchmarked gas pricing creates a more predictable and efficient market for blockspace, reducing arbitrage opportunities that exploit pricing mismatches.
Gas Limit Expansion and Blob Growth
Glamsterdam does not just optimize how existing blockspace is used — it dramatically expands the available blockspace itself. The gas limit is targeted to rise from 60M to between 100M and 200M, roughly tripling Ethereum's L1 transaction throughput capacity. This expansion is enabled by the efficiency gains from BALs and ePBS, which together ensure that larger blocks can be built and validated without proportional hardware cost increases.
Alongside gas expansion, Glamsterdam targets a significant increase in blob capacity — from the current handful of blobs per block to 72 or more. Blobs, introduced in the Dencun upgrade, are the primary mechanism by which Layer 2 networks post their data to Ethereum for availability guarantees. More blobs means lower data costs for L2s, which translates to cheaper transactions for end users on networks like Arbitrum, Optimism, Base, and zkSync.
For stakers, more blobs can mean additional fee revenue as L2 activity scales. For validators, it underscores the importance of reliable, low-latency infrastructure — missed slots become more costly as blocks carry more value.
What Glamsterdam Means for Ethereum Validators
Reduced Compute, Cleaner Role Definition
One of the quieter revolutions in Glamsterdam is the sharpening of what it means to be a validator. Under the current MEV-Boost architecture, validators are expected to manage relay connections, evaluate builder bids through off-chain software, and make rapid decisions about which payload to propose — all within tight slot timing windows. This complexity adds operational overhead and introduces failure modes that have nothing to do with the consensus protocol itself.
With ePBS, the validator's role becomes cleaner. Propose the block, attest to the chain, participate in consensus. The block-building auction happens independently at the protocol level. Validators do not need MEV-Boost, relay connections, or specialized builder software. This simplification is not just convenient — it is a meaningful reduction in the attack surface of validator operations.
Combined with BALs, validators can expect validation tasks to require less raw compute power even as blocks grow larger. A well-configured validator node in 2026 may handle twice the throughput of today's nodes on comparable hardware — or run comfortably on leaner hardware than what current guidance recommends.
Preparing Your Validator Infrastructure
For solo validators and institutional operators alike, Glamsterdam preparation should focus on several areas:
1. Software readiness: Monitor client team roadmaps (Lighthouse, Prysm, Teku, Nimbus, Lodestar) for Glamsterdam-compatible releases. Client updates implementing ePBS and BAL support will be required before the hard fork.
2. Relay infrastructure review: With ePBS moving auctions on-chain, existing MEV-Boost relay setups will be deprecated. Begin planning the transition away from relay dependencies and evaluate how your client stack will handle the new on-chain auction mechanism.
3. Hardware assessment: While BALs reduce per-block compute needs, the combination of larger blocks and more blobs means network bandwidth and storage I/O will become more important bottlenecks. Audit your node's network throughput and disk speed ahead of the upgrade.
4. Monitoring and alerting: As slot economics change with ePBS, update your monitoring to track on-chain builder bid activity and block proposal success rates under the new auction model.
What Glamsterdam Means for ETH Stakers
More Transparent MEV Economics
If you stake ETH — whether directly or through a staking service — the most immediate Glamsterdam benefit is MEV transparency. Today, MEV extraction is largely a black box. Builders compete in off-chain relay auctions, and the winning bid flows to the validator as a priority fee. But the full picture of MEV generated, captured, and distributed is difficult to audit from the outside.
Under ePBS, every builder bid is committed on-chain. The auction process is publicly verifiable. Stakers can observe in real time what blocks are worth and how builder payments flow through the system. This transparency does not automatically maximize staker returns, but it creates the conditions for more efficient and equitable MEV distribution over time.
The on-chain auction also reduces the ability of large, well-connected builders to extract above-market rents through information asymmetries and relay relationships. A more competitive, transparent auction marketplace is structurally better for stakers over the long term.
Income Stability and Yield Expectations
With ETH trading in the $1,900–$2,150 range in early 2025, staking yields represent a meaningful component of portfolio returns for long-term ETH holders. Glamsterdam does not directly change the base issuance rate, but the changes to MEV economics and gas limit expansion can meaningfully affect total validator income.
Larger blocks with higher gas limits mean more transaction fees per block on average. More blob space means more blob fee revenue as L2 usage grows. ePBS's transparent auction mechanism may reduce friction costs in MEV extraction, potentially increasing the net amount that flows to stakers versus being captured by intermediaries. The net effect is that total validator rewards — base issuance plus tips plus MEV — should trend higher as Glamsterdam's capacity expansions are utilized.
What Glamsterdam Means for Non-Custodial Staking Services
Eliminating Trusted Intermediaries
Non-custodial staking services occupy a critical niche in the Ethereum ecosystem. Unlike custodial platforms that take control of user funds or liquid staking protocols that issue derivative tokens, truly non-custodial services allow users to retain control of their withdrawal keys while delegating validation operations to professional infrastructure operators. The trust model is minimal by design.
Glamsterdam strengthens this model considerably. Today, even non-custodial validators must make trust assumptions about MEV relay operators — third parties who see block contents before they are published and could, in principle, manipulate or censor transactions. ePBS eliminates this relay trust assumption entirely by moving the auction on-chain. The MEV supply chain from builder to proposer becomes trustless and verifiable.
This is a genuine enhancement to the trustlessness guarantees that non-custodial staking services can offer their users. When the MEV infrastructure is enshrined in the protocol itself, service providers no longer need to vouch for the integrity of external relay operators. The protocol does it for them.
Lower Infrastructure Costs, Better User Economics
BALs and benchmarked gas repricing together reduce the computational overhead of running validator infrastructure. For non-custodial staking services that operate at scale, even modest reductions in per-validator compute requirements translate to meaningful cost savings across thousands of nodes. These savings can be passed on to users through lower service fees or higher net yields.
The combination of cheaper infrastructure and better MEV economics positions well-run non-custodial services to offer increasingly competitive yields compared to liquid staking alternatives — without requiring users to give up custody of their assets.
DVT and Glamsterdam: A Natural Alignment
Distributed Validator Technology (DVT) — which splits validator key management and signing duties across multiple independent nodes — becomes even more valuable in a post-Glamsterdam world. As blocks grow larger and more economically significant, the consequences of validator downtime or slashing increase. DVT's fault-tolerance properties directly address this risk.
ePBS's cleaner role definition for validators (propose and attest, without block building) actually simplifies DVT coordination. Removing the MEV-Boost relay handshake from the critical path reduces the surface area where distributed validator clusters must reach consensus under time pressure. DVT-powered validation and ePBS are architecturally complementary.
Services like ChainLabo are building for exactly this future. ChainLabo offers non-custodial staking and DVT-powered validation services that align directly with Glamsterdam's decentralization goals — removing trusted intermediaries, distributing validator risk, and giving ETH holders access to institutional-grade staking infrastructure without sacrificing control of their assets. As Glamsterdam approaches, working with infrastructure partners who are already building for ePBS and BAL compatibility will be a meaningful differentiator.
Looking Ahead: FOCIL and the Hegotá Upgrade
Glamsterdam is not the end of Ethereum's roadmap — it is a platform for what comes next. The subsequent upgrade, currently referred to as Hegotá, is expected to introduce FOCIL (Fork-Choice enforced Inclusion Lists). FOCIL gives a committee of validators the ability to designate transactions as





