> For the complete documentation index, see [llms.txt](https://docs.bouncebit.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bouncebit.io/user-guides/general/how-to-get-btcb-from-binance/how-to-transfer-btcb-to-your-binance-web3-wallet.md).

# How to Transfer BTCB to your Binance Web3 Wallet

#### What is BTCB? <a href="#heading-3" id="heading-3"></a>

BTCB is a BEP2/BEP20 asset on the BNB Smart Chain, pegged 1:1 to BTC. It operates on a centralized, trust-based model, meaning the amount of BTCB is equivalent to the amount of BTC locked in a public address.

#### How to get BTCB? <a href="#heading-4" id="heading-4"></a>

By transferring BTC from Binance to Binance Web3 Wallet:

1. Head to the Home page of your Binance Web3 Wallet.
2. Click on "Transfer".

   <figure><img src="/files/rJthW5y8sg0sT6ULxKc8" alt="" width="188"><figcaption></figcaption></figure>
3. Choose "BTC".
4. Select "BNB Smart Chain (BEP20)" as the network.
5. Proceed to "Transfer".

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

6. Enter the withdrawal amount.

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

<figure><img src="https://megadrop.bouncebit.io/_next/static/media/web3-10.313ddcab.png" alt="" width="188"><figcaption></figcaption></figure>

7. Confirm Withdraw.

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


---

# 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.bouncebit.io/user-guides/general/how-to-get-btcb-from-binance/how-to-transfer-btcb-to-your-binance-web3-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.
