Ethereum Validator Exit Mechanisms, Monitoring & Tooling — Research Report
1. Context: The Problem Statement
The transcript discusses a practical challenge facing institutional staking operators and portfolio managers: given a set of validators and a target amount of ETH to retrieve, what is the fastest path to liquidity? This question is now more complex than ever due to the Pectra upgrade (activated May 7, 2025), which introduced multiple exit and withdrawal pathways where previously there was essentially one queue in and one queue out. The discussion is specifically motivated by leverage staking strategies on Lido V3 stVaults, where the ability to exit and recover ETH quickly is critical for managing risk.
2. Historical and Current Exit Mechanisms
2.1 Pre-Pectra (Pre-May 2025): The Simple Model
Before Pectra, the validator lifecycle was straightforward:
- One entry queue, one exit queue. Validators entered with 32 ETH and exited with 32 ETH (plus accrued rewards).
- Exit trigger: Only the validator's active BLS key (the "hot" key used for signing attestations) could initiate an exit via a signed voluntary exit message on the consensus layer.
- Churn limit: The number of validators that could enter or exit per epoch was capped (scaled with total validator count). At the time of the Merge, this was around 8–13 validators per epoch.
- Withdrawal sweep: After a validator exited and passed the 256-epoch (~27.3 hour) withdrawability delay, a round-robin sweep mechanism cycled through all validators, processing up to 16 automatic withdrawals per block. The sweep cycle took approximately 4–8 days to complete a full rotation depending on the total validator count.
- Partial withdrawals (0x01 credentials): Any balance above 32 ETH was automatically swept to the withdrawal address during the sweep cycle. No action required from the validator operator.
The key limitation was that exit timing depended on three sequential delays: (1) the exit queue wait, (2) the 256-epoch withdrawability delay, and (3) the sweep delay before funds actually arrived at the withdrawal address.
2.2 Post-Pectra (May 2025 Onward): The Complex Model
Pectra introduced several EIPs that fundamentally changed withdrawal and exit mechanics:
EIP-7251: Increase MAX_EFFECTIVE_BALANCE to 2,048 ETH
- Validators can now hold between 32 and 2,048 ETH.
- 0x02 credential validators auto-compound rewards (no sweep until balance exceeds 2,048 ETH).
- The exit queue churn limit is now denominated in ETH rather than validator count: 256 ETH per epoch (~57,600 ETH/day).
- Validators can consolidate multiple 32 ETH validators into a single large validator.
EIP-7002: Execution Layer Triggerable Exits and Withdrawals
- Withdrawal credential holders (0x01 or 0x02 addresses) can now trigger exits and partial withdrawals directly from the execution layer, without needing the validator's active key.
- This is accomplished via a predeploy contract (
WithdrawalRequestPredeploy) on the execution layer. - Partial withdrawals from 0x02 validators use their own FIFO queue, processed up to 8 per block, and bypass the sweep delay entirely.
- Full exits triggered via the EL still enter the standard exit queue.
- An EIP-1559-style fee mechanism applies to EL-triggered withdrawal requests: the target is 2 requests per block, with fees scaling exponentially above that rate.
- MAX_WITHDRAWAL_REQUESTS_PER_BLOCK is capped at 16.
EIP-6110: Supply Validator Deposits On Chain
- Deposits now process through the execution layer directly, reducing activation delay from ~12 hours to ~13 minutes.
EIP-7685: General Purpose EL-to-CL Request Framework
- Provides the communication mechanism that enables EIP-7002 and EIP-7251 to function.
2.3 The Multiple Pathways to ETH Retrieval (Post-Pectra)
After Pectra, there are now several distinct pathways to retrieve ETH, each with different timing characteristics:
| Pathway | Mechanism | Queue | Speed |
|---|---|---|---|
| Full voluntary exit (CL) | Signed exit message via active key | Exit queue (256 ETH/epoch churn) + 256-epoch delay + sweep | Slowest (days to weeks+) |
| Full exit (EL trigger, EIP-7002) | Withdrawal credential calls predeploy contract with amount=0 | Same exit queue + same delays | Same as above, but doesn't require active key |
| Partial withdrawal (EL trigger, 0x02) | Withdrawal credential calls predeploy with specific amount | Own FIFO queue (up to 8/block) | Fast (bypasses sweep delay) |
| Automatic excess sweep (0x01) | Balance > 32 ETH swept automatically | Sweep cycle (~4-10 days per full rotation) | Moderate |
| Automatic excess sweep (0x02) | Balance > 2,048 ETH swept automatically | Sweep cycle | Moderate (but 2,048 threshold is very high) |
| Consolidation + skim | Consolidate to 0x02, top up above 2,048 ETH, auto-sweep excess | Consolidation queue + sweep | Variable |
2.4 The "Super Validator" / "Submarine" Concept
The transcript references "submarines" and "super validators" — this refers to a strategy discussed in the Ethereum community where operators create 0x02 compounding validators loaded with exactly 2,048 ETH. Any ETH deposited on top (via consolidation or top-ups) would exceed the 2,048 ETH maximum and be automatically swept on the next sweep cycle, bypassing the exit queue entirely.
The idea is that these validators act as "fast exit queues": you consolidate ETH into them, anything above 2,048 gets automatically swept, and the ETH arrives at the withdrawal address within one sweep cycle rather than waiting in the potentially weeks-long exit queue. They "come out of nowhere" (hence "submarines") because the sweep mechanism processes them regardless of exit queue length.
Status: This loophole is now formally recognized by core developers. EIP-8071 was proposed to directly close it but was dropped from Glamsterdam in favor of two broader solutions: EIP-8080 (which would democratize the loophole by letting all exits use the consolidation queue when it's shorter) and EIP-8061 (which would increase overall churn limits). As of April 2026, the choice between these two approaches is still pending. The loophole remains exploitable on mainnet today by validators holding ≥2,048 ETH.
3. Entry and Exit Queue Dynamics
3.1 Current Queue Parameters (Post-Pectra)
- Churn limit (deposits): 256 ETH per epoch (≈ 8 validators × 32 ETH). ~57,600 ETH/day.
- Churn limit (exits): 256 ETH per epoch. ~57,600 ETH/day.
- Churn limit (consolidations): Separate queue; approximately 287 ETH per epoch (varies).
- Partial withdrawal processing: Up to 8 EL-triggered partial withdrawals per block (separate from sweep).
- Automatic sweep: 16 withdrawals per block via the round-robin sweep.
- Withdrawability delay: 256 epochs (~27.3 hours), fixed.
- Sweep delay (full rotation): Variable; depends on total validator count. Currently in the range of 5–10 days.
3.2 Historical Queue Events
The exit queue has experienced several major congestion events:
- July 2025: The exit queue surged to ~743,000 ETH following a liquidity shock in the Aave lending protocol. This was triggered by a large entity (affiliated with Justin Sun/HTX) withdrawing approximately $518 million in ETH from Aave, which caused a temporary stETH depeg and highlighted vulnerabilities in leveraged liquid staking strategies.
- August–September 2025: Kiln, a major infrastructure provider, exited all of its validators (~1.6 million ETH) as a security precaution following the NPM supply-chain attack and SwissBorg breach. This pushed exit wait times to a record 46+ days by mid-September 2025, with approximately 2.5–2.65 million ETH in the queue.
- Late 2025: The exit queue gradually cleared while the entry queue reversed and surpassed the exit queue by late December 2025, signaling renewed staking demand.
3.3 Real-Time Queue Data (As of April 2026)
Based on Pectrified and beaconcha.in data:
- Pending deposits: ~449,201 ETH (9,924 queued requests); estimated wait ~7–8 days.
- Pending withdrawals: ~1,304,708 ETH (34,920 queued requests); estimated wait ~31 days.
- Pending consolidations: ~448 ETH (14 queued requests); estimated wait ~16 hours.
- Active validators: ~918,844 online.
4. Existing Monitoring Tools
4.1 Miga Labs (migalabs.io)
- Provides an Ethereum network metrics dashboard called eth-seer.
- Tracks validator queues, consolidations, withdrawals, deposits, relays, builders, rewards, slashed validators, and Lido CSM data.
- Published detailed analysis of the July 2025 exit queue surge.
- Open-source tools on GitHub (migalabs/eth-seer, migalabs/block-printer, migalabs/xatu-dashboard).
4.2 Pectrified (pectrified.com)
- A Pectra-specific dashboard showing post-upgrade fork statistics for validators.
- Displays execution request queues: pending deposits, pending withdrawals, pending consolidations with ETH amounts and estimated wait times.
- Shows churn limits for each queue type.
- Allows per-validator lookup and in-flight request verification.
- Provides functionality to verify partial and full withdrawal requests.
- Known issues: The transcript mentions that this tool (referred to as "Spectrified") broke in certain edge cases.
4.3 ValidatorQueue.com
- Open-source dashboard (GitHub: etheralpha/validatorqueue-com).
- Shows entry and exit queue lengths, estimated wait times, and sweep delay.
- Data fetched from the beaconcha.in API, updated every ~15 minutes.
- Historical daily snapshots recorded.
- Known issues: Post-Pectra bug where entry/exit queue data from May 7–21, 2025 was inaccurate (based on validator count rather than ETH balance). Data shifted from validator-based to ETH-based on May 7, 2025.
4.4 Beaconcha.in
https://beaconcha.in/validators/queues
- The most comprehensive Ethereum consensus layer explorer.
- Provides validator queue pages with deposit, exit, withdrawal, and consolidation ETH estimates and charts.
- Per-validator detail pages showing lifecycle epochs (activation eligibility, activation, exit, withdrawable).
- API (v2) supporting programmatic validator queries with status, balances, lifecycle data.
- Charts for historical validator counts, staked ETH, balances.
4.5 Blockdaemon Dashboard
https://docs.blockdaemon.com/docs/ethereum-dashboard?#9-queue-estimation
- Institutional-grade validator management dashboard.
- Supports 0x01 and 0x02 validator types, grouping and management.
- Queue estimation for both activation and exit queues.
- Reward reporting (CSV export, 90-day history).
- Validator actions: exit, convert (0x01→0x02), consolidate, top-up, withdraw.
4.6 The Block Data Dashboard
https://www.theblock.co/data/on-chain-metrics/ethereum
- Tracks daily Ethereum validator entry and exit queue data.
- Provides historical charts of queue activity.
4.7 Ethereum Validator Queue MCP Server (kukapay/ethereum-validator-queue-mcp)
- An MCP (Model Context Protocol) server for programmatic access to queue data.
- Functions:
get_activation_queue(),get_exit_queue(),get_validator_status(pubkey),analyze_queue(). - Provides estimated wait times and LLM analysis prompts.
5. Raw Data Sources (RPCs and APIs)
5.1 Ethereum Beacon Chain REST API
The official Beacon API (ethereum.github.io/beacon-APIs) is the primary raw data source. Key endpoints:
GET /eth/v1/beacon/states/{state_id}/validators— Returns validator data including status (pending_initialized,pending_queued,active_ongoing,active_exiting,active_slashed,exited_unslashed,exited_slashed,withdrawal_possible,withdrawal_done), balances (current and effective), withdrawal credentials, and lifecycle epochs.GET /eth/v1/beacon/states/{state_id}/validators/{validator_id}— Single validator lookup by index or pubkey.GET /eth/v1/beacon/states/{state_id}/validator_balances— Batch balance queries.GET /eth/v2/beacon/blocks/{block_id}— Block data including voluntary exits, execution requests, and the withdrawal list.GET /eth/v1/config/spec— Protocol configuration parameters (churn limits, delays, etc.).
5.2 Beacon Chain RPC Providers
- QuickNode — Ethereum Mainnet endpoints with Beacon REST API support.
- Infura — Consensus layer endpoints.
- Alchemy — Beacon chain access.
- Ankr — Beacon chain RPC with full API support.
- dRPC — Beacon chain RPC endpoints (free and paid).
- Google Cloud Blockchain Node Engine — Managed Ethereum nodes with consensus client endpoints.
5.3 Beaconcha.in API (v2)
- REST API with bearer token authentication.
- Validator queries by index, public key, or withdrawal address.
- Returns lifecycle epochs, balances, status, withdrawal credentials, finality state.
- Supports pagination for large validator sets.
5.4 Execution Layer APIs
- Standard JSON-RPC (Geth, Erigon, etc.) for execution layer data.
- Blockscout REST API — Provides dedicated endpoints for EIP-7002 withdrawal requests and EIP-6110 deposits since the Pectra upgrade.
- Etherscan/Beaconchain APIs — Historical validator data, deposit contract events.
5.5 On-Chain Contracts
- Deposit Contract (
0x00000000219ab540356cBB839Cbe05303d7705Fa) — Monitoring deposit events. - WithdrawalRequestPredeploy (EIP-7002) — The predeploy contract that handles EL-triggered exit and withdrawal requests. Can be queried for current fee levels and pending requests.
- ConsolidationRequestPredeploy (EIP-7251) — Handles consolidation requests between validators.
6. Lido V3 stVaults and Leverage Staking Context
6.1 What Are stVaults?
Lido V3 introduces stVaults — isolated, non-custodial smart contracts that allow institutions to:
- Stake ETH with their preferred node operator.
- Mint stETH against the staked position (using ETH on validators as collateral).
- Build structured products including leveraged staking strategies.
Each vault has a reserve ratio (buffer between staked ETH and minted stETH) and a health factor to protect stETH fungibility. The protocol can trigger force rebalancing if vault health deteriorates.
6.2 Leverage Staking (Looping) Risk
The typical strategy is:
- Stake ETH in a stVault.
- Mint stETH against the position.
- Borrow more ETH against stETH on a lending protocol (e.g., Aave, Morpho).
- Re-stake the borrowed ETH.
- Repeat (loop) for amplified yield.
The core risk: If the leveraged position needs to be unwound (due to slashing, stETH depeg, or market conditions), the operator must exit validators and retrieve ETH. The speed at which this can happen is directly bounded by the exit queue, partial withdrawal queue, and sweep delays.
6.3 Why Exit Time Monitoring Is Critical
- Exit queue can extend to 30–50+ days during periods of mass exits (as seen in September 2025).
- stETH depeg risk increases when large unstaking demands hit Lido simultaneously.
- Liquidation risk on leveraged positions if the time-to-exit exceeds the position's safety margin.
- Lido force rebalancing can trigger stake withdrawal from stVaults to cover protocol redemptions, creating an additional time pressure.
7. Key Challenges and Caveats
7.1 Estimating Time-to-Exit Is Non-Trivial
Calculating "how long to get X ETH back from Y validators" requires modeling multiple variables:
- Which validators to exit first? — Depends on sweep position (validator index relative to the current sweep cursor) and effective balance.
- Queue length at time of request — The exit queue is dynamic; other operators may submit exits that lengthen the queue between planning and execution.
- Sweep cursor position — After exiting, funds wait for the sweep to reach the validator's index. This depends on the validator's position in the registry relative to the current cursor.
- Partial vs. full withdrawal trade-offs — Partial withdrawals (0x02, EL-triggered) bypass the sweep but have their own queue and fee dynamics. For large amounts, full exits may be necessary.
- Network turbulence — Slashing events, mass exits by other operators (e.g., the Kiln incident), or DeFi cascade events can suddenly extend queue times.
- Consolidation dynamics — If using the consolidation-and-skim strategy, consolidation has its own queue and churn limit.
- Fee dynamics — EL-triggered withdrawal requests have exponentially increasing fees when the queue is congested.
7.2 Tool Reliability Issues
- Post-Pectra data bugs: ValidatorQueue.com had a known bug where data from May 7–21, 2025 was inaccurate (counting validators instead of ETH). Historical conversion data was also missing from May 21–June 3, 2025.
- Edge case failures: The transcript mentions that both Miga Labs and Pectrified tools broke in certain edge cases, which is why there is interest in building an internal tool.
- Model assumptions: Most tools estimate wait times based on current queue depth and churn rate, assuming no new entries to the queue — a simplistic model that breaks during stress events.
7.3 0x01 vs. 0x02 Credential Complexity
- 0x01 validators get free automatic partial withdrawals (excess above 32 ETH swept automatically) but cannot trigger EL partial withdrawals.
- 0x02 validators auto-compound to 2,048 ETH (no partial sweep) but can trigger EL partial withdrawals.
- The optimal strategy depends on whether the operator values automatic reward sweeping (0x01) vs. compounding + manual withdrawal control (0x02).
- EIP-8062 (sweep fee for 0x01): Was proposed for Glamsterdam but was removed during ACDC #170 (November 2025). Developers agreed that improving the UX of 0x02 validators must come before imposing economic penalties on 0x01 validators. The Ethereum Foundation's Robust Incentives Group (RIG) rated it S-tier (important for fast finality roadmap) but client teams like Sigma Prime and Lodestar opposed inclusion, citing insufficient proof it would force migration and the bad optics of adding CL fees. It may resurface in Hegotá or later with a higher fee if EIP-8068 is not included alongside it.
- EIP-8068 (neutral effective balance design): Also proposed for Glamsterdam but considered too complex. Rated D-tier by RIG. Lodestar flagged insufficient data proving the hysteresis gaming it addresses is actually occurring. Likely deferred to a future comprehensive consolidation redesign.
- EIP-8071 (prevent using consolidations as withdrawals): Directly targeted the "submarine" loophole where ≥2,048 ETH validators could use the consolidation queue to fast-exit. Was removed from Glamsterdam; its problem space was handed off to EIP-8061 and EIP-8080.
7.4 The Consolidation-as-Exit Loophole ("Submarines") — Current Status
The "submarine" / "super validator" strategy discussed in the transcript is now a well-recognized design flaw in the protocol. EIP-8080 explicitly describes it: validators with at least 2,048 ETH can exploit a loophole in the consolidation logic to use the (often shorter) consolidation queue for exits, bypassing the standard exit queue. This creates an unfair two-tier system where large validators have faster exit paths than smaller ones.
Two competing EIPs address this, and at least one must be included in Glamsterdam:
- EIP-8080 (let exits use the consolidation queue): Rather than closing the loophole, it democratizes it — all validators can route exits through the consolidation queue when it's shorter. This would increase maximum exit throughput from 256 ETH/epoch to approximately 688 ETH/epoch (~2.5x), a substantial improvement. Simple to implement.
- EIP-8061 (increase exit and consolidation churn): A broader change that doubles consolidation churn, quadruples exit churn, and restores exit churn proportionality to total stake. Would increase exit throughput by approximately 75%. More complex, touches weak subjectivity parameters, and several client teams (notably Lodestar) want more research before inclusion.
As of ACDE #234 (April 10, 2026), developers are still choosing between these two approaches. Both remain "Considered for Inclusion" in Glamsterdam (EIP-7773 meta-EIP).
7.5 Protocol-Level Changes: Fusaka (Shipped), Glamsterdam (In Dev), Hegotá (Planned)
Fusaka (Activated December 3, 2025)
Fusaka has already shipped on mainnet. It focused on L2 scaling and did not introduce direct changes to validator exit or withdrawal mechanics. Key features: PeerDAS (data availability sampling), BPO (Blob Parameter Only) mini-forks for gradual blob capacity increases, block gas limit increase to 60M, EVM Object Format (EOF). Two BPO forks followed: Dec 17, 2025 (blobs to 15 max) and Jan 7, 2026 (blobs to 21 max).
Glamsterdam (Targeting H1 2026, ~June)
Glamsterdam is Ethereum's next major hard fork, currently in active development with devnets (BAL-Devnet-3 and ePBS-Devnet-1 launched in early April 2026). The two confirmed headline EIPs are:
- EIP-7732 (Enshrined Proposer-Builder Separation / ePBS): Moves block building on-chain, removing dependence on external relays like MEV-Boost. Validators gain new duties around payload timeliness committee membership. Builders become staked protocol participants. This changes the operational landscape for validators significantly.
- EIP-7928 (Block-Level Access Lists / BALs): Enables parallel transaction execution by pre-declaring state access patterns. Combined with gas limit increases (targeting 100M initially, then 200M), this aims for ~10,000 TPS on L1.
Validator/exit-relevant EIPs under consideration for Glamsterdam:
| EIP | Description | Status (as of April 2026) |
|---|---|---|
| EIP-8061 | Increase exit and consolidation churn (up to ~2.5x exit throughput) | Considered for Inclusion |
| EIP-8080 | Let exits use the consolidation queue (democratize submarine loophole) | Considered for Inclusion |
| EIP-8045 | Exclude slashed validators from proposing (chain health improvement) | Considered for Inclusion |
| EIP-8062 | Sweep fee for 0x01 validators | Declined for Glamsterdam |
| EIP-8068 | Neutral effective balance design | Declined for Glamsterdam |
| EIP-8071 | Prevent consolidations as withdrawals | Declined (problem space → 8061/8080) |
| EIP-7805 (FOCIL) | Fork-choice inclusion lists (censorship resistance) | Deferred to Hegotá |
| EIP-7904 | Gas repricing (benchmark-based) | Scheduled for Inclusion |
| EIP-8011 | Multidimensional gas metering | Under consideration |
| EIP-8037 | State creation gas cost increase | Under testing (issues found on BAL-Devnet-3) |
Source: EIP-7773 Glamsterdam meta-EIP, ACDC #170 minutes, Ethereum Foundation Checkpoint #8 (Jan 2026), ACDE #234 (Apr 10, 2026).
Impact on exit monitoring: If EIP-8061 or EIP-8080 ships, the exit throughput model changes significantly. Any monitoring tool must be able to dynamically account for increased churn limits or cross-queue routing. Additionally, ePBS changes the block production model, which may affect sweep timing and withdrawal processing patterns.
Hegotá (Targeting H2 2026)
The upgrade following Glamsterdam. Key features under consideration:
- Verkle Trees — Could reduce node storage by ~90% and enable stateless clients. Major impact on validator operations and accessibility.
- FOCIL (EIP-7805) — Fork-choice enforced inclusion lists for censorship resistance. Was deferred from Glamsterdam to reduce fork scope.
- EIP-8141 (Frame Transactions) — Post-quantum security preparation. Considered for Inclusion as of ACDE #233–234.
- Native account abstraction — Multiple competing proposals being discussed (ACDE #234).
- Deferred staking EIPs — EIP-8062 (sweep fee), EIP-8068 (neutral EB), and comprehensive consolidation redesign may resurface here.
Headliner proposal deadline was February 4, 2026; non-headliner EIP proposals are open with 2–4 weeks' notice before closing.
7.6 Lido Dual Governance and EIP-7002 Support
Lido does not yet support EIP-7002 (EL-triggered exits) for its validators. Support is contingent on implementing the dual governance model, which allows stETH holders to timelock malicious DAO proposals and exit before they pass. Until dual governance is live, Lido validators still rely on the active key (held by node operators) for exit initiation. This means that for Lido-managed stVaults, the EL-triggered exit pathway (which would allow vault owners to directly exit validators via the withdrawal credential) is not yet available, adding an additional trust and latency layer to the exit process.
8. What a Custom Monitoring Tool Would Need
Based on the transcript's requirements and the research above, an internal monitoring tool for institutional staking risk management would need:
8.1 Core Data Ingestion
- Direct Beacon Chain API access (preferably self-hosted node for reliability).
- Execution layer RPC for EIP-7002 contract state, fee levels, and pending requests.
- Real-time tracking of: exit queue depth (ETH), activation queue depth, consolidation queue depth, partial withdrawal queue depth, sweep cursor position, churn rates.
8.2 Portfolio-Level Analytics
- Given a list of validator indices/pubkeys owned by a client, calculate:
- Time-to-exit for each validator (accounting for sweep cursor position).
- Optimal exit ordering (which validators exit first based on sweep position and effective balance).
- Time to retrieve X ETH via various pathways (full exit, partial withdrawal, consolidation+skim).
- Total portfolio exit time under current vs. stressed queue conditions.
8.3 Alerting
- Exit queue expansion alerts (e.g., queue grows by >10%, or time-to-exit exceeds threshold).
- Sweep cycle monitoring (predicted arrival time for pending withdrawals).
- Fee spike alerts for EL-triggered withdrawal requests.
- Network-level alerts: mass exit events by other operators, slashing incidents, queue congestion.
8.4 Scenario Modeling
- Stress-test exit timing under various queue congestion scenarios.
- Model the impact of other large operators entering the exit queue simultaneously.
- Estimate liquidation risk windows for leveraged positions based on exit timing distributions.
8.5 Protocol Upgrade Tracking
- The tool must be designed to accommodate protocol changes. If EIP-8061 or EIP-8080 ships in Glamsterdam (H1 2026), the churn limit model changes significantly (potentially 2.5x more exit throughput). The tool should be parameterized so that churn limits, queue routing logic, and fee models can be updated without a full rewrite.
- Track ACDE/ACDC call outcomes (Christine Kim's substack, Ethereum Foundation blog checkpoints) for early signals of upcoming changes.
9. Key Dates and Upcoming Milestones
| Date | Event | Relevance |
|---|---|---|
| May 7, 2025 | Pectra mainnet activation | Introduced current exit/withdrawal mechanics |
| Dec 3, 2025 | Fusaka mainnet activation | PeerDAS, BPO forks, gas limit increase (no direct exit changes) |
| Dec 17, 2025 / Jan 7, 2026 | BPO forks (blob increases) | Infrastructure scaling |
| April 2026 (now) | BAL-Devnet-3 + ePBS-Devnet-1 launched | Glamsterdam testing underway |
| ~June 2026 (aspirational) | Glamsterdam mainnet | ePBS, BALs, gas repricing, potentially EIP-8061 or 8080 (exit throughput) |
| H2 2026 | Hegotá mainnet | Verkle Trees, FOCIL, possibly deferred staking EIPs |
10. Summary of Key Resources
| Resource | URL | Type |
|---|---|---|
| Ethereum Beacon API Spec | ethereum.github.io/beacon-APIs | Primary raw data source |
| Beaconcha.in | beaconcha.in | Explorer + API (v2) |
| Pectrified | pectrified.com | Pectra-specific queue dashboard |
| ValidatorQueue.com | validatorqueue.com | Queue wait time dashboard |
| Miga Labs | migalabs.io | Network analytics + open-source tools |
| Blockdaemon Dashboard | docs.blockdaemon.com | Institutional validator management |
| EIP-7002 (EL Exits) | eips.ethereum.org/EIPS/eip-7002 | Spec for EL-triggered withdrawals |
| EIP-7251 (MaxEB) | github.com/ethereum/EIPs/.../eip-7251.md | Spec for 2,048 ETH validators |
| EIP-7773 (Glamsterdam Meta) | eips.ethereum.org/EIPS/eip-7773 | Full list of Glamsterdam EIPs and their status |
| EIP-8061 (Increase Churn) | eips.ethereum.org/EIPS/eip-8061 | Proposed churn limit increase for exits |
| EIP-8062 (Sweep Fee) | eips.ethereum.org/EIPS/eip-8062 | Proposed fee on 0x01 sweeps (declined for Glamsterdam) |
| EIP-8080 (Exits via Consolidation Queue) | eips.ethereum.org/EIPS/eip-8080 | Democratize consolidation queue for exits |
| EIP-8081 (Hegotá Meta) | eips.ethereum.org/EIPS/eip-8081 | Hegotá upgrade scope (draft) |
| Ethereum Roadmap | ethereum.org/roadmap/ | Official upgrade timeline (Glamsterdam H1 2026, Hegotá H2 2026) |
| EF Checkpoint #8 (Jan 2026) | blog.ethereum.org/en/2026/01/20/checkpoint-8 | Glamsterdam/Hegotá scope and timelines |
| Christine Kim ACDE Notes | christinedkim.substack.com/archive | Most detailed ACDE/ACDC call summaries |
| RIG Glamsterdam Analysis | notes.ethereum.org/@css/rig-glamsterdam | EF Robust Incentives Group EIP rankings |
| Sigma Prime Glamsterdam Prefs | blog.sigmaprime.io/glamsterdam-eip-preferences | Lighthouse client team EIP positions |
| Lodestar Glamsterdam Proposal | blog.chainsafe.io/lodestar-glamsterdam-upgrade-proposal/ | Lodestar client team EIP positions |
| Lido V3 Whitepaper | hackmd.io/@lido/v3-whitepaper | stVault architecture and risk model |
| Lido stVaults Design | hackmd.io/@lido/stVaults-design | Technical design spec |
| Pier Two Pectra Withdrawals | piertwo.com/insights/pectra-withdrawals-explained | Excellent withdrawal mechanics breakdown |
| EthStaker Knowledge Base | docs.ethstaker.cc | Withdrawal process explanation |
| Vitalik's Annotated Spec | github.com/ethereum/annotated-spec | Design rationale for sweep mechanism |
| Fusaka Upgrade | ethereum.org/roadmap/fusaka/ | Fusaka details (shipped Dec 3, 2025) |