> For the complete documentation index, see [llms.txt](https://whitepaper.starmech.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.starmech.io/vi.-starmech-game/gameplay/leaderboard.md).

# Leaderboard

Compete for supremacy on the Leaderboard, showcasing Total Power, Best Hero, and Coin Collected Rewards.

<figure><img src="/files/5T5E2ba9Ify2Z8zMWOii" alt=""><figcaption><p>Leaderboard</p></figcaption></figure>

### StarMech Beta Event: Arena Mode Features & Leaderboard

The top 20 players in the Arena mode during StarMech’s Beta Test will be bestowed with special rewards:

Weekly Prize Pool: $1,000 in $MECH tokens

* Top 1 - 5: 100 $MECH tokens
* Top 6 - 10: 60 $MECH tokens
* Top 11 - 20: 20 $MECH tokens

### Weekly Resets and Ranking Rules

To keep the competition fierce and the leaderboard dynamic, Arena rankings for each season will undergo a **weekly reset at 3:40 AM UTC every Saturday**. This ensures that every week brings fresh opportunities for contenders to ascend the ranks and stake their claim to glory.

As for the ranking system, victories and defeats alike contribute to your standing on the leaderboard. **Each win earns players 25 cups (points), while a game over grants 01 cup.**

The rankings themselves are calculated based on each player’s total accumulated points. And here's where it gets even more thrilling: at the end of the season, the top 20% of player will ascend to a higher rank, while the bottom 20% will be relegated to a lower rank.&#x20;

<br>


---

# 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://whitepaper.starmech.io/vi.-starmech-game/gameplay/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.
