> For the complete documentation index, see [llms.txt](https://docs.heo.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.heo.finance/how-to-buy-crypto/how-to-get-bnb-and-busd-via-binance.us/moving-busd-as-bep2-from-binance.us-to-trust-wallet.md).

# Moving BUSD as BEP2 from binance.us to Trust Wallet

If you haven't purchased any BUSD on binance.us, go to [Buy Crypto page](https://www.binance.us/en/buy-sell-crypto) on binance.us or click Buy Crypto link on [binance.us homepage](https://www.binance.us/en/usercenter/dashboard/overview). Once you have BUSD in your BEP2 wallet on binance.us, you need to transfer it to your Trust Wallet. Go to [BUSD withdrawal page](https://www.binance.us/en/usercenter/wallet/withdrawals/BUSD) and select BEP2 as Withdrawal Network.

![](/files/-MiO9FUgMMhAbKsNWUPL)

Now go to Trust Wallet app, click on "Receive", select Binance USD (BEP2). Make sure you select the token that has BEP2 subtitle like on the following screenshot. Do not select "BUSD Token" with "BEP20" subtitle and do not select "Binance USD" with "ERC20" subtitle.

![](/files/-MiO9PIZgi8WWjq2TIab)

You will be shown a QR code and an address on Binance Chain network. Click "Copy" to copy your BEP-2 address to buffer. The easiest is to email it to yourself. Once you have the address, paste it into "recipient's BUSD address".

![](/files/-MiO9WHDp4G6EXDHNRfv)

Leave Memo field empty, because Trust Wallet does not require the Memo. Enter the amount of BNB you would like to withdraw and click "Submit". After that Binance.us may send you an email to verify your withdrawal. After you confirm the withdrawal, you will see it in your Trust Wallet in less than a minute.&#x20;


---

# 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.heo.finance/how-to-buy-crypto/how-to-get-bnb-and-busd-via-binance.us/moving-busd-as-bep2-from-binance.us-to-trust-wallet.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.
