# Rewards table

## Rewards and explanation

<figure><img src="https://cdn-images-1.medium.com/max/800/1*gBq09zqujK67HP57eGn9DQ.png" alt=""><figcaption></figcaption></figure>

**Average Number of XP:** To ensure a fair distribution of users across the different ranks, the XP thresholds can be adjusted according to the percentage of users in each rank. For example, we aim to have around 80% of users in the Silver rank.

* **Example:** If, over the course of a season, more than 80% of users reach the Silver rank, the XP threshold for that rank will be increased. This means that users will need to accumulate more XP to remain in that rank, maintaining a constant balance where around 80% of users are in the Silver rank.

#### **VGO reward to be shared by rank:** The table above shows the total VGO rewards for each rank. These rewards are divided between all users in the same rank at the end of the season.

Example for the silver rank:

* **Total reward:** 2,400 VGO
* **Number of Users:** Suppose there are 200 users in the Silver rank.
* **Reward per User:** Each user will receive an equal share of the total reward. For example, 2,400 VGO divided between 200 users gives a reward of 12 VGO per user.

### **Fair distribution**

This distribution system ensures that rewards are fairly distributed, in proportion to user commitment and activity. The more XP you accumulate and the higher your rank, the greater the reward you share with your peers.


---

# 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.virgo.net/wallet/reward-center/rewards-table.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.
