> For the complete documentation index, see [llms.txt](https://protocol-x.gitbook.io/ptxcrypto/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://protocol-x.gitbook.io/ptxcrypto/information/bridging-bnb-to-bep-20.md).

# Bridging BNB to BEP-20

Many products within the Protocol X ecosystem would initially require BNB (Bep-20) to purchase, below is a common step-by-step guide to help guide you on how to receive BNB to your initial wallet.\
\
In general, the process for transferring BNB to a BEP-20 wallet would involve the following steps:

1. Make sure you have a BEP-20-compatible wallet. Some popular DeFi wallets that support BEP-20 include MetaMask, SafePal, and Trust Wallet.
2. If you don't already have BNB, you will need to purchase some from a cryptocurrency exchange. Binance is a popular exchange that supports BNB.
3. Once you have BNB, you can transfer it to your BEP-20 wallet. To do this, you will need to have the BEP-20 address of your wallet, which you can find in the settings or information section of your wallet.
4. In your BEP-20 wallet, go to the "receive" or "add funds" section, and enter the address of your wallet.
5. Enter the amount of BNB you want to transfer, and confirm the transaction. This will initiate the transfer of BNB from your exchange account to your BEP-20 wallet.

It's important to note that the specific steps and details for transferring BNB to a BEP-20 wallet may vary depending on the wallet you are using and the exchange you are transferring from. Therefore, it's always a good idea to consult the documentation for your specific wallet and exchange to ensure that you are following the correct steps.\
\ <br>


---

# 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://protocol-x.gitbook.io/ptxcrypto/information/bridging-bnb-to-bep-20.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.
