> For the complete documentation index, see [llms.txt](https://voltarb.gitbook.io/voltarb-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://voltarb.gitbook.io/voltarb-docs/english/exchanges.md).

# Supported exchanges

VoltArb scans a large CEX + DEX/perp set. Exact availability depends on market type (spot vs futures) and whether a connector is live.

**About 30 venues** show up in product filters today. The set grows as connectors ship — always trust the exchange filter in the Web Terminal for the live list.

## Core venues

| Exchange    | Typical coverage        |
| ----------- | ----------------------- |
| Binance     | CEX spot + futures      |
| Bybit       | CEX spot + futures      |
| OKX         | CEX spot + futures      |
| KuCoin      | CEX spot + futures      |
| Gate        | CEX spot + futures      |
| MEXC        | CEX spot + futures      |
| Bitget      | CEX spot + futures      |
| BingX       | CEX spot + futures      |
| HTX         | CEX spot + futures      |
| BitMart     | CEX                     |
| CoinEx      | CEX                     |
| Poloniex    | CEX                     |
| XT          | CEX                     |
| Backpack    | CEX / hybrid            |
| Kraken      | CEX                     |
| LBank       | CEX                     |
| Phemex      | CEX                     |
| Exmo        | CEX                     |
| Aster       | CEX / listed in filters |
| Hyperliquid | DEX / perp              |
| Paradex     | DEX perp                |
| Lighter     | DEX / perp              |
| Orderly     | Perp / infra            |

## Also in filters / funding (expanding)

EdgeX, Variational, Extended, Pacifica, StandX, GRVT, AscendEX, OurBit, and others as connectors roll out.

## DEX networks (filter context)

When filtering DEX-related routes, networks can include: **Solana, Ethereum, Arbitrum, Base, BSC, Optimism**.

## Practical advice

* Only enable venues you can actually trade.
* Prefer open D/W for Spot–Spot.
* For DEX perps, confirm wallet and margin UX before sizing in Tracker.

## TradFi listings

Several venues above list **tokenized / synthetic TradFi** (stocks, oil, indices, metals). VoltArb classifies those routes separately — see [TradFi](/voltarb-docs/english/tradfi.md).

→ [Web Terminal](/voltarb-docs/english/web-terminal.md) · [Strategies](/voltarb-docs/english/strategies.md) · [Performance](/voltarb-docs/for-builders-optional/performance.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://voltarb.gitbook.io/voltarb-docs/english/exchanges.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
