Skip to content
PathDocs
How Path worksLiquidity sources
PATH DOCUMENTATION

Liquidity sources

Six HyperEVM DEX integrations with separate adapters for their pool families.

Registered deployments

DEX / source keyRegistered pool families
HyperSwap · hyperswapV2 constant product; V3 concentrated liquidity
Nest · nestClassic stable/volatile; Algebra
Project X · prjxUniswap V3-style concentrated liquidity
Ramses · ramsesConcentrated liquidity; legacy stable/volatile
KittenSwap · kittenswapAlgebra
Hybra · hybraV2 stable/volatile; V3; V4 using the Ramses-style CL adapter

A venue can expose multiple deployment IDs. Do not infer an ABI from a marketing version name: Hybra V4, for example, is classified by the actual adapter and quoter interface, not assumed to be Uniswap V4.

bash
curl https://api.pathagg.xyz/api/v1/sources

Select sources

json
{
  "chainId": 999,
  "tokenIn": "0x0000000000000000000000000000000000000000",
  "tokenOut": "0xb88339cb7199b77e23db6e890353e22632ba630f",
  "amountIn": "100000000000000000",
  "sources": ["prjx", "hyperswap"]
}

The quote sources filter accepts DEX keys such as prjx, not deployment IDs such as prjx-v3. Omitting it allows the registered source set. Availability still depends on pool discovery, usable liquidity, state checks and request budgets.

Discovery is not execution verification