> For the complete documentation index, see [llms.txt](https://broker-docs.tiger.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://broker-docs.tiger.com/english-2/financial-operations/transferring-funds-between-accounts-in-tiger.com-broker.md).

# Transferring funds between accounts in Tiger.com Broker

{% hint style="success" %}
Activate the "Addresses whitelist " option in your [Profile](https://account.tiger.com/profile) settings for quick access to  Tiger.com Broker wallets in the withdrawal menu.
{% endhint %}

#### **To transfer funds from one exchange account to another, follow these steps:**

**Find the deposit address.** To get your wallet address, switch to the exchange account you want to deposit funds into. For example, if you're transferring funds from Binance to Bybit, switch between the two exchanges accordingly.

<figure><img src="/files/4Zrd9LI6aOKiunsLbR6x" alt=""><figcaption></figcaption></figure>

Go to the [Wallet](https://account.tiger.com/wallet)  and select Deposit:

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

Select the token and network for the transfer, then copy the wallet address:<br>

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

**Switch to the sending exchange:** On the top panel of your account, switch to the exchange from which you want to send funds. Then go to the [Wallet](https://account.tiger.com/wallet) tab and select **Withdraw**:

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

**Enter transfer details:** Paste the wallet address you copied earlier, specify the transfer amount, select the cryptocurrency and network. Then, confirm the transaction using Google Authenticator.

<figure><img src="/files/1xCjVc0JngvcC2oyd1Us" alt=""><figcaption></figcaption></figure>

{% hint style="danger" %}
Always double-check the network and wallet address before making a transfer. Funds sent to the wrong network or address may be lost and cannot be recovered. The company is not responsible for any errors made during the deposit or withdrawal process.
{% endhint %}


---

# 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://broker-docs.tiger.com/english-2/financial-operations/transferring-funds-between-accounts-in-tiger.com-broker.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.
