# Validator States

**Here are the various validator states throughout the entire validator lifecycle:**

1. **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.
2. **Validator Queued for 28ETH** - Approved validator placed in the queue for 28 ETH.
3. Pending Initialized - Validator received 28 ETH and awaiting deposit processing on the beacon chain.
4. **Pending Queued** - All deposits approved, and the validator is pushed to the beacon chain activation queue.
5. **Active and Ongoing** - Validator actively attesting.
6. **Active and Exiting** - Validator broadcasted exit message.
7. **Exiting and Unslashed** - Unslashed validator pushed to the exit queue.
8. **Active and Slashed** - Validator remains active but has been slashed.
9. **Exiting and Slashed** - Slashed validator pushed to the exit queue.
10. **Withdraw Possible** - Exit withdraw epoch reached, validator awaiting transfer of 32 ETH to the withdraw vault.
11. **Withdraw Done** - 32 ETH sent to the withdraw vault following validator's exit.
12. **Funds Settled** - Validator's share of 4 ETH sent to the claims vault for withdrawal to their Operator reward address.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://staderlabs.gitbook.io/ethereum/node-operator/permissionless-node-operator/node-registration-and-adding-validators/validator-states.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
