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

# Tokenomics

**MUN is a fixed-supply SPL token on Solana that powers the Munia economy. Below is an allocation and release plan designed to balance growth, liquidity, and long-term incentives.**

| Allocation             | Percent | Notes                               |
| ---------------------- | ------- | ----------------------------------- |
| Team                   | 5%      | 12m cliff, 36m vesting              |
| Liquidity              | 10%     | 50% TGE, 50% over 6m                |
| Pre Seed Sale          | 1%      | 10% TGE, 6m cliff and 24m Vesting   |
| Private Sale           | 10%     | 5-10% TGE, 6m cliff, 18-24m vesting |
| Public Sale            | 20%     | 20-30% TGE, rest vesting 6-12m      |
| Strategic Partnerships | 10%     | 6m cliff, 24m vesting               |
| Community Incentives   | 10%     | Released gradully over 36m          |
| Treasury & Reserve     | 24%     | Milestone-driven release            |
| Marketing              | 10%     | 5% TGE, rest over 24m               |

<figure><img src="/files/QREMWbju74uJe0jxoo3i" alt=""><figcaption></figcaption></figure>

### key Notes <a href="#taxes-0" id="taxes-0"></a>

* **Vesting and release schedules protect early distributions and align incentives.**
* **Community incentives are unlocked by usage metrics to limit inflationary pressure.**
* **Fixed total supply: 100,000,000 MUN.**

### TAXES - 0% <a href="#taxes-0" id="taxes-0"></a>

**No taxes** when buying and selling $MUN


---

# 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://munia-protocol.gitbook.io/muniaprotocol/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.
