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

# Leaderboard Rewards

## Overview

Each day 750 MAGIC, thousands of Nectar and multiple Mod Packs are distributed to the best performing BattleFlys as well as a few randomly selected Hyperdome Flys.

The amount a given Fly wins is based on League and is as follows:

* **Apex 1**: top 5% of players share 28% of total MAGIC pool, 1 random Apex 1 gets 2% of pool
* **Apex 2**: top 5% of players share 23% of total MAGIC pool, 1 random Apex 2 gets 2% of pool
* **Apex 3**: top 5% of players share 18% of total MAGIC pool, 1 random Apex 3 gets 2% of pool
* **Predator 1**: top 5% of players share 13% of total MAGIC pool, +100 Nectar each, 1 random Predator 1 gets 1% of pool
* **Predator 2**: top 5% of players share 7% of total MAGIC pool, +75 Nectar each, 1 random Predator 2 gets 0.5% of pool
* **Predator 3**: top 5% of players share 3% of total MAGIC pool, +50 Nectar each, 1 random Predator 3 gets 0.5% of pool
* **Monarch 1**: top 10% of players get +150 Nectar and +1 mod pack each
* **Monarch 2**: top 10% of players get +100 Nectar and+1 mod pack each
* **Monarch 3**: top 10% of players get +100 Nectar each
* **Pupa 1**:  top 10% of players get +75 Nectar each
* **Pupa 2**: top 10% of players get +50 Nectar each
* **Pupa 3**: top 10% of players get +25 Nectar each

<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://battlegrounds-guide.battlefly.game/advanced-gameplay/leaderboard-rewards.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.
