> ## Documentation Index
> Fetch the complete documentation index at: https://docs.vulcx.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Supported chains — Fogo

> Vulcx runs on Fogo. See supported DEXs — Vortex, Fluxbeam, Fogo.fun, and Moonit — the SPL token standard, and the 5-hop routing limit for swaps.

# Supported Chains

Vulcx runs on **Fogo**.

## Fogo

Fogo is the chain for Vulcx.

| Capability         | Value                              |
| ------------------ | ---------------------------------- |
| Max hops per route | 5                                  |
| Compute cost       | Standard                           |
| Supported DEXs     | Vortex, Fluxbeam, Fogo.fun, Moonit |
| Token standard     | SPL Token                          |

```bash theme={"theme":"github-dark"}
curl "https://api.vulcx.xyz/api/v1/quote?inputMint=...&outputMint=...&amount=...&swapMode=ExactIn" \
  -H "Authorization: Bearer $VULCX_KEY"
```


## Related topics

- [Vulcx FAQ — Fogo swaps, chains, fees & limits](/get-started/faq.md)
- [Vulcx architecture — how swaps are routed on Fogo](/get-started/architecture.md)
- [Introduction to Vulcx — best-price swaps on Fogo](/get-started/introduction.md)
- [Swap routing — multi-hop best-price paths on Fogo](/concepts/routing.md)
- [Composing Swaps On-Chain (CPI)](/guides/onchain-cpi.md)
