# Overview

LiquidCore is an oracle-validated AMM on HyperEVM, using Hyperliquid precompiles for pricing data. It provides deep, liquid markets with predictable execution and tight spreads.

Ready to integrate? Start with the [Integration Guide](/liquidcore-integration/integration-guide.md).

## Supported pairs

**Router address:** `0x625aC1D165c776121A52ff158e76e3544B4a0b8B`

### USDT0 / WHYPE

**Pool:** `0xA7478A5ff7cB27A8008D6D90785db10223bc6087`

| Token | Symbol | Address                                      |
| ----- | ------ | -------------------------------------------- |
| USDT0 | USDT0  | `0xb8ce59fc3717ada4c02eadf9682a9e934f625ebb` |
| WHYPE | WHYPE  | `0x5555555555555555555555555555555555555555` |

### USDC / WHYPE

**Pool:** `0xD3994A6CF46cA91536376f89aCDadf92eD289a9F`

| Token | Symbol | Address                                      |
| ----- | ------ | -------------------------------------------- |
| USDC  | USDC   | `0xb88339CB7199b77E23DB6E890353E22632Ba630f` |
| WHYPE | WHYPE  | `0x5555555555555555555555555555555555555555` |

### USDH / WHYPE

**Pool:** `0x305e5B1a81879Aa0538338306Cb9430A547E1eEa`

| Token | Symbol | Address                                      |
| ----- | ------ | -------------------------------------------- |
| USDH  | USDH   | `0x111111a1a0667d36bD57c0A9f569b98057111111` |
| WHYPE | WHYPE  | `0x5555555555555555555555555555555555555555` |

### USDC / UBTC

**Pool:** `0x56A0f8434dD68F07ACfED07D7d0bB3aD6FE8D677`

| Token | Symbol | Address                                      |
| ----- | ------ | -------------------------------------------- |
| USDC  | USDC   | `0xb88339CB7199b77E23DB6E890353E22632Ba630f` |
| UBTC  | UBTC   | `0x9FDBdA0A5e284c32744D2f17Ee5c74B284993463` |

### USDC / UETH

**Pool:** `0x8d7928faFfC2DdDc2af41BD56236b32bB21BE3B5`

| Token | Symbol | Address                                      |
| ----- | ------ | -------------------------------------------- |
| USDC  | USDC   | `0xb88339CB7199b77E23DB6E890353E22632Ba630f` |
| UETH  | UETH   | `0xBe6727B535545C67d5cAa73dEa54865B92CF7907` |

### USDC / USOL

**Pool:** `0xe050C5033dCC344491128dF2609ECC43875DDd9d`

| Token | Symbol | Address                                      |
| ----- | ------ | -------------------------------------------- |
| USDC  | USDC   | `0xb88339CB7199b77E23DB6E890353E22632Ba630f` |
| USOL  | USOL   | `0x068f321Fa8Fb9f0D135f290Ef6a3e2813e1c8A29` |

### WHYPE / UBTC

**Pool:** `0x5600345C1f6232a385d6e24272fd3099641Bace4`

| Token | Symbol | Address                                      |
| ----- | ------ | -------------------------------------------- |
| WHYPE | WHYPE  | `0x5555555555555555555555555555555555555555` |
| UBTC  | UBTC   | `0x9FDBdA0A5e284c32744D2f17Ee5c74B284993463` |

### WHYPE / kHYPE

**Pool:** `0xf89CdC6C271CCdC10Add92C2D6EA26Cbc266fDd5`

| Token | Symbol | Address                                      |
| ----- | ------ | -------------------------------------------- |
| WHYPE | WHYPE  | `0x5555555555555555555555555555555555555555` |
| kHYPE | kHYPE  | `0xfD739d4e423301CE9385c1fb8850539D657C296D` |

### USDC / kHYPE

**Pool:** `0x158F5919A3C65C201A02CB2fEE7421F7B78F3b1e`

| Token | Symbol | Address                                      |
| ----- | ------ | -------------------------------------------- |
| USDC  | USDC   | `0xb88339CB7199b77E23DB6E890353E22632Ba630f` |
| kHYPE | kHYPE  | `0xfD739d4e423301CE9385c1fb8850539D657C296D` |

### WHYPE / UETH

**Pool:** `0x43Bad06C9ad4D0ABffdFf5aaCc534A7644F7872C`

| Token | Symbol | Address                                      |
| ----- | ------ | -------------------------------------------- |
| WHYPE | WHYPE  | `0x5555555555555555555555555555555555555555` |
| UETH  | UETH   | `0xBe6727B535545C67d5cAa73dEa54865B92CF7907` |


---

# Agent Instructions: 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.liqd.ag/liquidcore-integration/overview.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.
