> For the complete documentation index, see [llms.txt](https://swarmnexus.gitbook.io/swarmnexus/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://swarmnexus.gitbook.io/swarmnexus/documentation/readme/user-guide/the-leaderboard-explained.md).

# The Leaderboard Explained

The Swarm Nexus Leaderboard is a dynamic showcase of the most valuable contributors across the Torus ecosystem. It provides a transparent and real-time view of who is making the biggest impact and driving the network forward.

#### What Does the Leaderboard Track?

The leaderboard ranks users based on their total **SWARM Points**. It reflects the sum of all valuable contributions you have made, from ingesting data to creating content and helping fellow community members.

#### A Live Feed of Contribution

To bring this all together, our revamped website will feature a **Live Feed** that shows how community members are earning SWARM Points in real-time. This creates a constant, visible stream of positive actions and highlights the diverse ways one can contribute to the swarm.

#### The Gateway to Rewards

The Leaderboard is not just for recognition—it's the primary mechanism for distributing rewards through **The Nexus Flywheel**.

* **Monthly Snapshots:** At the end of each month, a snapshot of the leaderboard will be taken.
* **Top Contributors Rewarded:** The top 10 or 20 contributors on the leaderboard will receive a share of `TORUS` tokens from the Swarm Nexus emissions.

Your position on the leaderboard directly determines your eligibility for these monthly rewards, creating a powerful incentive to stay engaged and continue adding value. Check the leaderboard on the Swarm Nexus website to see where you stand!


---

# 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://swarmnexus.gitbook.io/swarmnexus/documentation/readme/user-guide/the-leaderboard-explained.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.
