ETH Validator Statuses
The ETH Staking Dashboard allows you to quickly and easily see the statuses of up to 3000 thousand Ethereum validators.
The following Ethereum statuses are used within the ETH Staking Dashboard:
ETH Dashboard Status | On-Chain Status | Dashboard Status Description |
---|---|---|
Reserved | pending_initialized | Validator partially funded (planned in the future: Customer validators have been reserved via staking API plan, or recently deposited but not yet picked up on Consensus Layer) |
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 |
Withdrawal | withdrawal_possible withdrawal_done | Collateral will be pushed to WithdrawalAddress in next sweep and then can be withdrawn from validator WithdrawalAddress |
Standard On-Chain Statuses
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 |
---|---|---|
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 |
withdrawal_possible | Withdrawal | Collateral will be pushed to WithdrawalAddress in next sweep |
withdrawal_done | Withdrawal | Collateral can be withdrawn from validator WithdrawalAddress. |
Updated 26 days ago