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

# Contracts

All Hyperlynx contracts are deployed on **HyperEVM (chain 999)**. Don't trust — verify: look each address up on the HyperEVM explorer before interacting, and only ever use the addresses published here or in the official app.

{% hint style="danger" %}
Scammers publish fake address lists and lookalike sites. Bookmark this page, and cross-check against the official app (hyperlynx.fi) and repo (github.com/HyperlynxFi). Hyperlynx will never DM you an address or ask you to "migrate" funds to a new contract.
{% endhint %}

## Uniswap V2 (Standard AMM)

| Contract                | Address                                      |
| ----------------------- | -------------------------------------------- |
| UniswapV2Factory (hl-x) | `0x11cD396F814Bd31eBa7969c1B27a7C347785951f` |
| UniswapV2Router02       | `0x0Deb3b1525502EE17e81469aa536c5AC77F2cAd2` |
| WHYPE/USDC pair         | `0x09371226e834d73CC76e2761131750963323ae48` |

## Uniswap V3 (Concentrated liquidity)

| Contract                   | Address                                      |
| -------------------------- | -------------------------------------------- |
| UniswapV3Factory           | `0x418CB4e449869e97DB45586EBD9350E1d0424f95` |
| SwapRouter                 | `0xC141DaCe9596D985e5EF812de55466Dfa78e9BbF` |
| NFTPositionDescriptor      | `0x06693C72cF668307aCe8F6b5D0b9Eea3319027a0` |
| NonfungiblePositionManager | `0xfA62Fe94B6eDA4a13f57eD0224848bAD45954b71` |
| QuoterV2                   | `0x093A4ba695105666152b2E4620E012ADa8A4E57D` |
| V3 Utils                   | `0xba77F1437ce3103Fea2Ce99AB96151E32F150204` |

{% hint style="info" %}
$LYNX is not yet deployed — its contract address will be published here at TGE (\~Q4 2026). Until then, any "$LYNX token" address is fake. See [Tokenomics](broken://pages/d771705e3ee08490d107a26b5007f8d54d340267).
{% 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/resources/contracts.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.
