
Everything You Need to Know Before Ethereum's Glamsterdam Upgrade
Ethereum's Glamsterdam upgrade is not a fee-cut patch. It is a block-production and execution-pipeline redesign aimed at making higher L1 capacity operationally safe. The headline package is clear: EIP-7732 enshrined proposer-builder separation, EIP-7928 block-level access lists, and a set of gas/state repricing and networking changes that prepare Ethereum for a post-Fusaka path toward materially larger blocks.
Our base view: Glamsterdam is bullish for Ethereum's long-term settlement business, but investors should not model it as an instant demand shock. Engineers should treat it as a protocol-interface change that affects clients, validators, builders, indexers, MEV infrastructure, and gas-sensitive applications. Financial managers should treat it as a capacity and operational-risk event: ETH balances do not need to be converted, but validator/client readiness, staking-provider disclosures, and infrastructure counterparties matter.
Key numbers to anchor the upgrade: ethereum.org says Glamsterdam is planned for H2 2026; ePBS expands the critical data propagation window from roughly 2 seconds to about 9 seconds; BAL research estimates an average compressed block access list around 72.4 KiB at a 60M gas limit; and Ethereum core-dev discussions are testing a path toward a ~200M gas-limit floor, with state-growth pricing designed around a 120 GiB/year sustainability target. That is the real thesis: Glamsterdam increases the amount of work Ethereum can safely coordinate without abandoning home-node economics.
What Glamsterdam actually is
Glamsterdam is Ethereum's next major network upgrade after Fusaka. The name combines Gloas on the consensus side and Amsterdam on the execution side. The protocol objective is straightforward: take bottlenecks that are currently handled by off-protocol infrastructure or sequential execution assumptions, then move them into explicit, verifiable protocol rules.
The upgrade is currently framed around two headliners:
- EIP-7732: Enshrined Proposer-Builder Separation — separates consensus block proposal from execution payload construction inside the protocol.
- EIP-7928: Block-Level Access Lists — records every account/storage location touched by a block, plus post-execution values, so clients can prefetch state, parallelize validation paths, and support executionless state updates.
Ethereum's own roadmap page describes the broader goal as Scale L1 and Scale Blobs: larger throughput without turning Ethereum into a high-hardware datacenter chain. That constraint matters. The upgrade is not about raw TPS marketing; it is about making higher gas limits compatible with decentralization.
The scope is not completely frozen. The Ethereum Foundation's Checkpoint #8 listed 17 considered non-headliner EIPs, while ethereum.org's current page highlights additions such as EIP-2780, EIP-8037, EIP-8038, EIP-8045, EIP-8080, EIP-7975, EIP-7997 and EIP-7708. Treat every non-headliner as probable-but-not-guaranteed until client releases and public testnet activations are final.
The engineering core: ePBS changes who is trusted
Today's Ethereum already uses proposer-builder separation in practice. Most validators outsource block construction to builders via MEV-Boost and relays. The problem is that this relay layer is not native protocol machinery. It introduces external trust, operational dependency, and a tight validation hot path.
EIP-7732 moves the handshake into Ethereum itself. Instead of embedding a full ExecutionPayload directly in the beacon block, the proposer includes a signed execution payload bid. The builder later reveals the payload. Validators in a Payload Timeliness Committee attest to whether the payload arrived on time and whether blob data was available. Builder payments become enforceable through protocol accounting rather than relay trust.
The important technical shift is temporal: execution validation is decoupled from consensus validation. Ethereum's roadmap page says this expands the propagation window from roughly 2 seconds to about 9 seconds. That is why ePBS matters for scale. If the network has more time to propagate and validate larger payloads, higher gas limits and more data become safer.
For engineers, this means:
- validator clients and consensus clients must support new builder bid, payload attestation and fork-choice logic;
- builders become protocol-visible actors, not just off-chain MEV infrastructure;
- MEV strategies that depend on relay assumptions need to be re-audited;
- monitoring must distinguish full slots, empty slots and payload timing failures.
For investors, the signal is market-structure quality. ePBS does not remove MEV. It makes more of the block-production market explicit, observable and enforceable. That should reduce some relay trust risk, but it may also professionalize builders further. We would not assume builder centralization disappears.
BALs are the path to parallel Ethereum
Ethereum is still largely constrained by serial execution. A client cannot safely process two transactions in parallel if it does not know whether both will touch the same storage slot. EIP-7928 attacks that constraint directly.
BALs add a block-level record of state access. The block header commits to a block_access_list_hash; the execution payload carries the RLP-encoded access list; and clients validate that the supplied list matches actual execution. According to the EIP, BALs enable parallel disk reads, parallel transaction validation, parallel state-root computation, and executionless state updates.
The design trade-off is extra block data for better execution visibility. The EIP's empirical analysis estimates an average compressed BAL size of ~72.4 KiB at a 60M block gas limit. That is not free, but it is small relative to the scaling option it buys: clients can pre-load the state a block will touch instead of discovering dependencies transaction by transaction.
The near-term developer takeaway: Glamsterdam probably will not mean "your smart contract now runs in parallel" in the way an application developer might imagine. It means clients get the metadata required to make parallelism and faster sync credible at the protocol level. The first-order benefits accrue to client performance, node sync, state access, and future gas-limit increases.
The gas and state package is where business impact shows up
The market will focus on ePBS and BALs because they are clean narratives. The business impact may come from the less glamorous repricing EIPs.
The ethereum.org Glamsterdam page highlights EIP-8037 as a state-creation gas-cost increase. The intent is to price new accounts, storage and contract deployment more closely to their long-term burden on the state database. The page frames this around a 120 GiB/year state-growth target and a reservoir model for state gas. That is good protocol hygiene, but it is not universally "cheaper gas."
The same page also describes EIP-8038, which raises some state-access costs to better match the compute and database load of reading old state. For developers with storage-heavy applications, this is the line item to watch. Apps that assume cheap state reads or cheap permanent state creation may see economics change.
On the user-cost side, EIP-2780 proposes reducing intrinsic transaction gas and ethereum.org says standard ETH transfers between existing accounts could become up to 71% cheaper. That is meaningful for wallets, exchanges and payments flows, but it should not be confused with a blanket 71% reduction across DeFi transactions. Complex contract interactions remain bounded by execution, state access and calldata costs.
For financial managers, the practical framing is:
- simple ETH transfer costs may improve if EIP-2780 ships;
- deployment and state-heavy operations may become more accurately priced, not necessarily cheaper;
- higher capacity should reduce congestion pressure over time, but fee outcomes still depend on demand;
- accounting systems should monitor EIP-7708, which would emit logs for ETH transfers and burns, reducing reliance on custom traces.
What changes for validators, stakers and node operators
There is no ETH conversion. Anyone saying you must "upgrade" ETH is running a scam. But node operators and validators do have work.
Glamsterdam requires both execution-layer and consensus-layer client updates. ePBS touches consensus block structure, validator duties and payload timeliness attestations. BALs touch execution payloads, Engine API structures and block validation. Networking companions such as EIP-8159 eth/71 Block Access List Exchange and EIP-7975 eth/70 partial block receipt lists matter because higher-capacity blocks need safer peer-to-peer data distribution.
Institutional stakers should ask providers four questions before mainnet activation:
- Client readiness: which EL/CL client versions are planned for Glamsterdam, and what is the rollback plan?
- Builder policy: will the provider opt into any ePBS builder market behavior at launch, and how will it monitor builder failures?
- MEV accounting: how will proposer payments, builder payments and relay/ePBS revenues be reported?
- Testnet evidence: did the provider run through public testnet forks and multi-client devnets without missed duties?
The upgrade also includes validator-resilience proposals under consideration, including EIP-8045 to exclude slashed validators from proposing and EIP-8080 to let exits use the consolidation queue. These are not sexy, but they matter for staking operations and liquidity planning.
Investor read-through: why this matters for ETH
We think Glamsterdam is strategically positive for ETH because it strengthens Ethereum's settlement layer in three ways.
First, it reduces off-protocol trust in the MEV supply chain. MEV remains, but ePBS makes the handoff between proposer and builder more native, monitorable and enforceable.
Second, it creates a credible route to more L1 capacity. The market has spent two years treating Ethereum scaling as mostly an L2/blob story. Fusaka expanded blob capacity through PeerDAS and BPO forks; Glamsterdam brings attention back to L1 execution throughput without abandoning the L2 roadmap.
Third, it improves institutional legibility. Financial institutions care about deterministic settlement, infrastructure risk, auditability and operational controls. BALs, ETH-transfer logs, partial receipt lists and clearer builder mechanics all push Ethereum toward a more analyzable settlement environment.
The caveat: upgrades do not automatically create demand. If ETH underperforms because app revenue, stablecoin settlement, tokenization flows or ETF demand are weak, Glamsterdam alone will not fix price. It improves the supply side of blockspace. Demand still has to show up.
The risk register
Glamsterdam is ambitious. The largest risks are not conceptual; they are implementation and coordination risks.
- Scope risk: the non-headliner set can still change. If an EIP delays the fork, core devs may remove it.
- Client complexity: ePBS is a deep consensus change. More state machines mean more edge cases.
- Builder-market risk: in-protocol PBS can reduce relay trust, but builders may still concentrate around latency, capital and order-flow advantages.
- Application gas risk: state repricing can change the economics of smart wallets, bridges, rollups, DeFi protocols and indexers.
- Timeline risk: H2 2026 is the broad plan, but mainnet activation depends on stable devnets, public testnets, client releases and final All Core Devs coordination.
We are skeptical of any analysis that markets Glamsterdam as a guaranteed instant fee collapse or a fixed TPS target. The protocol work is real, but Ethereum's upgrade process is conservative for a reason.
Pre-upgrade checklist
For engineers:
- review EIP-7732, EIP-7928, EIP-8037, EIP-8038, EIP-7708 and EIP-2780;
- run staging infrastructure against public testnets once fork dates are announced;
- audit assumptions around traces, receipts, ETH-transfer detection, state access and gas estimation;
- monitor client release notes for Engine API changes and BAL retention behavior.
For investors:
- track whether the gas-limit path toward ~200M becomes explicit after stable devnets;
- watch builder concentration and staking reward dispersion after ePBS launches;
- separate L1 capacity expansion from L2 blob demand when modeling ETH value capture;
- do not price non-headliner EIPs as final until they are in client releases.
For financial managers:
- confirm custodians and staking providers do not require any ETH conversion;
- require written upgrade procedures from staking and node vendors;
- verify accounting systems can adapt if ETH transfer logs ship;
- prepare communications for clients or boards explaining that balances remain unchanged while infrastructure must upgrade.
Our view
Glamsterdam is Ethereum trying to scale like a serious settlement network rather than a benchmark-chasing execution chain. ePBS attacks block-production trust and timing. BALs attack serial execution and state visibility. The repricing package attacks database bloat before higher gas limits make it worse.
That combination is exactly what Ethereum needs: more capacity, fewer off-protocol assumptions, and better hardware sustainability. The market may underprice it because the benefits are infrastructural rather than cosmetic. But for long-term ETH value, infrastructure is the product.
Our base case: Glamsterdam is a medium-term positive for ETH and Ethereum-based businesses, but the correct trade is not "fees go down tomorrow." The correct trade is that Ethereum's L1 becomes more scalable, more auditable and more institutionally usable without giving up decentralization as the core constraint.
[AI DISCLAIMER]
This report was automatically gathered, analyzed, and drafted by Lucci's specialized AI research system.
Although we continuously optimize the model for professional research workflows and objective data handling, the content may still contain errors or lag real market conditions. Please use it as reference material and take full responsibility for any investment decisions.