Lean Ethereum
Plan a long-range redesign of the Ethereum consensus layer, targeting a single major fork around 2030 that consolidates several research tracks: post-quantum signatures, minimal zkVMs for signature aggregation and proof compression, reduced hardware and stake thresholds for validators, and networking upgrades that support a larger validator set. The goal is a consensus protocol that is stable for decades, resilient against quantum adversaries, and verifiable on minimal devices.
Plan a long-range redesign of the Ethereum consensus layer, targeting a single major fork around 2030 that consolidates several research tracks: post-quantum signatures, minimal zkVMs for signature aggregation and proof compression, reduced hardware and stake thresholds for validators, and networking upgrades that support a larger validator set. The goal is a consensus protocol that is stable for decades, resilient against quantum adversaries, and verifiable on minimal devices.
- Post-quantum hash-based multisignatures, with an aggregation scheme suited to large validator sets.
- Minimal zkVMs used to compress aggregated signatures and consensus proofs into succinct artifacts.
- Networking upgrades: Gossipsub v2 for throughput and DOS resilience, and rateless set reconciliation to support very large validator sets.
- Lower validator thresholds in hardware, bandwidth, and stake, making solo staking accessible on commodity devices.
- Formal verification tooling (Lean 4) used to prove key properties of the signature aggregation and consensus logic.
- Approximately fifteen client teams implementing the specification across Rust, Zig, C, C++, Go, Java, .NET, TypeScript, Nim, and Elixir.
Guarantees:
- Protocol stability: after the upgrade, consensus enters a phase of minimal change.
- Post-quantum resilience for the core signature layer.
- Lower barriers to solo validation, improving validator decentralization.
- Light-client verification of full consensus rules on minimal hardware.
- Clear scope: consensus only; execution-layer scaling and privacy are handled by separate tracks.
Threat model:
- Cryptanalysis of the chosen hash-based multisignature and its aggregation must hold.
- The minimal zkVM must be sound and formally verified; a flaw compromises the compressed proofs.
- Networking upgrades must preserve liveness under large validator counts and adversarial churn.
- Coordination risk: if one research track fails to ship, the bundled fork is delayed.
- Out of scope: transaction privacy, execution scaling, MEV dynamics.
- Multi-year horizon with heavy dependence on open research questions across cryptography, proof systems, and networking.
- Single bundled fork means a failure in one component delays the entire upgrade.
- Consensus-only scope: does not address execution-layer scaling or transaction privacy.
- Coordination across many client teams adds engineering overhead but also resilience.
A consumer-grade laptop runs a solo validator at a stake threshold around 1 ETH. A minimal zkVM compresses committee signatures off chain into a single proof that any node verifies in milliseconds. The network operates at roughly four-second slots with a fast-finality variant under evaluation. A mobile phone verifies the full consensus rules independently.