Ethereum Protocol Fellowship (EPF) Cohort 7 — Applications open until May 13
All EIPs
EIP-6800 Stagnant

Ethereum state using a unified verkle tree

Authors: , , , , , , , , ,

Canonical data: /latest/eips/6800.json

This introduces a new Verkle state tree alongside the existing MPT.

Timeline

EIP Created Mar 17, 2023

Key Benefits

  • Enables instant node syncing through stateless operation
  • Dramatically reduces storage requirements for validators
  • Improves network decentralization through lower barriers
  • More efficient cryptographic proofs (smaller size)
  • Foundation for future scalability improvements

Trade-offs & Considerations

No trade-offs documented yet.

Stakeholder Impact

End Users

Revolutionary improvement in node syncing speed (from hours/days to minutes), better network decentralization, and more reliable access to Ethereum services.

Application Developers

More efficient state access patterns and improved proof verification, though most smart contract logic remains unchanged.

Wallet Developers

Can implement much faster light clients and improve wallet syncing speed through stateless verification capabilities.

Tooling / Infrastructure

Complete overhaul needed for state management, proof generation, indexing systems, and block explorers to handle Verkle tree proofs.

Layer 2s

More efficient state root verification and improved cross-chain proof mechanisms using Verkle tree cryptography.

Stakers & Node Operators

Can operate with dramatically reduced storage requirements and near-instant syncing through stateless validation, lowering barriers to participation.

CL Client Developers

Minimal direct impact as this primarily affects execution layer state management and proof structures.

EL Client Developers

Complete state system rewrite required including Verkle tree implementation, state migration logic, and new proof generation/verification systems.

North Star Goal Alignment

  • Scale L1: Revolutionary improvement to state management enabling stateless clients, faster state access, and much more efficient proof sizes. This is foundational infrastructure for long-term scaling.
  • Improve UX: Enables instant node syncing through stateless operation, dramatically reducing barriers to running Ethereum infrastructure and improving decentralization.