You’re viewing Ethereum’s roadmap wrong if you think there are only three stages—it’s actually four interdependent phases. The Surge tackles scalability through Layer 2s and proto-danksharding. The Verge boosts validator efficiency with Verkle trees, reducing hardware demands. The Purge optimizes state management by deleting inactive data, cutting storage requirements drastically. The Splurge wraps up with account abstraction and smart contract validators. Together, they’re systematically transforming Ethereum into a scalable settlement layer, and understanding how they interconnect reveals their true power.
Table of Contents
Brief Overview
- The Surge enhances scalability through Layer 2 rollups and proto-danksharding, achieving 4,000+ TPS compared to mainnet’s 15 TPS.
- The Verge improves validator efficiency by implementing Verkle trees, reducing state size from 600 GB and enabling stateless clients.
- The Purge optimizes state management through state expiry, deleting inactive data while preserving history for auditing and reducing storage requirements.
- The Splurge completes remaining smart contract advancements and protocol refinements, enhancing user experience and addressing account rigidity issues.
- Together, these four phases transform Ethereum into a modular, scalable settlement layer while lowering costs and decentralizing validator participation.
What Ethereum’s Surge, Verge, Purge, and Splurge Actually Are

When Vitalik Buterin laid out Ethereum’s long-term roadmap, he moved beyond incremental upgrades to a four-phase architectural vision: Surge, Verge, Purge, and Splurge.
The Surge prioritizes Ethereum scalability through Layer 2 expansion and proto-danksharding (already live via Dencun). You’re seeing rollups like Arbitrum and Optimism handle most transaction volume while mainnet anchors security. Notably, the Optimism Layer 2 Solution has achieved 99.99% uptime with over 420 million transactions processed.
The Verge replaces the current state tree with Verkle trees, reducing data requirements and enabling stateless clients—improving validator efficiency and node participation.
The Purge implements state expiry, deleting old data to shrink storage demands and lower hardware barriers for operators.
The Splurge encompasses remaining smart contract advancements, infrastructure optimization, and protocol refinements. Together, these phases transform Ethereum from a monolithic chain into a modular, scalable settlement layer.
How These Four Phases Connect and Compound
Because Ethereum’s roadmap phases don’t exist in isolation, you need to understand how each one amplifies the others. The Surge benefits compound when Verge implications reduce state size—lower overhead means Layer 2s scale further. Purge efficiency then kicks in by expiring old data, freeing validator resources that Splurge innovations allocate toward new features. This isn’t sequential; it’s recursive. Cheaper transactions from Surge drive adoption, which creates more state requiring Verge optimization. Lighter state unlocks Purge’s pruning mechanisms. Those freed resources enable Splurge’s smart account capabilities and enhanced security. Each phase solves bottlenecks the previous one exposed, creating a tightening feedback loop. Ethereum evolution accelerates not from individual upgrades, but from their architectural interdependence—each layer strengthening what comes next. The integration of EIP-1559’s fee structure further enhances this ecosystem by promoting predictability in transaction costs, driving more users to participate.
The Surge: Why Layer 2 Scaling Beats Mainnet Speed
- Transaction throughput: Arbitrum and Optimism process 4,000+ TPS versus mainnet’s ~15 TPS
- Cost efficiency: Proto-danksharding reduced rollup fees by 90% post-Dencun; you pay pennies instead of dollars
- User experience: Sub-second confirmation times replace 12+ second mainnet latency
Mainnet limitations aren’t design flaws—they’re intentional trade-offs prioritizing decentralization and security. Layer 2s inherit that security while delegating throughput to off-chain execution. You get scalability without sacrificing finality or validator participation. Additionally, Ethereum 2.0’s PoS consensus mechanism plays a crucial role in enhancing security and scalability across the network.
How Blobs Reduced Layer 2 Costs by 90

**
Before March 2024, Layer 2 operators paid Ethereum mainnet validators steep fees to post transaction data on-chain—a necessity for proof-of-fraud and withdrawals, but a cost killer for users. The Dencun upgrade introduced proto-danksharding (EIP-4844), which created temporary blob storage specifically for this data. Blobs exist for roughly 18 days before expiring, long enough for Layer 2 sequencers to batch-compress transactions without burdening permanent mainnet storage.
You’ve seen the results: Arbitrum and Optimism transaction costs dropped from $0.50–$2.00 to under $0.10. This cost reduction stems directly from blob space being cheaper than calldata. Your withdrawal security remains intact—blobs provide cryptographic proof without the storage penalty. Transaction efficiency improved because operators no longer overpay for permanent records, making Ethereum scalability practical for everyday users. This upgrade also aligns with the reduction in gas fees, further enhancing the ecosystem’s attractiveness for users.
The Verge: How Verkle Trees Reduce Validator Hardware Requirements
Blob storage solved the cost problem for Layer 2 users, but it didn’t address a deeper bottleneck: validator hardware requirements. Running a full Ethereum node currently demands hundreds of gigabytes of storage, pricing out smaller operators and centralizing validator participation among well-capitalized firms.
Verkle trees fix this through cryptographic data compression:
- State compression: Replace the current Merkle tree structure with Verkle trees, reducing proof sizes from kilobytes to bytes.
- Hardware optimization: Validators can operate on consumer-grade machines instead of enterprise servers.
- Validator efficiency: Lower barriers enable more distributed participation, strengthening network security.
The Verge phase implements Verkle trees to shrink Ethereum’s state from ~600 GB to manageable sizes. You’ll see lower hardware costs per validator and broader decentralization—critical steps before the Purge phases in state expiry. This move aligns with Ethereum’s scalability solutions to enhance network performance and accessibility.
Why Stateless Clients Strengthen Ethereum’s Security Model
As Verkle trees compress Ethereum’s state, they unlock a parallel capability: stateless clients—validators that don’t store the full chain history locally. You reduce your hardware burden significantly; a stateless validator needs only recent block data and cryptographic proofs to validate transactions. This shifts the security model fundamentally. You gain client diversity because lighter validation lowers entry barriers for node operators, strengthening decentralized architecture against centralization pressures. stateless clients enhance validation efficiency by eliminating state synchronization overhead. Network resilience improves when more participants can run nodes affordably. You’re no longer dependent on a handful of well-resourced operators maintaining full state—instead, the network distributes verification work across heterogeneous hardware. Ethereum security becomes less hostage to infrastructure costs and more genuinely peer-to-peer. Additionally, this model aligns with robust security principles by reducing single points of failure and enhancing overall system integrity.
The Purge: Why State Expiry Reduces Node Burden

State accumulation is Ethereum’s silent scaling bottleneck. As the blockchain ages, nodes store ever-growing historical state data—account balances, contract storage, nonces. This burden makes it harder for operators to run full nodes, centralizing the network.
The Purge phase addresses this through state expiry, where old, inactive data expires and gets pruned. You’ll benefit from:
- State efficiency: Nodes no longer store centuries of dormant account data, reducing storage requirements by terabytes.
- Node scalability: Lower hardware demands mean more operators can run validators and full nodes.
- Data management: Expired state can be archived separately, preserving history without bloating the active chain.
Resource optimization follows naturally—your node runs leaner, faster, and cheaper to maintain. Additionally, the reduced 51% attack risks enhance the overall security of the network as it scales.
How State Expiry Differs From Clearing Historical Data
While state expiry removes inactive data from the network’s working memory, it doesn’t erase Ethereum’s history—and that distinction matters more than it first appears. Clearing historical data would delete transaction records permanently, crippling your ability to audit past events or verify account ownership. State expiry instead archives unused account states—balances, contract code, storage that hasn’t changed in years—removing them from active validation duties without destroying them. Full nodes can still access archived data if needed; they just won’t bloat your validator’s memory. This preserves Ethereum’s auditability while slashing the computational overhead validators face today. You get a leaner network without sacrificing transparency or historical truth. Furthermore, maintaining data integrity is crucial for ensuring that the archived information remains accurate and secure.
The Splurge: Account Abstraction and Smart Contract Validators
Once you’ve optimized data storage through state expiry and scaled transaction throughput via rollups, you’re left with a structural problem: accounts themselves remain rigid. The Splurge phase addresses this through account abstraction and smart contract validators.
Account abstraction decouples signing logic from account identity, letting you define custom validation rules—batch transactions, set spending limits, or require multi-sig approval without wrapping your wallet in additional contracts. This improves user experience directly.
Smart contract validators extend this further:
- Validators can now run arbitrary logic during block proposal, increasing validator efficiency and reducing centralization pressure.
- Custom signing schemes replace fixed ECDSA requirements, enabling quantum-resistant or hardware-backed authentication.
- Programmable transaction ordering enhances MEV mitigation without sacrificing decentralization.
These changes make Ethereum accounts genuinely composable while preserving security guarantees that matter. Moreover, the evolution of governance impacts decentralized applications and blockchain technology adoption, which is crucial for the success of these innovations.
How Pectra’s EIP-7702 Enables Smart Account Validators

EIP-7702, which shipped in Pectra (early 2026), makes account abstraction concrete by letting you delegate signing authority to a smart contract without deploying a separate proxy wallet. This unlocks smart accounts—wallets that execute logic natively on-chain rather than relying on external signers.
For validators, the impact is direct: you can now automate staking strategies, batch validator operations, and enforce decentralized governance rules at the account level. Your validator rewards flow through smart contract logic, enabling conditional withdrawals, auto-compounding, and multi-sig approval patterns without extra gas overhead.
| Feature | Before EIP-7702 | After EIP-7702 |
|---|---|---|
| Account Logic | EOA only | Smart contract native |
| Validator Operations | Manual signing | Programmable automation |
| Staking Strategies | Limited | Conditional, batch-enabled |
| Governance Integration | Separate contracts | Built into validator account |
EIP-7702 impact reshapes how you secure, delegate, and compound validator returns. Additionally, this innovation enhances transaction integrity by allowing for automated validation processes directly on-chain.
Why These Phases Matter: Users, Developers, and Stakers
Because Ethereum’s roadmap phases—Surge, Verge, Purge, and Splurge—directly affect what you can do with your capital, your code, and your staking yield, understanding their mechanics matters more than following hype cycles.
Each phase targets distinct pain points:
- User Incentives: Surge reduces Layer 2 costs via blob throughput; you’ll spend less on transactions while maintaining security.
- Developer Engagement: Verge introduces Verkle trees, simplifying node requirements and lowering barriers to building stateful applications.
- Staker Benefits: Purge removes historical state burden; validators earn more consistent yields as infrastructure demands drop.
These upgrades address scalability challenges directly. Ecosystem growth depends on lower friction—not promises. When developers can run nodes cheaply and users pay pennies per transaction, adoption follows naturally.
Frequently Asked Questions
When Will Surge, Verge, Purge, and Splurge Phases Actually Ship on Mainnet?
You’re looking at staggered mainnet timelines: Surge (Layer 2 focus) rolls out through 2026–2027, Verge follows 2027–2028, then Purge and Splurge extend beyond. Each upgrade’s validator requirements and fee reduction implications depend on developer progress and community consensus.
Do I Need to Upgrade My Hardware to Keep Validating After Verge Launches?
No, you won’t need to upgrade. Verge introduces Verkle trees, which actually lower your hardware requirements and improve validation efficiency. Your current validator setup will handle the state compression without demanding additional resources.
Will State Expiry Delete My Old Transaction History From the Blockchain Permanently?
No, state expiry won’t delete your transaction history. Your transactions remain permanently on the blockchain. State expiry only removes inactive account data, preserving transaction permanence and blockchain history for security and verification purposes.
How Much Lower Will Layer 2 Fees Go After All Four Phases Complete?
Your Layer 2 fees will likely drop like water through a funnel—dramatically at first, then stabilizing. You’ll see transaction speed improvements and better user experience as fee reduction continues through each phase, though exact figures depend on network adoption and competing demand.
Can I Use Smart Contract Wallets as Validators Under EIP-7702 Today?
No, you can’t use smart contract wallets as validators today. EIP-7702’s smart contract capabilities don’t override validator requirements—you’ll need a standard EOA controlling your stake. Full smart account validator support requires additional protocol work beyond current implementation.
Summarizing
You’re witnessing Ethereum’s evolution from a monolithic network into a modular powerhouse. With Layer 2s now processing 90% cheaper transactions through blobs, you’re seeing scalability in real-time. Surge, Verge, Purge, and Splurge aren’t distant promises—they’re engineering milestones reshaping how you’ll interact with decentralized applications. Each phase compounds the last, systematically eliminating bottlenecks that once limited blockchain adoption.
