> For the complete documentation index, see [llms.txt](https://docs.gunstar.io/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gunstar.io/whitepaper/up-on-viction/new-game-feature/territory-conquest/leaderboard.md).

# Leaderboard

## New feature - Territory Conquest leaderboard

Besides fighting to own the staking node for earning daily reward, the Gunners are able to show their full power team via new Leaderboard

The leaderboard will open in every 2 weeks starting from 00:00 UTC+0 of the 1st day of event then ending at 24:00 of the 14th day.

### **There are 2 types of leaderboard**

#### 1.  Battle Leaderboard

* Gunner who unlock the Territory Conquest mode can participate in the battles to conquer the mode owned by another user to gather points
* Attacking the blank node (owned by Monster) won't be counted point
* Gunner win 1 battle and own the node will gain 1 point on the Leaderboard
* The more winning point the higher rank on leaderboard
* If there are 2 Gunner has the same points then the one who has higher win rate will stay above

2. **Spending Leaderboard**

* Gunner who spend the Rune for purchase the buff items, the shield of protection will gain the points on this leaderboard with rate is 1:1
* The more Rune spent the higher rank on the leaderboard
* Spending RUNE out of the Territory Conquest mode won't be counted

**How to claim the reward?**

When the season end at 24:00 UTC+0 on the 14th day of campaign, the system will close the leaderboard of this season and take snapshot.

The result of this season will automatically show on Gunstar DApp - <https://dapp-vic.gunstar.io/territory>

The top 30 Gunner of each leaderboard can receive the reward

Gunner can claim reward base their rank, the amount and type of token will be base on perspective campaign

Ex: **for the 1st Season starting from 00:00, 24th Dec 2024 to 24:00 07th Jan 2025 the Merry Christmas & Happy New Year Event**&#x20;

**Total reward: 10.000 $C98 and 200.000 $GSTS**

| Rank         | % pool reward | Battle reward C98 | Spending reward GSTS |
| ------------ | ------------- | ----------------- | -------------------- |
| Top 1        | 11.44%        | 1144              | 22880                |
| Top 2        | 8.01%         | 801               | 16020                |
| Top 3        | 5.72%         | 572               | 11440                |
| Top 4 & 5    | 9.15%         | 457.5             | 9150                 |
| Top 6 & 7    | 7.55%         | 377.5             | 7550                 |
| Top 8,9, 10  | 8.92%         | 297.33            | 5946.67              |
| Top 11 to 20 | 26.33%        | 263.3             | 5266                 |
| Top 21 to 30 | 22.88%        | 228.8             | 4576                 |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.gunstar.io/whitepaper/up-on-viction/new-game-feature/territory-conquest/leaderboard.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
