Validator States
Here are the various validator states throughout the entire validator lifecycle:
Initialized - Validator undergoing pre-sign and deposit signature verification. Once approved, Stader completes the remaining ETH deposit and adds the validator to the activation queue.
Validator Queued for 28ETH - Approved validator placed in the queue for 28 ETH.
Pending Initialized - Validator received 28 ETH and awaiting deposit processing on the beacon chain.
Pending Queued - All deposits approved, and the validator is pushed to the beacon chain activation queue.
Active and Ongoing - Validator actively attesting.
Active and Exiting - Validator broadcasted exit message.
Exiting and Unslashed - Unslashed validator pushed to the exit queue.
Active and Slashed - Validator remains active but has been slashed.
Exiting and Slashed - Slashed validator pushed to the exit queue.
Withdraw Possible - Exit withdraw epoch reached, validator awaiting transfer of 32 ETH to the withdraw vault.
Withdraw Done - 32 ETH sent to the withdraw vault following validator's exit.
Funds Settled - Validator's share of 4 ETH sent to the claims vault for withdrawal to their Operator reward address.
Last updated