> For the complete documentation index, see [llms.txt](https://wiki.starheroes.community/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.starheroes.community/economy/leaderboard/main-leaderboard.md).

# Main Leaderboard

## Main Leaderboard

Season 3 consists of four weeks, followed by a tournament.

Players are ranked based on their:

* in-game activity (**Game Points**)
* contributions through the Hero Duty App (**Hero Points**)
* successful player referrals (**Social Points**).&#x20;

Climb the leaderboard by staying active and engaging with the community!

### Seasonal Resets

* The leaderboard resets with every season.
* Leaderboard Rewards:
  * Top players on the leaderboard receive substantial token rewards.
  * The distribution of token rewards varies depending on a player's standing.
  * These rewards are vested over a short period, creating a competitive incentive.

### Leaderboard Categories and StarScore

Main Leaderboard has 3 categories:

**1. Game**

**2. Hero**

**3. Social**

Depending on the place you have in each category, you’ll be rewarded with StarScore. Your position in the Main Leaderboard depends on the total StarScore you get from all the categories.


---

# 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://wiki.starheroes.community/economy/leaderboard/main-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.
