# Rewarding System

Our Rewarding System is designed to incentivize and reward players based on the amount of $DOODLE tokens they hold in their wallets and their achievements in the game. The rewards are structured in a tiered system where higher token holdings result in greater rewards. Here's how it works:

**Token Holding Tiers:** Players are grouped into different tiers based on the percentage of the total token supply they own. These tiers range from holding 0.01% to over 1% of the total supply.

**Multiplier System:** Each tier is associated with a specific multiplier that determines the amount of $DOODLE tokens awarded. The more tokens a player holds, the higher the multiplier, and consequently, the larger the reward.

**Reward Distribution:** Rewards are distributed periodically to all eligible token holders. These rewards are automatically calculated based on the player's tier and the amount of points they earned during the game.

**Additional Incentives:** In addition to regular rewards, players can earn bonuses for maintaining a consistent token balance over time, further enhancing their earning potential.

**Example:** User earned 100 points and below you can view his final point amount depending on his token holdings.

<table><thead><tr><th width="304">Holder % of $DOODLE Supply </th><th width="176">Multiplier</th><th width="310">Points</th></tr></thead><tbody><tr><td>0.01%</td><td>6</td><td>600</td></tr><tr><td>0,01%-0,05%</td><td>8</td><td>800</td></tr><tr><td>0,05%-0,1%</td><td>10</td><td>1,000</td></tr><tr><td>0,1%-0,3%</td><td>15</td><td>1,500</td></tr><tr><td>0,3%-0,6%</td><td>25</td><td>2,500</td></tr><tr><td>0,6%-1%</td><td>50</td><td>5,000</td></tr><tr><td>1%-2%</td><td>100</td><td>10,000</td></tr></tbody></table>


---

# 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://doodle-jump.gitbook.io/doodle-jump/rewarding-system.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.
