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

Prevent using consolidations as withdrawals

Authors: ,

Canonical data: /latest/eips/8071.json

Cancels consolidation if the max effective balance of the target validator will be exceeded, preventing the withdrawal of the unused balance

Timeline

Glamsterdam
Francesco D'Amato
Declined
Nov 27, 2025 · ACDC #170
Proposed
EIP Created Oct 29, 2025

Key Benefits

  • Prevents using consolidation queue as a faster, unintended withdrawal path.
  • Aligns consolidation behavior with its intended purpose instead of behaving like exits.

Trade-offs & Considerations

No trade-offs documented yet.

Stakeholder Impact

End Users

No explicit impact on everyday Ethereum users is described; only validator consolidation and withdrawal processing semantics are updated.

Application Developers

The EIP describes no changes to application-layer behavior, so smart contracts and dapp logic are unaffected.

Wallet Developers

No wallet-specific changes are specified; the proposal only alters how consensus clients process validator consolidation requests.

Tooling / Infrastructure

No tooling or infrastructure modifications are mentioned; changes are limited to consensus clients' consolidation-handling logic.

Layer 2s

Layer 2 systems are not referenced; the change targets Ethereum mainnet consensus-layer validator consolidation only.

Stakers & Node Operators

Validators can no longer rely on consolidations as a faster withdrawal path; they must use the exit queue instead.

CL Client Developers

Consensus clients must add a helper and update process_consolidation_request to cancel offending consolidations and cover new tests.

EL Client Developers

No execution-layer implementation complexity is described; the specification only changes consensus-layer consolidation behavior.