# Connecting to Exchanges

### Step 1 — Select an Exchange

Choose an Exchange to Connect

Select the decentralized exchange where you want to deploy your trading bots. Each exchange requires a separate wallet authorization.

<figure><img src="/files/HxVeW5JTn5pH6Py56fII" alt="" width="375"><figcaption></figcaption></figure>

Supported Exchanges

* Hyperliquid

Note\
Some exchanges may require additional approvals depending on their architecture.

***

### Step 2 — Connect Trading Wallet

Connect a Trading Wallet

Connect the wallet that will be used to place and manage orders on this exchange.

<figure><img src="/files/NnPfOw5dTvzRJumEhmxB" alt="" width="375"><figcaption></figcaption></figure>

#### Note

* This wallet will be used only for trading actions.
* You can connect multiple wallets across different exchanges.

***

### Step 3 — Approve Trading Permissions

Approve Permissions

To enable trading, you must approve limited permissions for this wallet.

<figure><img src="/files/8GHMrjoYGK2cEayUG2D7" alt="" width="375"><figcaption></figcaption></figure>

You are allowing:

* Connecting to Exchange (eg, Hyperliquid)
* Agent Approval (to place trade orders)
* Builder Fee Approval (approve trade fees)

<figure><img src="/files/bRyuVQ9hrtZiUeyHSq7g" alt="" width="188"><figcaption></figcaption></figure>

<figure><img src="/files/S5tMBt92Fp8VWaiwQ3M3" alt="" width="188"><figcaption></figcaption></figure>

<figure><img src="/files/joabnOsC2jkomKCVYj3G" alt="" width="188"><figcaption></figcaption></figure>

You are NOT allowing:

* Withdrawals
* Transfers of funds
* Ownership or admin access

***

### Connected State

Exchange connected successfully.

<figure><img src="/files/kI8eFosdmTjgY04Uq4LF" alt="" width="375"><figcaption></figcaption></figure>

You can now deploy bots on this exchange.<br>


---

# 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.hyperflash.xyz/introduction-to-hyperflash/connecting-to-exchanges.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.
