Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
198 changes: 198 additions & 0 deletions website/src/pages/en/token-api/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,204 @@ Yes, more blockchains will be supported in the future. Please share feedback on

The Graph ecosystem is actively determining the [roadmap](https://thegraph.com/blog/token-api-the-graph/) for additional use cases. Please provide feedback on specific features you would like prioritized on [Discord](https://discord.gg/graphprotocol).

### What DEXs are supported by the Token API?

DEXs listed below are grouped by network and ordered by most swaps. Only verified DEXs with more than 10K swaps in 2025 have been listed. For a more detailed and comprehensive list of supported DEXs, you can query the /dexes/evm and /dexes/svm endpoints.

#### Solana

**Full support of DEX protocol**

Swaps are being reported via Swap programs and include amm_pool field

- Raydium Liquidity Pool V4
- Pump.fun AMM
- Pump.fun
- Raydium Concentrated Liquidity
- Raydium CPMM
- Meteora DLMM Program
- Meteora Pools Program
- Meteora DAMM v2
- Raydium Launchpad

**Partial support of AMM**

Swaps are being reported via Aggregator programs and do not include amm_pool field

- Whirlpools Program
- Lifinity Swap V2
- SolFi
- Obric V2
- stabble Stable Swap
- Phoenix
- ZeroFi
- Openbook V2
- Invariant Swap
- stabble Weighted Swap
- GoonFi
- 1Dex Program
- Fluxbeam Program
- Mercurial Stable Swap
- Saber Stable Swap
- Orca Token Swap V2
- Cropper Whirlpool
- Lifinity Swap
- Meteora Dynamic Bonding Curve Program
- Moonit
- BonkSwap
- Saber Decimal Wrapper
- Saros AMM
- Jupiter Perpetuals
- Sanctum Router Program
- Numeraire
- Crema Finance Program
- Sanctum Program
- GooseFX: GAMMA
- Orca Token Swap
- OpenBook
- Swap Program
- Guac Swap
- Dexlab Swap
- GooseFX V2
- Aldrin AMM V2
- Helium Treasury Management
- Aldrin AMM
- Symmetry Engine
- Marinade Finance
- Cropper Finance
- Oasis
- StepN DOOAR Swap
- Penguin Finance
- Step Finance Swap Program
- WOOFi
- Cykura Swap
- Sentre Swap
- Dradex Program
- Gavel
- Sencha Cpamm
- Clone
- 1Sol
- GooseFX SSL
- Serum DEX V3

#### Ethereum

- Uniswap V2
- Uniswap V3
- Uniswap V4
- SushiSwap V2
- Ring Swap
- Shiba Inu
- Crypto.com: DeFi Swap
- PancakeSwap V2
- Solidly V3
- SushiSwap V3
- Fraxswap V2
- Verse Exchange
- Integral
- NineInch
- Orion
- Future Lithium
- Neopin
- DelioSwap
- KwikSwap
- SakeSwap
- Nova
- LinkSwap
- EtherVista
- DooarSwap

#### Arbitrum One

- Uniswap V3
- Uniswap V4
- SushiSwap V3
- Ramses
- SushiSwap V2
- Uniswap V2
- Camelot
- GammaSwap
- Solidly V3
- Arbswap
- UpSwap
- SpartaDex
- PancakeSwap
- DXswap
- Arbidex
- Integral
- Trader Joe

#### Polygon

- Quickswap V2
- Uniswap V3
- Uniswap V4
- SushiSwap V2
- Uniswap V2
- Stabl.fi
- SushiSwap V3
- SweepnFlip
- ApeSwap V2
- DFYN
- Jetswap
- Polycat Finance
- Wault Finance
- DooarSwap
- Elk

#### Unichain

- Uniswap V4
- Uniswap V3
- Uniswap V2

#### BSC

- PancakeSwap V2
- PancakeSwap V3
- PancakeSwap V4
- PancakeSwap V1
- Biswap
- ApeSwap V2
- MDEX (BSC)
- BabySwap
- Nomiswap
- Nomiswap Stable
- JulSwap
- Algebra (v3-style)
- WaultSwap
- BakerySwap
- SquadSwap

**Optimism**

Uniswap V3 Uniswap V4 Velodrome V3 Velodrome V2 Curve Beethoven X

#### Avalanche

- Trader Joe V2.1
- Trader Joe V3
- Trader Joe V2
- Pangolin V2
- Pangolin V1
- Elk Finance
- Uniswap V4 (Avalanche)
- Lydia Finance
- SushiSwap V2
- OliveSwap

#### Base

- Uniswap V3
- Uniswap V2
- Uniswap V4
- SushiSwap V2
- BaseSwap
- Alien Base V3
- BaseSwap V2
- Solidly V3
- Alien Base V2

## MCP / LLM / AI

### Is there a time limit for LLM queries?
Expand Down