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

# Initial Token Distribution

LYNX tokenomics are carefully crafted to encourage positive engagement and align the interests of all ecosystem participants for mutual benefit. Initial veLYNX positions will be distributed to various groups and early adopters to kickstart their involvement in the Lynex ecosystem. However, in line with the ve(3,3) model, sustained participation is essential to maintain long-term value and drive the protocol's success.

## Initial Supply (100,000,000 LYNX Tokens)

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

###

<table><thead><tr><th width="200">Category</th><th width="109" align="center">Percent</th><th width="140" align="center">Allocation</th><th align="center">Vesting</th></tr></thead><tbody><tr><td>Marketing</td><td align="center">2%</td><td align="center">2,000,000</td><td align="center">100% after a 2-month cliff</td></tr><tr><td>Strategic </td><td align="center">2.5%</td><td align="center">2,500,000</td><td align="center">10% at TGE, then 1-month cliff, 6-month linear vesting.</td></tr><tr><td>Initial Liquidity</td><td align="center">3%</td><td align="center">3,000,000</td><td align="center">100% TGE</td></tr><tr><td>Advisors</td><td align="center">3%</td><td align="center">3,000,000</td><td align="center">10% at TGE, 6-month cliff, 30% distributions at 6, 12, 24 months.</td></tr><tr><td>Seed</td><td align="center">3%</td><td align="center">3,000,000</td><td align="center">10% at TGE, 6-month cliff, 30% distributions at 6, 12, 24 months.</td></tr><tr><td>Ecosystem</td><td align="center">4%</td><td align="center">4,000,000</td><td align="center">60% at 1 month, 4-month linear vesting.</td></tr><tr><td>Pre-Mining</td><td align="center">8%</td><td align="center">8,000,000</td><td align="center">50% released in Week -2, remaining 50% locked for 24 months.</td></tr><tr><td>Private</td><td align="center">8.5%</td><td align="center">8,500,000</td><td align="center">10% at TGE, 6-month cliff, 30% distributions at 6, 12, 24 months.</td></tr><tr><td>Community Airdrop</td><td align="center">10%</td><td align="center">10,000,000</td><td align="center">10% at week 1, 6-month cliff, 30% distributions at 6, 12, 24 months.</td></tr><tr><td>Public</td><td align="center">11%</td><td align="center">11,000,000</td><td align="center">20% at TGE, then 20% per month</td></tr><tr><td>Protocol Airdrop</td><td align="center">12%</td><td align="center">12,000,000</td><td align="center">Permanently locked in veLYNX</td></tr><tr><td>DAO Treasury</td><td align="center">15%</td><td align="center">15,000,000</td><td align="center">10% at 1 month, followed by 90% locked in veLYNX for 24 months.</td></tr><tr><td>Team</td><td align="center">18%</td><td align="center">18,000,000</td><td align="center">10% at 1 month, followed by 90% locked in veLYNX for 24 months.</td></tr></tbody></table>

{% content-ref url="/pages/0m2Qp1yRqCxipUXYtlTk" %}
[Community Airdrop](/lynex-docs/tokenomics/initial-token-distribution/community-airdrop.md)
{% endcontent-ref %}

{% content-ref url="/pages/6djXdIyOYFQNaewwg2Bi" %}
[Protocol Airdrop](/lynex-docs/tokenomics/initial-token-distribution/protocol-airdrop.md)
{% endcontent-ref %}


---

# 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://lynex.gitbook.io/lynex-docs/tokenomics/initial-token-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.
