# Welcome to Liquid Labs

### DeFi Infrastructure for HyperEVM

Liquid Labs builds core DeFi infrastructure on Hyperliquid's HyperEVM — an oracle-validated AMM, a cross-DEX aggregator, and a token launch platform. Everything is open: no API keys, no rate limits, and no forced fees. These docs cover integration for all three products.

## Our Products

### LiquidCore — Oracle-Based AMM

LiquidCore is an AMM that uses Hyperliquid precompiles for pricing data, delivering oracle-validated execution with tight spreads on stablecoin–WHYPE pairs. It's one of the most modern AMM designs on any EVM.

Integrate through a single **Router** contract (automatic pool discovery — your code doesn't change when new pools are added) and a **REST API** for quotes, pool data, and ready-to-broadcast calldata.

**Pools:** USDT0/WHYPE · USDC/WHYPE · USDH/WHYPE

### LiquidSwap — DEX Aggregator

LiquidSwap finds the best swap route across 28+ decentralized exchanges on HyperEVM. It supports multi-hop routing through intermediate tokens, exact-input and exact-output swaps, native HYPE unwrapping, and optional revenue sharing — all through a single API call.

**Supported DEXs:** KittenSwap, HyperSwap, Laminar, Valantis, Hybra Finance, Gliquid, Ramses, HyperCat, Project X, LiquidLaunch, HyperBrick, HX Finance, Upheaval, UltraSolid, Curve, Funnel, Hyperpie, LiquidCore, Nest Exchange, and more as new HyperEVM protocols launch.

### LiquidLaunch — Token Launchpad

LiquidLaunch lets anyone create and launch an ERC20 token with automated bonding curve trading. Tokens trade on an x × y = k curve with virtual liquidity — no seed capital required. Built-in anti-sniper protection gives creators first access, and all launched tokens are immediately routable through LiquidSwap so users can buy and sell with any supported token, not just HYPE.

***

## Get started

* [LiquidCore](https://docs.liqd.ag/liquidcore-integration/overview) — oracle-based AMM: router integration, REST API, and contract reference
* [LiquidSwap](https://docs.liqd.ag/liquidswap-integration/overview) — DEX aggregator: route finding, execution, and pool discovery
* [LiquidLaunch](https://docs.liqd.ag/liquidlaunch-integration/overview) — token launchpad: token creation, bonding curve trading, and contract reference


---

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