> For the complete documentation index, see [llms.txt](https://eosi-finance-1.gitbook.io/eosi-finance-documentations/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://eosi-finance-1.gitbook.io/eosi-finance-documentations/eosi-finance/9-tokenomics-and-economic-design/9.1-supply-and-distribution.md).

# 📦 9.1 Supply and Distribution

The <mark style="color:$success;">**EOSIF**</mark> token has a fixed maximum supply to prevent inflationary dilution and maintain scarcity. Initially, **80 million** tokens were minted, with **30 million burned**, leaving **50 million** <mark style="color:$success;">**EOSIF**</mark> outstanding. More burns will occur from the remaining 50 million <mark style="color:$success;">**EOSIF**</mark> Token. Tokens are distributed across categories such as team, partners, marketing, community incentives, staking, funding pools and presale. The full breakdown and vesting schedule have been detailed as follows:

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

| Category                       | Allocation      | Vesting/Release schedule\*                                                                |
| ------------------------------ | --------------- | ----------------------------------------------------------------------------------------- |
| **Presale**                    | 60% (30M EOSIF) | 15 % unlocked at Token Generation Event (TGE), 15‑day cliff, linear release over 6 months |
| **Liquidity & Listing**        | 12% (6M)        | 100 % unlocked at TGE; used to provide liquidity on DEXs and CEXs                         |
| **Prop Firm (Trader Funding)** | 10% (5M)        | 0 % unlocked at TGE; 3‑month cliff; linear release over 48 months                         |
| **Staking Rewards**            | 5% (2.5M)       | 0 % unlocked at TGE; linear release over 48 months                                        |
| **Community Incentives**       | 3% (1.5M)       | 2‑month cliff; linear release over 48 months                                              |
| **Marketing**                  | 5% (2.5M)       | no cliff; linear release over 24 months                                                   |
| **Partners**                   | 2% (1M)         | 12‑month cliff; linear release over 24 months                                             |
| **Team**                       | 3% (1.5M)       | 12‑month cliff; linear release over 36 months                                             |

Importantly, <mark style="color:$success;">**EOSIF**</mark>**&#x20;does not represent an ownership stake or right to profits**. It functions solely as a utility token for accessing services, voting in governance and receiving fee discounts.


---

# 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://eosi-finance-1.gitbook.io/eosi-finance-documentations/eosi-finance/9-tokenomics-and-economic-design/9.1-supply-and-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.
