# Season Rewards

{% hint style="info" %}
**Calculation**
{% endhint %}

Guild reward = 500,000 \* sum of Honor of all guild members of the season \* weight/ weighted Honor of all guilds.

The more battles won by a guild, the higher its rank, the more NJWs available.

50万NJW \* 0.035 = 17500 U

500,000 NJWs \* 0.035 = 17500 U

| Ranking | Weight |
| ------- | ------ |
| 1       | 12     |
| 2       | 8      |
| 3       | 6      |
| 4       | 5      |
| 5       | 4      |
| 6-10    | 3      |
| 10-20   | 2      |
| 20-50   | 1      |
| 50-100  | 0.5    |
| >100    | 0.3    |

Guild season reward is settled to the guild chairman’s wallet to be further allocated.


---

# 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://ninja-world.gitbook.io/ninjas-world-wiki/gvg-rules/season-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.
