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

# 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
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.skyrexio.com/exchange-accounts/fast-connect-oauth.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.
