> For the complete documentation index, see [llms.txt](https://docs.yamata.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yamata.io/yamata-nodes/reputation-system/reputation-score-ranges.md).

# Reputation Score Ranges

Reputation score ranging from **0 to 1000** is assigned to **Validating Nodes (VNs)**, which affects their rewards and their ability to participate in validation. All nodes start with a **base score** of **500** and can increase or decrease their score based on their performance.

<figure><img src="/files/tta9lU6RdLHCkpx1HbGo" alt=""><figcaption><p>Reputation Score Ranges</p></figcaption></figure>

As seen in the **Reputation Table** bellow, the node's **reputation range** determines two critical factors: the **slashing tax** applied when withdrawing rewards and the potential **exclusion from validating**.

| Reputation Range | Slashing Tax | Exclusion from Validating |
| ---------------- | ------------ | ------------------------- |
| 800-1000         | 0-10%        | No Exclusion              |
| 600-799          | 10-20%       | 1-6 hours                 |
| 400-599          | 20-30%       | 6-24 hours                |
| 200-399          | 30-50%       | 1-7 days                  |
| 0-199            | 50-100%      | 7-14 days                 |

***

### Reputation Calculation:

The **reputation score** is calculated as:

$$
Reputation = Base\ Score + (Success\ Points) - (Penalty\ Points) - (Inactivity \ Points)
$$

**Where:**

* **Base Score**: The starting score, which is **500** for all nodes.
* [**Success Points**](/yamata-nodes/reputation-system/reputation-gain-loss.md#vn-reputation-gain-behaviors): Earned from successful validations and challenges.
* [**Penalty Points**](/yamata-nodes/reputation-system/reputation-gain-loss.md#vn-reputation-loss-behaviors): Deducted for failed validations, invalid challenges, or misconduct.
* [**Inactivity Points**](/yamata-nodes/reputation-system/reputation-gain-loss.md#vn-reputation-loss-behaviors): Lost due to inactivity or extended downtime.

This system incentivizes good behavior while holding **VNs** accountable for failures or misconduct. The higher the reputation score, the lower the slashing and exclusion penalties, encouraging nodes to maintain their great reputation in the network.


---

# 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://docs.yamata.io/yamata-nodes/reputation-system/reputation-score-ranges.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.
