# Leaderboards

Each tier will have a leaderboard that will last 7 days.\
Earn leaderboard points every time you defeat a mini boss.\
Points earned will use the same basic formula as Frag and Essence odds:\
&#x20; • (tier \* boss depth) = leaderboard points earned\
&#x20; • Points for defeating 4th boss in Bronze would be (1\*4) = 4 points.\
&#x20; • Points for defeating 4th boss in Gold would be (3\*4) = 12 points.

The reward pools for each leaderboard will be a variable amount of XP.\
&#x20; • 1 XP will be added to the reward pool for each FORGE burnt battling mini bosses (FORGE burnt for reset does not add to reward pool).\
&#x20;• 1 Electrum will be added to the reward fore each 10 FORGE burnt battling mini bosses.\
&#x20; • XP rewards will be broken down over the top 25 players.\
&#x20; • Each player in the top 25 will receive a percentage of the XP & Electrum rewards pools equal to their share of points compared to the total points earned by the top 25 players.\
&#x20;    \- If there was 1000 points total in the top 25 players and you had 100 of them, you would receive 10% of the final reward pool.\
• Each leaderboard will start with 5k XP & 500 Electrum multiplied by tier (Bronze x1, Silver x2, etc...)


---

# 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://splinterforge.gitbook.io/electrum-mine-survival-mode/through-the-mine/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.
