> 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/interface/wallet/spot/binance-convert.md).

# Binance Convert

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

**How It Works:**

1. Go to the [**Wallet**](https://account.tiger.com/wallet) ⟶[ **View Assets**](https://account.tiger.com/assets) then click on the **“Binance Convert”** button.
2. A page will open where you can choose assets and specify the conversion amount:

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

3. The conversion price will be determined by the current market situation,  traditional trading fees do not apply. You can convert assets in large orders at a better price than buying or selling on the spot market.
4. Select the tokens you want to convert and enter the amount in USDT, or click **“Available”** to automatically fill in the maximum available amount.
5. Click **“Preview”** and make sure the amount you’ll receive is acceptable.
6. If the terms are suitable, click the **“Convert”** button and confirm the order within 2 minutes.
   * **Important:** The price will update shortly based on the latest market conditions, which may change the amount you’ll receive. If you don’t confirm the order within 2 minutes, you will need to restart the conversion process.
7. The transaction will be processed instantly, and the converted tokens will be credited to your spot wallet. To view the converted tokens, go to the **“Convert history”** tab.

{% hint style="info" %}
For more detailed information about the conversion process, you can check the exchange documentation: [How to Use Binance Convert](https://www.binance.com/en/support/faq/how-to-use-binance-convert-e8c7579382ea403aa4a4a6eec469659d)
{% 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/interface/wallet/spot/binance-convert.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.
