> For the complete documentation index, see [llms.txt](https://docs.hunny.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hunny.finance/how-to-guides/get-bep20-tokens.md).

# Get BEP20 Tokens

The native tokens of Binance Smart Chain (BSC) are **BEP20 tokens.** Most operations such as trading or staking on BSC require you to pay gas fees in the form of BEP20 BNB.

You will also need the BEP20 version of any token you want to trade, stake, etc on BSC.

Here are some recommended methods to move funds over to the Binance Smart Chain:

🌉  [**Binance Bridge**](https://www.binance.org/en/bridge)  - You don't need an account, or to register, etc.&#x20;

📖 [Here's a quick guide they made to help you out.](https://binance-wallet.gitbook.io/binance-bridge/guides/binance-bridge-v3)

💰 [**Binance.com**](https://docs.hunny.finance/how-to-guides/www.binance.com) - You can withdraw tokens as BEP20 via your Binance account (if you have one). Bear in mind you need an account to do so.&#x20;

📖 [Here's a quick guide they made to help you out.](https://www.binance.com/en/support/faq/85a1c394ac1d489fb0bfac0ef2fceafd)


---

# 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:

```
GET https://docs.hunny.finance/how-to-guides/get-bep20-tokens.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
