πOverview
Last updated
LiquidCore is an oracle-validated AMM live on HyperEVM and Robinhood Chain. It provides deep, liquid markets with predictable execution and tight spreads.
Ready to integrate? Start with the Integration Guide.
Chain
chainId
Router
HyperEVM
999
0x625aC1D165c776121A52ff158e76e3544B4a0b8B
Robinhood Chain
4663
0x322F277BfB7Ba9c196194ad18011377A0fF55Fb3
On HyperEVM, pricing uses Hyperliquid precompiles. Prefer the routerAddress returned by the quote API when executing.
Do not hardcode pool addresses β they differ by chain and change over time. List pools from the API:
GET https://api.liqd.ag/liquidcore/pools?chainId=999
GET https://api.liqd.ag/liquidcore/pools?chainId=4663Each entry includes poolAddress, token metadata, reserves, fees, volume, and APR. Full response shape is in the REST API reference.
For swaps, use the router β it discovers the correct pool automatically, so your integration does not need to track pool addresses.
Last updated