> For the complete documentation index, see [llms.txt](https://docs.milliononmars.com/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.milliononmars.com/whitepaper/glitter-tokenomics/tokenomics-detail.md).

# Tokenomics Detail

There is a fixed supply of 1 billion tokens (1,000,000,00) and the ability to mint any further tokens has been irrevocably disabled.

The 1 Billion tokens are divided into 9 allocations:

<table data-header-hidden><thead><tr><th width="150"></th><th width="150"></th><th width="150"></th><th></th></tr></thead><tbody><tr><td><br></td><td>Share</td><td>Tokens</td><td>Purpose and Release Schedule</td></tr><tr><td>Play to Earn &#x26; Marketing</td><td>25%</td><td>250M</td><td>Reward players for playing and growing the Million on Mars Metaverse of properties. Airdrops, founders rewards, influencers and other marketing programs. 20M up front, then custom unlock schedule from month 6 through month 72, see spreadsheet for details</td></tr><tr><td>Staking Rewards and Liquidity</td><td>20%</td><td>200M</td><td>Staking Rewards are used to reward people who invest in the Glitter token to promote is liquidity and value in return for a strong ROI. The unlock schedule represents the maximum rate at which Staking Rewards are employed. The actual rate may be slower, with the goal to ensure a stable and growing value of Glitter. </td></tr><tr><td>Mission</td><td>10%</td><td>100M</td><td>This allocation is dedicated to the DAO Mission -- we'll have more to say on this soon!</td></tr><tr><td>Million on Mars Team</td><td>24%</td><td>240M</td><td>First 12 months fully locked up. Linear monthly for 36 months after.</td></tr><tr><td>Private Sale</td><td>11%</td><td>110M</td><td>Linear monthly unlock for 24 months, beginning month 12 </td></tr><tr><td>Advisors</td><td>3%</td><td>30M</td><td>Key advisors. Unlock over 36 months, starting in month 7.</td></tr><tr><td>Reserves</td><td>7%</td><td>70M</td><td>TBD</td></tr></tbody></table>

See the detailed tokenomics spreadsheet for the complete monthly breakdowns of release schedules.

{% embed url="<https://docs.google.com/spreadsheets/d/1PWm8oO3jWeXsXoimHZ3A3XXELCOmGwdg0RaryDiU71E/edit?usp=sharing>" %}
Detailed Unlock Schedules
{% endembed %}


---

# 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.milliononmars.com/whitepaper/glitter-tokenomics/tokenomics-detail.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.
