# MIA Tokenomics

MIA's primary function is to incentivize farming and providing liquidity on MiaSwap. At Mainnet, MiaSwap will launch as an MVP (minimum viable product) with the contract emitting 40 MIA per block and 5,250,000 MIA as an initial supply.

### First Initial

To hit the ground running, 5,000,000 MIA will be used for the initital coin offering and 250,000 MIA for Marketing purposes.&#x20;

MIA is only open for sale once on [ONUS Application](https://goonus.io/apps) with NO private sale and seed round. 20% of ICO tokens are unlocked at TGE. The remaining 80% will go under linear vesting for 8 months. This offering is only available for ONUS Shares members and ONUS business partners.

### Emission Amount

| **Metric**    | **Emission/block (MIA)** | **Emission/day (MIA)** |
| ------------- | -----------------------: | ---------------------: |
| Emission      |                       40 |              1,152,000 |
| Burned Daily​ |                      -36 |             -1,036,800 |
| Reward        |                      2.5 |                 72,000 |

**Why does MIA have immediate burning?**

* The max MIA minted per block is locked in the contract, if it gets hacked, this is still the maximum they can change it to.
* This allows us to control the daily emission of MIA that actually enters circulation.
* We can adjust in the future in case we need to (lower the burn rate to increase daily supply, increase the burn rate to lower the daily supply).

### Distribution Amount

<table data-header-hidden><thead><tr><th width="232"></th><th width="155" align="right"></th><th width="157" align="right"></th><th width="141" align="right"></th></tr></thead><tbody><tr><td>Distributed to</td><td align="right">Reward/block (% of emission)</td><td align="right">Reward/block (total MIA)</td><td align="right">Reward/day</td></tr><tr><td>Liquidity Farming Pools</td><td align="right">1.3%</td><td align="right">0.5</td><td align="right">14,400</td></tr><tr><td>Staking Pools</td><td align="right">4.54%​</td><td align="right">​1.75</td><td align="right">50,400</td></tr><tr><td>Mint Free (coming soon)</td><td align="right">0.75%</td><td align="right">0.25</td><td align="right">7,200</td></tr><tr><td><strong>Total Daily MIA Emission</strong></td><td align="right">​</td><td align="right">​</td><td align="right"><strong>72,000</strong></td></tr></tbody></table>

While waiting for the Mint Free feature, the 0.25 MIA Reward/block will be used for Staking pools.

**Why only 4 MIA per block?**

* The amount of MIA doesn’t really matter for rewards(4 MIA at $10 each vs 10 MIA at $4 each). But it’s easier to pump a coin with a lower supply.
* With MIA at a higher price, it’s easier to attract more farmers and liquidity providers.


---

# Agent Instructions: 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:

```
GET https://docs.miaswap.io/tokenomics/mia/mia-tokenomics.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
