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

# Tokenomics

### MPAX currency - MTP token

**Total issue:** 1,000,000,000 MTP tokens

The issue is limited at the beginning of token emission. Additional release of tokens is not provided.

### **Once the MPAX platform is up and running we will introduce auto staking.**&#x20;

Each token that is stored in personal wallet on your platform will receive monthly calculated rewards in MTP tokens that will come from tokens share of platform’s commission.&#x20;

The more transaction we will have on the platform the high will be APR\* on staking.&#x20;

<table><thead><tr><th width="150">Category</th><th width="150">Total Supply</th><th width="150">Available at Launch</th><th width="150">Cliff Period</th><th width="150">Vesting Schedule After Cliff</th></tr></thead><tbody><tr><td>Seed Round</td><td>2.5%</td><td>5%</td><td>3 months</td><td>Vesting 18 months</td></tr><tr><td>Private Round</td><td>4%</td><td>7%</td><td>3 months</td><td>Vesting 14 months</td></tr><tr><td>Public Round</td><td>0.67%</td><td>100%</td><td>N/A</td><td>N/A</td></tr><tr><td>Team</td><td>17%</td><td>0%</td><td>12 months</td><td>Vesting 36 months</td></tr><tr><td>Advisors</td><td>9%</td><td>0%</td><td>6 months</td><td>Vesting 36 months</td></tr><tr><td>Platform rewards for community + yeild farming</td><td>46%</td><td>0%</td><td>1 months</td><td>60 months vesting</td></tr><tr><td>Liquidity: DEX deposit, CEX MM, CEX payments</td><td>5%</td><td>16%</td><td>N/A</td><td>24 months vesting</td></tr><tr><td>Marketing</td><td>8%</td><td>5%</td><td>N/A</td><td>36 months quarterly vesting</td></tr><tr><td>Treasury</td><td>7.83%</td><td>0%</td><td>12 months</td><td>10% quarterly since 13th month</td></tr></tbody></table>

**MPAX platform rewards and community tokens**

* MPAX platform rewards and community tokens will hold 46% of total MTP tokens
* Tokens can be used for swaps, grants, milestone rewards, R\&D, to support business growth etc.

**Tokens Distribution**

![](/files/KC6HRC2kja5W4C37ulPX)


---

# 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://whitepaper.metapax.io/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.
