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

# Token Distribution

:mushroom:[FUNG Token](/tokenomics/fung-token.md)

Total supply: 1,000,000,000

<figure><img src="/files/2DlSVs1H1tdKdB2pVF3Q" alt=""><figcaption></figcaption></figure>

## Token Distribution

<table><thead><tr><th width="337">Entity</th><th width="91">%</th><th width="149" align="right">Amount</th></tr></thead><tbody><tr><td>Treasury</td><td>45.0%</td><td align="right">450,000,000</td></tr><tr><td>Establishing Contributors</td><td>25.0%</td><td align="right">250,000,000</td></tr><tr><td>Seed Funding</td><td>15.0%</td><td align="right">150,000,000</td></tr><tr><td>Liquidity Mining Budget <code>L</code></td><td>7.5%</td><td align="right">75,000,000</td></tr><tr><td>The Great Fill</td><td>7.5%</td><td align="right">75,000,000</td></tr><tr><td>   - Phase 1: Protocol Owned Liquidity</td><td>2.2%</td><td align="right">22,222,222</td></tr><tr><td>   - Phase 2: Public Sale</td><td>5.3%</td><td align="right">52,777,778</td></tr></tbody></table>

**Seed Funders**: 2-year linear vesting

**Establishing Contributors:** 2-year linear vesting with 6 month cliff

## Liquidity Mining Schedule

Liquidity mining will take place over four quarters with the following emission schedule.

$$f(t) = ke^{-t}, t\in\[0,4]$$

$$F(t)\vert\_0^4 = F(4) - F(0)  = L$$

$$k(-e^{-4} + e^{0}) = L$$

$$L = LiquidityMiningBudget$$

$$t=TimeInQuarters$$

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


---

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

```
GET https://docs.fungify.it/tokenomics/token-distribution.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.
