# Fast connect (OAuth)

Use Fast Connect when your exchange offers an official OAuth flow. No keys to copy, no settings to tweak—just log in, approve, and trade.

***

### Before you start

* An account on **Binance, Bybit, OKX, Crypto.com, HTX, Gate.io, KuCoin**
* Your Skyrexio credentials

***

### Step-by-step guide

1. **Log in** to Skyrexio.
2. In the navigation menu open **Exchanges**.
3. Click the big **“+”** button—this opens the *Connect Exchange* modal.

<figure><img src="/files/yfuI01N0C583OdjVoTAA" alt=""><figcaption></figcaption></figure>

4. Select your exchange from the grid. The modal switches to **Fast API / OAuth** by default.
5. Press **Create**.

<figure><img src="/files/MMuPFSt345dVlTzYUeLc" alt=""><figcaption></figcaption></figure>

6. You’re redirected to the exchange’s OAuth page. Log in if asked and **Confirm** Skyrexio’s access request.

<figure><img src="/files/caJTAwpQZZFimfv7aPYm" alt=""><figcaption></figcaption></figure>

7. After the redirect back, a **“Linked successfully”** toast appears. Your exchange shows up in the list with live balances—ready for bots or Smart Terminal trades.

***

### What happens behind the scenes

* The exchange issues Skyrexio a token scoped to **Read** and **Trade** only; withdrawal rights are never granted.
* The token is stored encrypted (AES-256) and auto-refreshed before expiry.
* Your funds stay on the exchange at all times—Fast Connect is purely a permission handshake, not a custody transfer.

***

### Next steps

* Launch your first **Alert Bot** or **Copy Bot** under **Bots → Create**.
* Try manual trading in **Smart Terminal**.
* Monitor real-time PnL and orders on the **Home** dashboard.

Questions? Click the chat bubble in the bottom-right corner—our team replies within minutes.


---

# Agent Instructions: 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:

```
GET https://docs.skyrexio.com/exchange-accounts/fast-connect-oauth.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
