> For the complete documentation index, see [llms.txt](https://docs.thevolumeterminal.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.thevolumeterminal.com/exchange-connections/why-connect-exchanges.md).

# Why Connect Exchanges?

Unlike traditional yield platforms or decentralized application (dApp) incentives that require you to bridge assets, lock up collateral, or execute trades on high-slippage decentralized exchanges (DEXs), Volume Terminal connects directly to your existing centralized exchange (CEX) accounts.

This API-driven architecture offers several significant advantages for active traders:

***

### Key Advantages

#### 1. Maximum Fund Safety (Non-Custodial)

You never deposit funds, send collateral, or transfer trading capital to Volume Terminal.

* Your trading assets remain secure in your personal exchange wallets (e.g., Bybit, Binance, OKX).
* Even if the Volume Terminal platform were to experience downtime or a security incident, your trading capital remains completely untouched on your exchange.

#### 2. Native VIP Fee Tiers & Volume Credits

Because your trades execute directly on the exchange under your account:

* You continue to accumulate native exchange volume, helping you maintain or upgrade your CEX VIP tier status (VIP 1, VIP 2, etc.).
* You benefit from your existing VIP fee discounts, rebate structures, and sub-account setups.

#### 3. Institutional-Grade Latency & Liquidity

By trading on top-tier centralized exchanges, you leverage their deep order books, tight spreads, and high-speed matching engines.

* There are no block-time delays, gas fees for placing/canceling orders, or slippage spikes associated with DEX trading.
* Your trading strategies (automated or manual) execute at native CEX speeds.

#### 4. Multi-Exchange Aggregation

Instead of managing multiple accounts, dashboards, and wallets, Volume Terminal aggregates your activity. You can connect your Bybit, BingX, OKX, and Bitget accounts to a single Web3 wallet identity. You can join different campaigns across multiple exchanges and track all your performance, leaderboard rankings, and pending payouts in one consolidated dashboard.

***

### The Security Boundary

We enforce a strict separation of concerns between tracking and custody:

```
┌────────────────────────────────────────────────────────┐
│                   YOUR EXCHANGE ACCOUNT                │
│  [Capital Balances] [Order Book Execution] [Withdraws] │
└──────────────────────────┬─────────────────────────────┘
                           │
                 (Read/Trade API Key)
              *Withdrawals strictly disabled*
                           │
                           ▼
┌────────────────────────────────────────────────────────┐
│                   VOLUME TERMINAL                      │
│     [Volume Tracking] [Leaderboard] [Calculations]     │
└──────────────────────────┬─────────────────────────────┘
                           │
                   (On-Chain Payout)
                           ▼
┌────────────────────────────────────────────────────────┐
│                   YOUR WEB3 WALLET                     │
│                  [On-Chain Rewards]                    │
└────────────────────────────────────────────────────────┘
```


---

# 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.thevolumeterminal.com/exchange-connections/why-connect-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.
