> For the complete documentation index, see [llms.txt](https://docs.miltonempire.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.miltonempire.com/rewards-program/legends-pool.md).

# Legends Pool

The Legends Pool is the leadership component of the referral programme. For pack purchases with an inviter, it receives 5% of the purchase value and distributes rewards among qualifying leaders according to their pool shares, also called shards in the PDF. Purchases without an inviter send the entire referral allocation to the Breakage Pool instead.

## Qualified Team Volume

The plan defines Qualified Team Volume as team sales adjusted by the **50% rule**: no more than half of qualifying volume may come from one team leg.

The purpose is to require sales across multiple branches of the team. The exact volume calculation, eligible sales and measurement period are TBD.

## Earning shares

| Qualified Team Volume    | Pool shares        |
| ------------------------ | ------------------ |
| $200,000                 | 1                  |
| $400,000                 | 2                  |
| Each additional $200,000 | 1 additional share |

A share represents participation in the reward pool calculation. The PDF does not describe it as company equity or a transferable token.

## Distribution

Once earned, shares remain valid permanently. They do not expire.

The qualification measurement period, distribution schedule and payout formula are **TBD**. The PDF mentions monthly distribution as an example; no monthly commitment applies to this documentation.

Rewards are denominated in USDC on Base. Users claim them themselves under the [programme claim conditions](/rewards-program/overview.md#claiming-rewards). The team has not defined when Legends Pool rewards become claimable, how a share converts into a payment, or whether an active account is required to receive future pool distributions. A permanent share does not establish a fixed reward amount.

Sources: supplied *Milton Empire Referral System*, page 2, section 6, and page 3, sections 6.1–6.2; project-owner confirmation on 11 September 2026, including permanent share validity.


---

# 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://docs.miltonempire.com/rewards-program/legends-pool.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.
