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 StatusOn-Chain StatusDashboard Status Description
Reservedpending_initializedValidator 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)
Pendingpending_queuedValidator is in activation queue
Activeactive_ongoing active_exitingValidator is receiving rewards
Slashedactive_slashed exited_slashedValidator got slashed
Exitedexited_unslashedValidator has finished exit queue, no longer receiving rewards but funds not yet available for withdrawal sweep
Withdrawalwithdrawal_possible withdrawal_doneCollateral 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 StatusETH Dashboard StatusOn Chain Status Description
pending_initializedReservedValidator partially funded
pending_queuedPendingValidator is in activation queue
active_ongoingActiveValidator is receiving rewards
active_exitingActiveValidator is in exit queue (still receiving rewards)
active_slashedSlashedValidator got slashed & awaits forced exit (still being penalized)
exited_slashedSlashedValidator got slashed
exited_unslashedExitedValidator has finished exit queue, no longer receiving rewards but funds not yet available for withdrawal sweep
withdrawal_possibleWithdrawalCollateral will be pushed to WithdrawalAddress in next sweep
withdrawal_doneWithdrawalCollateral can be withdrawn from validator WithdrawalAddress.