> 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/roadmap.md).

# Roadmap

## What's live now

| Feature                           | Status |
| --------------------------------- | ------ |
| Spot swaps (HyperEVM, all pairs)  | ✅ Live |
| Concentrated liquidity (V3-style) | ✅ Live |
| Tokenized stocks                  | ✅ Live |
| The Hunt — Genesis season         | ✅ Live |
| Referrals                         | ✅ Live |
| Leaderboard & tiers               | ✅ Live |

## Month 2

| Feature   | Status     |
| --------- | ---------- |
| **Perps** | 🔜 Month 2 |

Perps launch in month 2 with the highest Hunt multipliers: ×1.5 for makers, ×1.3 for takers. See [Perps](broken://pages/1105d655c7439c657aed5fe329874eb787f5076a).

## Path to TGE (\~Q4 2026)

| Phase                       | What happens                                                                                     |
| --------------------------- | ------------------------------------------------------------------------------------------------ |
| **Genesis** (month 1)       | 2× points for everyone. Earliest hunters build the largest lead.                                 |
| REDACTED                    | TBD                                                                                              |
| **Reveal ramp** (September) | Pre-TGE. Season 1 closes. Claim mechanics explained.                                             |
| **TGE** (\~Q4 2026)         | The Reveal — conversion rate shown. 300M $LYNX claimable. Pool-2 LM opens. Outcome markets next. |

{% hint style="info" %}
Dates are targets and can move. Watch the official channels for confirmed timings: [@hyperlynxfi](https://x.com/hyperlynxfi) on X and [t.me/hyperlynxchat](https://t.me/hyperlynxchat) on Telegram.
{% endhint %}

## After TGE

TGE is a level-up, not an exit:

* **Pool-2 liquidity mining** opens from the liquidity allocation.
* **Outcome markets** come online as a new points surface.

See [$LYNX tokenomics](broken://pages/a5c90421145eb5312724a1231da48bf1ef1f151e) and [Claiming at TGE](broken://pages/c77c3791ea342dddedb9961794112750f242444c).


---

# 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/roadmap.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.
