ETH Validator Statuses
A detailed account of Blockdaemon ETH Dashboard statuses and what they indicate.
The ETH Staking Dashboard allows you to quickly and easily see the statuses of up to 3000 thousand Ethereum validators.

Description of Statuses in ETH Staking Dashboard
The following Ethereum statuses are used within the ETH Staking Dashboard:
ETH Dashboard Status | On-Chain Status | Dashboard Status Description |
---|---|---|
Reserved | (Unknown on CL) pending_initialized | Validator set up but not funded yet (or very recently deposited but not yet picked up on Consensus Layer); Validator partially funded |
Pending | pending_queued | Validator is in activation queue |
Active | active_ongoing active_exiting | Validator is receiving rewards |
Slashed | active_slashed exited_slashed | Validator got slashed |
Exited | exited_unslashed | Validator has finished exit queue, no longer receiving rewards but funds not yet available for withdrawal sweep (which will start automatically after the protocol delay) |
Withdrawal | withdrawal_possible withdrawal_done | Collateral will be pushed to WithdrawalAddress in next sweep and then can be withdrawn from validator WithdrawalAddress |
Description of On-Chain Statuses & ETH Staking Reporting API
The table below provides further detail on how the standard on-chain statuses are represented in the dashboard. Note that you can access this information through the ETH Staking Reporting API:
On-Chain Status | ETH Dashboard Status | On Chain Status Description |
---|---|---|
(Unknown on CL) | Reserved | Validator set up but not funded yet |
pending_initialized | Reserved | Validator partially funded |
pending_queued | Pending | Validator is in activation queue |
active_ongoing | Active | Validator is receiving rewards |
active_exiting | Active | Validator is in exit queue (still receiving rewards) |
active_slashed | Slashed | Validator got slashed & awaits forced exit (still being penalized) |
exited_slashed | Slashed | Validator got slashed |
exited_unslashed | Exited | Validator has finished exit queue, no longer receiving rewards but funds not yet available for withdrawal sweep (which will start automatically after the protocol delay) |
withdrawal_possible | Withdrawal | Collateral will be pushed to WithdrawalAddress in next sweep |
withdrawal_done | Withdrawal | Collateral can be withdrawn from validator WithdrawalAddress |
Updated about 1 month ago