> 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/main-concept/platform.md).

# The Milton Platform

The Milton platform is the entry point for token-pack purchases and account information within the ecosystem.

The team presents the platform as a place to acquire a MILTON allocation, track its release schedule and view referral rewards. Users can also find information about the ecosystem and its products on the public website.

## Token packs

A token pack is a purchase offering with a specified MILTON allocation and release terms. Pack price, token quantity, cliff and vesting determine the terms of that allocation.

An allocation records the tokens associated with a purchase. A release schedule determines when the holder can access those tokens. The current sale price range is 0.117–0.14 USDC per MILTON. Pack-specific allocations and delivery mechanics remain TBD in this documentation.

## Accounts and rewards

The public website describes an account dashboard for allocations, vesting unlocks, referral rewards and ecosystem updates. The [Rewards Program](/rewards-program/overview.md) explains the referral model supplied by the team.

Milton Casino operates through a separate website. This documentation does not assume that a platform account also provides a casino account or a shared balance.

Source: [Milton Empire website](https://sales.miltonempire.com/). The [pack page](https://sales.miltonempire.com/packs) required sign-in during review; account features and current pack terms were not tested.


---

# 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/main-concept/platform.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.
