# Race Ranking Rewards

In **Fundora**, up to 10 players can compete in a race. The first 5 players to cross the finish line are declared winners and rewarded, while the last 5 players do not receive any rewards and lose cups.

Players receive Tool Box rewards based on their ranking. The full reward list and cup information are provided below.<br>

| Ranks | Tool Box Rewards | Cup Reward |
| :---: | :--------------: | :--------: |
|  1st  |    Winner Box    |     10     |
|  2nd  |   2nd Rank Box   |      8     |
|  3rd  |   3rd Rank Box   |      6     |
|  4th  |    4th RankBox   |      4     |
|  5th  |   5th Rank Box   |      2     |
|  6th  |         x        |     -1     |
|  7th  |         x        |     -2     |
|  8th  |         x        |     -5     |

Race Result Rewards based on League and Ranking

<table><thead><tr><th>League</th><th width="120">1st</th><th width="124">2nd</th><th width="128">3rd</th><th width="116">4th</th><th>5th</th></tr></thead><tbody><tr><td>1</td><td>4</td><td>3</td><td>2</td><td>2</td><td>1</td></tr><tr><td>2</td><td>5</td><td>4</td><td>3</td><td>3</td><td>2</td></tr><tr><td>3</td><td>6</td><td>5</td><td>4</td><td>4</td><td>3</td></tr><tr><td>4</td><td>7</td><td>6</td><td>5</td><td>5</td><td>4</td></tr><tr><td>5</td><td>8</td><td>7</td><td>6</td><td>6</td><td>5</td></tr><tr><td>6</td><td>10</td><td>8</td><td>7</td><td>7</td><td>6</td></tr><tr><td>7</td><td>12</td><td>10</td><td>8</td><td>8</td><td>7</td></tr><tr><td>8</td><td>14</td><td>12</td><td>9</td><td>9</td><td>8</td></tr><tr><td>9</td><td>16</td><td>14</td><td>11</td><td>10</td><td>9</td></tr><tr><td>10</td><td>19</td><td>16</td><td>13</td><td>12</td><td>10</td></tr><tr><td>11</td><td>22</td><td>19</td><td>15</td><td>14</td><td>11</td></tr><tr><td>12</td><td>26</td><td>22</td><td>19</td><td>16</td><td>13</td></tr><tr><td>13</td><td>30</td><td>25</td><td>20</td><td>18</td><td>15</td></tr><tr><td>14</td><td>35</td><td>29</td><td>23</td><td>20</td><td>17</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://whitepaper.fundora.life/game-overview/progress-of-champions/champions-path/race-ranking-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.
