# Leaderboards

## **Leaderboard**

All the game modes are points-based and every point scored (gained or lost) in every battle is stored on-chain and goes towards the players' leaderboard score.&#x20;

The leaderboard will be segmented to show the highest scoring players on a weekly and monthly basis.

## Leaderboard prizes

Each segment of the leaderboard has its own prize structure for the given time period, with prizes given in either TCP token or other cryptocurrencies and NFTs. The prize amounts will be funded from the [Ecosystem](/token-distribution/marketing.md) allocation and will vary over time.

### Example leaderboard prizes

| Position | Prize      |
| -------- | ---------- |
| 1st      | 1,000 TCPs |
| 2nd      | 500 TCPs   |
| 3rd      | 250 TCPs   |


---

# 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://whitepaper.thecryptoprophecies.com/gameplay/leaderboards.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.
