> 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/jian-ti-zhong-wen/how-to-guides/get-bep20-tokens.md).

# 获取BEP20代币

币安智能链（BSC）的原生代币是BEP20代币。大多数的操作，如在BSC上进行交易或质押，都需要您以BEP20版本的 BNB代币支付矿工费。

如您想要在BSC上进行交易、质押等，请务必使用BEP20版本的代币。

以下是将资金转移到币安智能链上的推荐方法：

🌉  [**币安桥**](https://www.binance.org/cn/bridge) – 您无需创建户口或申请账号等等。

📖 [请点击此处查看如何使用。](https://binance-wallet.gitbook.io/binance-bridge/guides/binance-bridge-v3)

💰 [**币安**](https://www.binance.com/zh-CN) – 您可使用币安的账号提取BEP20的代币。可是您必须要先拥有或申请币安的账号。

📖 [点击此处查看如何使用。](https://www.binance.com/zh-CN/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, and the optional `goal` query parameter:

```
GET https://docs.hunny.finance/jian-ti-zhong-wen/how-to-guides/get-bep20-tokens.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.
