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

# Supported exchanges

Understand Proliquid support for Hyperliquid, RISEx, Lighter, Binance, Bybit, OKX, and Blofin markets

Proliquid separates market research from trade execution. Research tabs can show markets from Hyperliquid, RISEx, Lighter, Binance, Bybit, OKX, and Blofin. Terminal orders use the active trading account selected in Terminal. News quick trades use the account selected for the matched exchange in [News settings](/settings/news.md).

## Execution venues

| Exchange    | Connection                      | Supported execution markets                                |
| ----------- | ------------------------------- | ---------------------------------------------------------- |
| Hyperliquid | Wallet and local trading key    | Hyperliquid markets supported by the connected wallet.     |
| RISEx       | Wallet and local trading key    | RISEx perpetual markets supported by the connected wallet. |
| Binance     | USD-M Futures API credentials   | USD-M USDT perpetual markets.                              |
| Bybit       | Unified account API credentials | Linear USDT perpetual markets.                             |
| OKX         | Futures API credentials         | USDT-margined swaps and futures.                           |

Venue support can vary by market, account mode, region, and environment. If a control is unavailable, Terminal hides it or explains what is missing.

## Test and demo environments

Bybit Demo Trading, Binance Testnet, and OKX Demo Trading are available only in supported preview or local environments. The live account forms are used on the production app.

## Capability differences

The supported exchanges do not all expose every Terminal feature. For example, trailing stops are currently available for Bybit and OKX accounts. Advanced orders, portfolio metrics, margin controls, and history panels are shown only when the active venue supports them.

The selected trading account also determines the account metrics, balance columns, margin terminology, and available position controls.

## Research versus execution

Charts, screener, funding, heatmap, News, and Compare can use Hyperliquid, RISEx, Lighter, Binance, Bybit, OKX, and Blofin data for comparison and discovery. Blofin is view-only for now. Before submitting a Terminal order, confirm the exchange icon, market, and active account. Before submitting a News quick trade, confirm the account shown in the quick-trade menu.

Related pages: [Trading accounts](/getting-started/trading-accounts.md), [Terminal](/features/hyperliquid-trading-terminal.md), [Security and wallet safety](/getting-started/security-and-wallet-safety.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://docs.proliquid.xyz/features/supported-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.
