> 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/milton-token/tokenomics.md).

# Tokenomics

> Allocation model confirmed on 11 September 2026. Release mechanics not specified in the source remain TBD.

The model allocates **1,000,000,000 MILTON** across nine categories. The table below preserves its category names and numerical values.

| Allocation                             | Share       | MILTON            | Offering price (USD) | Cliff (months) | Vesting (months) |
| -------------------------------------- | ----------- | ----------------- | -------------------- | -------------- | ---------------- |
| Founding Supporters                    | 0.53%       | 5,300,000         | $0.117               | 6              | 20               |
| Seed/Early investors                   | 9.47%       | 94,700,000        | $0.117               | 12             | 24               |
| Private Round                          | 15.00%      | 150,000,000       | $0.15                | 12             | 18               |
| OTC Round                              | 20.00%      | 200,000,000       | TBD                  | 12             | 12               |
| Public Round                           | 5.00%       | 50,000,000        | $0.18                | 3              | 12               |
| Team & Advisors                        | 12.50%      | 125,000,000       | -                    | 24             | 60               |
| Ecosystem Growth                       | 15.00%      | 150,000,000       | -                    | 6              | 48               |
| Liquidity Program Fund (DEX + Staking) | 2.50%       | 25,000,000        | -                    | 12             | 60               |
| Ecosystem Development Treasury         | 20.00%      | 200,000,000       | -                    | 0              | 84               |
| **Total**                              | **100.00%** | **1,000,000,000** |                      |                |                  |

TBD means the source has not specified a price. A dash reproduces a field without an offering price; it does not mean a zero price.

## Allocation purposes

**Founding Supporters** covers the completed early supporter round under the previous tokenomics. **Seed/Early investors** covers the platform's Round 1 pre-sale. **Private Round** covers strategic allocations through Round 2 and SAFTs. **OTC Round** covers private placement with a limited number of participants. **Public Round** covers a community sale through a third-party launchpad.

**Team & Advisors** covers the core team, advisors and key contributors. **Ecosystem Growth** supports grants, integrations and community programmes. **Liquidity Program Fund** covers liquidity-provider farming and staking rewards. **Ecosystem Development Treasury** is the long-term reserve for product development and ecosystem infrastructure.

The first five categories total 500 million MILTON, or 50% of supply. The remaining categories total 500 million MILTON. These are sums calculated from the source table; they do not establish the amount currently offered for sale or in circulation.

## Sale prices

Offering prices in this allocation model describe the listed categories. They are not a statement of current checkout prices or future market value.

The current sale range is **0.117–0.14 USDC per MILTON**, confirmed on 11 September 2026. The $0.117 Seed/Early investors price in the model is one point within that range. Pack-specific token quantities and prices require their own sale terms.

Source: [tokenomics-v1 PDF](https://sales.miltonempire.com/docs/tokenomics-v1.pdf), page 1. Current sale range: project-owner confirmation on 11 September 2026 and [homepage](https://sales.miltonempire.com/).


---

# 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/milton-token/tokenomics.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.
