> For the complete documentation index, see [llms.txt](https://qubetics.gitbook.io/qubetics-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://qubetics.gitbook.io/qubetics-docs/getting-started/delegator-application-user-guide/all-validators.md).

# All Validators

The **All Validators Screen** provides a comprehensive overview of all validators in the network, regardless of their status. It allows users to view detailed information such as validator names, addresses, activity status (active, inactive, or deactivated), total stake, self-stake, commission rates, and the number of delegators.&#x20;

<figure><img src="/files/AXpB1OabrRQCw1E72Srg" alt=""><figcaption></figcaption></figure>

### **FR 4.001: Search for Validators**

To begin, use the **Search Bar** at the top of the dashboard to find specific validators. You can search by their name, address, or block hash.&#x20;

To narrow down the list, you can apply filters based on the validators' statuses. These include:

* **All Validators**: Displays every validator in the network, regardless of their status.
* **Active Validators**: Shows validators that are currently participating and earning rewards.
* **Inactive Validators**: Lists validators that are temporarily not validating blocks.
* **Deactivated Validators**: Includes validators that are no longer a part of the network.

### **Analyze Validator Metrics**

Once you have a refined list, the **Validators Table** provides detailed metrics to evaluate each validator. These include:

* **Name**: The display name of the validator for easy identification.
* **Validator Address**: The unique address associated with each validator.
* **Status**: Indicates whether the validator is active (participating in validation and earning rewards) or inactive (temporarily not participating).
* **Total Stake**: The total amount of tokens staked with the validator, including contributions from both the validator and delegators.
* **Self Stake**: The number of tokens staked by the validator themselves, demonstrating their commitment to maintaining network performance.
* **Commission**: The percentage of rewards the validator retains as a fee before distributing rewards to delegators. Lower commission rates mean higher rewards for delegators.
* **Delegators**: The number of delegators who have staked tokens with the validator.

### **Select Validators for Delegation or Redelegation**

After analyzing the metrics, use the information to select validators for delegation or redelegation. If this is your first time delegating, focus on active validators with competitive performance metrics. Validators with a high self-stake, low commission rates, and a history of reliability are generally good choices.

If you are already delegating but want to switch to a different validator, use the redelegation option. Redelegation allows you to transfer your staked tokens from one validator to another without going through an unbonding period.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://qubetics.gitbook.io/qubetics-docs/getting-started/delegator-application-user-guide/all-validators.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
