# Validators

State of the Network Check on Solana:

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

* **Current**: Number of Live validators, and total % of them within the system
* **Delinquent** : number of Sol Validator that are not active in the current network&#x20;
* **Weighted skip rate**: % of assigned slots that validators have missed.
* **Stake**: total amount of SOL,(since genesis) has been stake
* **Node version**: Distribution of software update types across all Solana Validators.

The second section goes in-depth about the validator sets, and their current status across the board.&#x20;

**All Validators**: Gives you a proper view on validators' performance across the&#x20;

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

* **Identity**: Name of the&#x20;
* **Vote account**: the account that the validator votes with
* **Commission**: How much do validators earn on their execution and voting
* **Last vote slot**: The last time slot that the validator construct a block
* **Root vote slot**: The last slot to reach full lockout commitment necessary for&#x20;
* **Skip rate**: percentage of blocks get passed on to other validators&#x20;
* **Credit**: the number of rewards the validator has generated through its lifetime
* **Version**: The version of the validator
* **Active stake**: the amount of SOL staked to the validator

**Node versions**: Monitor node version across the node systems

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

* **Version**: The version of the validators
* **Current**: the number of validators active following the version
* **Delinquent**: the number of validators inactive following the version
* **Total**: the total number of validators using the node&#x20;

**Leader Schedule**

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

* **Slot**: the time block
* **Leader**: the validator that conduct the block.


---

# 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://docs.solscan.io/browsing-the-site/resources/validators.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.
