# Rewards

Beyond staking & re-staking and farming airdrops, Veggies Gotchi offers you rewards for playing the game!

## Season Rewards

50% of fees collected by the game are redistributed to the top 10 Veggies Gotchi players.

#### Leaderboard System Explanation

1. **Daily Snapshots:** Every day, the points of all gotchis are recorded in a snapshot.
2. **Handling Missing Players:** If a gotchis doesn't exist yet or is dead during a snapshot, their recorded points are 0 for that day.
3. **Ranking Calculation:** The leaderboard ranking is determined by calculating the average points of all snapshots for each gotchi.

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

* **Alice:** (50 + 60 + 55 + 0 + 65) / 5 = 46
* **Bob:** (40 + 0 + 45 + 50 + 55) / 5 = 38
* **Charlie:** (30 + 30 + 0 + 30 + 30) / 5 = 24

#### Final Leaderboard

1. **Alice:** 46 points
2. **Bob:** 38 points
3. **Charlie:** 24 points

In summary, each gotchi's average points over the recorded snapshots determine their ranking on the leaderboard.

This system, we make sure to reward risk-taking players who will keep a certain number of star points + activity throughout the season, rather than opportunists who arrive at the end to steal the rewards without taking any risk.

<div align="center"><figure><img src="/files/853D3m8Q1XLHJnpU0TS0" alt="" width="375"><figcaption></figcaption></figure> <figure><img src="/files/2qXfk1gDKDhuzVwx7YAv" alt="" width="375"><figcaption></figcaption></figure></div>

## Achievements

Coming soon!


---

# 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://veggies-gotchi.gitbook.io/veggies-gotchi/gameplay/rewards.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.
