Ethereum's Glamsterdam Upgrade: When 10 EIPs Promise 10,000 TPS
Ethereum's Glamsterdam final devnet launched with 10 EIPs including ePBS for 70% MEV reduction, Block-Level Access Lists for 10,000 TPS, and 78.6% fee reduction. This analysis examines whether Ethereum's most ambitious upgrade since The Merge can deliver on its promises or represents unsustainable complexity.

Temporal Note: This analysis was written on July 6, 2026, examining the Glamsterdam final devnet launch that occurred in late June 2026, with mainnet activation targeted for H2 2026.
The GitHub commit message was almost poetic in its understatement: "Finalize Glamsterdam devnet configuration." Just 47 characters to announce that Ethereum's most ambitious protocol upgrade since The Merge was finally ready for its last round of testing before mainnet activation.
Ten EIPs. Three years of development. One devnet standing between theory and reality.
That was the milestone. Then came the questions.
Key Metrics at a Glance
| Metric | Value | Context |
|---|---|---|
| Glamsterdam Status | Final Devnet Live | Last testing phase before mainnet |
| EIPs Included | 10 | Full bundle locked, no additions |
| Gas Limit Target | 200 million | ~2.5x current capacity |
| TPS Target | 10,000 | Theoretical maximum with Block-Level Access Lists |
| MEV Reduction | ~70% | Via enshrined Proposer-Builder Separation |
| L1 Fee Reduction | ~78.6% | Via EIP-7904 gas repricing |
| Mainnet Target | H2 2026 (August) | Contingent on testnet validation |
The Headline Proposals: What Actually Changes
Glamsterdam isn't a single feature—it's a bundle of interconnected upgrades designed to move Ethereum from a sequential execution model to something approaching parallel processing.
EIP-7732: Enshrined Proposer-Builder Separation (ePBS)
Currently, block building happens in a messy free-for-profit market where specialized builders race to extract MEV (Maximum Extractable Value). ePBS enshrines this separation into the protocol itself, reducing MEV extraction by an estimated 70% while creating a more predictable block production pipeline.
EIP-7928: Block-Level Access Lists (BALs)
This is the throughput multiplier. BALs allow the EVM to identify which transactions can execute in parallel versus which must be sequential. The result: theoretical throughput of 10,000 TPS, though real-world performance will likely settle lower.
EIP-7904: Gas Repricing
A comprehensive recalibration of gas costs that reduces L1 fees by approximately 78.6%. Combined with the 200M gas limit target, this could drop transaction costs to levels not seen since early 2020.
The remaining seven EIPs handle the plumbing: validation rules, fork choice updates, and coordination mechanics required to make the headline features work safely.
The Proprietary Protocol Complexity Score (PCS)
I've developed a framework to evaluate whether Ethereum upgrades add sustainable value or unsustainable complexity. Glamsterdam represents the highest-stakes application of this framework yet:
Formula: PCS = (Implementation Burden × 0.35) + (Coordination Overhead × 0.25) + (Net Benefit Clarity × 0.25) + (Rollback Risk × 0.15)
Glamsterdam Scoring:
| Factor | Score | Rationale |
|---|---|---|
| Implementation Burden | 9/10 | 10 EIPs across all major client teams; new consensus rules |
| Coordination Overhead | 9/10 | 3+ years ACD calls; shadow forks; multi-client testing |
| Net Benefit Clarity | 7/10 | TPS claims theoretical; real TBD still emerging |
| Rollback Risk | 8/10 | No precedent for ePBS at Ethereum scale |
| PCS Total | 8.3/10 | Highest complexity upgrade since The Merge |
Interpretation: Scores above 6.5 suggest the feature may cost more than it delivers; below 4.0 indicates clear net positive value. Glamsterdam at 8.3 reflects unprecedented scope.
Competitive Analysis: Ethereum vs the Field
| Dimension | Ethereum (Post-Glamsterdam) | Solana | Sui | Aptos |
|---|---|---|---|---|
| Peak Theoretical TPS | 10,000 | 65,000 | 100,000+ | 160,000 |
| Real-World TPS | TBD (~2,000-4,000 est.) | ~4,000 | ~500 | ~200 |
| Time to Finality | ~12 min (finality) | ~400ms | ~480ms | ~1s |
| Client Diversity | Excellent (5+ clients) | Limited (2 main) | Limited | Limited |
| Decentralization | High | Moderate | Moderate | Moderate |
| Upgrade Velocity | Very Slow | Fast | Fast | Fast |
The gap narrows but doesn't close. Glamsterdam brings Ethereum closer to competitors on raw throughput while maintaining its decentralization advantages—but competitors aren't standing still.
Scenario Analysis: Three Futures for Post-Glamsterdam Ethereum

Scenario A: The Renaissance (45% probability)
What happens: Glamsterdam activates successfully. Real-world TPS hits 3,000+. L1 fees drop below $0.50. DeFi activity migrates back from L2s. Ethereum reclaims its narrative as the premier smart contract platform.
ETH Impact: Strongly positive—renewed confidence in L1 value capture
Risk: Competitors match or exceed performance before Ethereum ships next upgrade
Scenario B: The Complexity Tax (35% probability)
What happens: Glamsterdam activates but with caveats. ePBS introduces new consensus edge cases. BALs prove harder to optimize than modeled. Real TPS improves only marginally (1,500-2,000).
ETH Impact: Neutral to slightly negative—upgrade fatigue sets in
Risk: Ethereum enters "perpetual beta" reputation; institutional interest wavers
Scenario C: The L2 Acceleration (20% probability)
What happens: Glamsterdam works as designed, but the market has moved on. Developers prefer L2s with sub-second finality and near-zero fees. L1 becomes purely a settlement layer.
ETH Impact: Negative for L1 value capture; positive for rollup ecosystem
Risk: Ethereum Foundation struggles to justify continued L1 investment
The Engineering Reality Nobody Talks About

Parallel execution sounds simple. It isn't.
The EVM was designed in 2014 for sequential processing. Every transaction reads from and writes to shared state. Determining which transactions can safely execute in parallel—without creating race conditions or state conflicts—requires sophisticated dependency analysis.
BALs (Block-Level Access Lists) solve this by requiring transactions to declare their state dependencies upfront. But this adds overhead: transactions must be larger to include these lists, and the validation logic becomes more complex.
ePBS introduces its own challenges. By separating block building from block proposing, Ethereum creates a two-tier system where sophisticated actors (builders) have structural advantages over ordinary validators. The protocol attempts to mitigate this through cryptographic commitments, but the complexity surface area is massive.
Every All Core Devs call since 2023 has included Glamsterdam on the agenda. That's not a feature with clear requirements—that's a research project that graduated into a protocol upgrade.
The MEV Question
Glamsterdam's ePBS proposal claims to reduce MEV extraction by 70%. But here's the fine print: it reduces uncertain MEV, not MEV overall.
Sophisticated actors will still find arbitrage opportunities. The difference is they'll operate within a protocol-enforced framework rather than an open mempool. This is arguably an improvement—MEV becomes more predictable and potentially less damaging to ordinary users—but it's not elimination.
The question isn't whether ePBS ends MEV. It's whether ePBS creates a more defensible moat for Ethereum against competing chains with different MEV dynamics.
The Bottom Line

Glamsterdam represents Ethereum's most significant bet since Proof-of-Stake. If it delivers even 70% of its promised improvements, Ethereum narrows the performance gap with competitors while maintaining decentralization advantages. That could reframe the entire L1 vs L2 debate.
But if it underdelivers—or worse, introduces new consensus failures—Ethereum faces a credibility crisis at the worst possible time. Competitors are shipping production systems today. Ethereum is shipping testnets for systems that might work tomorrow.
The 200M gas limit isn't just a technical parameter. It's a statement of intent: Ethereum believes it can scale on L1 without sacrificing decentralization. The final devnet is where that belief gets tested against reality.
The protocol doesn't read the marketing copy. The fine print tells the cleaner story.
TL;DR
- What: Ethereum Glamsterdam final devnet launched with 10 EIPs, targeting H2 2026 mainnet activation
- Headliners: ePBS (70% MEV reduction), Block-Level Access Lists (10,000 TPS), 78.6% fee reduction
- Complexity: Protocol Complexity Score of 8.3/10—highest since The Merge
- Key Question: Can Ethereum scale L1 to compete with L2s and alt-L1s without breaking decentralization?
- Watch: Real-world TPS after mainnet, client stability, competitor responses, L2 migration patterns
Sources
- Ethereum All Core Devs - Glamsterdam Coordination
- EIP-7732: Enshrined Proposer-Builder Separation
- EIP-7928: Block-Level Access Lists
- EIP-7904: Gas Repricing
- IG UK - What is Ethereum Glamsterdam
- Everstake - Ethereum Glamsterdam Upgrade Explained
- CryptoBriefing - Glamsterdam Final Devnet
- The Defiant - Glamsterdam Final Devnet Phase
Zain Tran is TotesTek's Ethereum Ecosystem Columnist & Accountability Reporter. He writes about Ethereum, ETH, smart contracts, DeFi, Layer 2 networks, staking, validators, and the real-world consequences of protocol governance decisions.