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

# Tokenomics

**$LYNX** is the Hyperlynx protocol token. It generates at TGE (\~Q4 2026). There is no token to buy before then — the only way in is by earning points in [The Hunt](broken://pages/dae99a8e97a4d11fc36696470bf3c03bdb8c6989).

## Supply & allocation

Total supply is **1,000,000,000 $LYNX**, allocated as:

| Allocation    | Share   | Purpose                                                 |
| ------------- | ------- | ------------------------------------------------------- |
| **Community** | **30%** | The Hunt airdrop — 300M $LYNX, committed.               |
| **Liquidity** | **40%** | Protocol-owned liquidity + future liquidity incentives. |
| **Team**      | **15%** | The builders.                                           |
| **Creator**   | **5%**  | Creators and partners who grow the pack.                |
| **Treasury**  | **10%** | Reserves and protocol operations.                       |

{% hint style="info" %}
**No VC allocation.** The largest single slice goes to the community via the airdrop.
{% endhint %}

## Two forms of the token

* **$LYNX** — the liquid token.
* **yLYNX** — staked $LYNX that earns the protocol's fee share and auto-compounds. See [yLYNX & staking](broken://pages/bae1fe548632b69c50ae561a7cc9e3aaede6ca4c).

## Where value comes from

Hyperlynx aspire to be a **fee machine**: trading generates swap fees, and those fees flow to the people who hold and stake $LYNX. The more the venue is used, the more fees flow. See [The fee machine](broken://pages/963dfe997652672f82bd42aa0bf79d4466e42f7d).

{% hint style="warning" %}
$LYNX does not exist yet and has no price until TGE. Anyone offering "$LYNX" for sale before then is not real. Nothing here is financial advice.
{% 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://hyperlynx.gitbook.io/hyperlynx-docs/lynx/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.
