Ethereum Protocol Fellowship (EPF) Cohort 7 — Applications open until May 13
All EIPs
EIP-8061 Draft CL

Increase exit and consolidation churn

Authors: ,

Canonical data: /latest/eips/8061.json

Increase the exit and consolidation churn and create a separate consolidation churn limit parameter.

Timeline

Glamsterdam
Francesco D'Amato
Considered for Inclusion
Dec 11, 2025 · ACDC #171
Proposed
EIP Created Oct 17, 2025

Key Benefits

  • Triples the global churn limit while preserving a long weak-subjectivity period for consensus safety.
  • Increases activation and exit throughput, shortening validator deposit and exit queues under growing stake.
  • Separates consolidation churn into its own limit, configurable independently from activation and exit churn.
  • Improves staking liquidity by reducing consolidation time and associated opportunity costs for validators.

Trade-offs & Considerations

No trade-offs documented yet.

Stakeholder Impact

End Users

No direct user-facing changes; effects are limited to validator churn parameters, with only indirect benefits through future finality improvements.

Application Developers

Application logic and smart contracts remain unchanged; only underlying consensus churn limits adjust, so most applications require no code modifications.

Wallet Developers

Wallet protocols stay the same; only beacon-chain churn parameters change, so implementations rarely need updates beyond optional queue displays.

Tooling / Infrastructure

Validator dashboards, explorers, and forecasting tools must update churn constants and formulas to correctly estimate activation, exit, and consolidation queues.

Layer 2s

Layer 2 protocols see minimal direct impact; beacon-chain validator churn parameters change, but L2 smart contract logic remains unchanged.

Stakers & Node Operators

Stakers and node operators gain higher churn throughput, shortening queues and reducing consolidation costs while maintaining a long weak-subjectivity period.

CL Client Developers

Consensus clients must update configuration constants and churn computation logic, adding a separate consolidation churn quotient and revising queue accounting.

EL Client Developers

Execution clients require no code changes; all churn computations reside in the consensus layer, leaving execution implementations unaffected.