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

# Distribution

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

| Distributed to                         | Token Amount | Percentage |
| -------------------------------------- | ------------ | ---------- |
| Rewards+Bribes (Community)             | 60,000,000   | 60%        |
| Protocol Growth                        | 19,000,000   | 19%        |
| Core Team (3 months cliff/2-year vest) | 12,000,000   | 12%        |
| LGE Participants                       | 3,500,000    | 3.5%       |
| Community Airdrops                     | 3,000,000    | 3%         |
| Initial Liquidity                      | 2,500,000    | 2.5%       |

#### **Core team allocation release**

{% hint style="info" %}
[This is the team vesting claim contract. ](https://lineascan.build/address/0x2938b0932ef3fd7a58a9fc077398cad981495741)\
\
The core team has committed to hold their Mendi tokens for the future.&#x20;

We directly deposit all claimed tokens to the staking contract which has a 7 day delay for unlocks. You can track this on-chain through the explorer or other tools like DeBank.

Any large staking unlock would immediately be visible on-chain.&#x20;

Our goal is to maintain and build the protocol and we are not going to sell any tokens at all while the protocol is in growth stage to ensure it will continue to grow.&#x20;

We can utilize uMendi staking to realize income while we contribute to the growth of the protocol.
{% endhint %}


---

# 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://ionian.gitbook.io/mendi-finance/tokenomics/distribution.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.
