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

# Lấy token BEP20

![](https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/how-to-get-bep20-tokens-header.png)

Token gốc của BNB Smart Chain (BSC) là **BEP20**.

Để thực hiện hầu hết các thao tác trên BSC, bạn sẽ cần trả phí gas, được tính bằng BEP20 BNB.

Bạn cũng sẽ cần phiên bản BEP20 của bất kỳ token nào bạn muốn giao dịch, staking, v.v. trên BSC.

Bạn có thể chuyển đổi token sang BEP20 theo một vài cách, nhưng đây là những cách chúng tôi khuyến nghị:

{% tabs %}
{% tab title="🥞🌉 Pancake Bridge" %}
![](https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/image%20%28168%29.png)

[**PancakeSwap Bridge**](http://bridge.pancakeswap.finance) — cầu nối tài sản gốc xuyên chuỗi, được hỗ trợ bởi Stargate.

Cầu nối này cho phép bạn dễ dàng chuyển stablecoin sang BNB Chain và tham gia cộng đồng PancakeSwap sôi động và hệ sinh thái BNB rộng lớn hơn!

📖 [Tìm hiểu cách sử dụng](https://medium.com/pancakeswap/launching-pancakeswap-bridge-a-partnership-with-stargate-21c1c9f491a8)
{% endtab %}

{% tab title="💰 Binance" %}
[**Binance.com**](https://github.com/pancakeswap/pancake-document/tree/255db0c7af28df2f9c1209daa5cdbd774490a666/get-started/www.binance.com)

Bạn có thể rút token dưới dạng BEP20 qua tài khoản Binance của bạn (nếu bạn có). Lưu ý bạn cần có tài khoản để thực hiện điều này.

📖 [Đây là hướng dẫn nhanh họ đã tạo để giúp bạn.](https://www.binance.com/en/support/faq/85a1c394ac1d489fb0bfac0ef2fceafd)
{% endtab %}

{% tab title="🔒 SafePal" %}
[**SafePal**](https://safepal.io/download)

Bạn không cần tài khoản hay đăng ký. Thực hiện hoán đổi xuyên chuỗi trực tiếp từ ví của bạn.

📖 [Đây là hướng dẫn nhanh họ đã tạo để giúp bạn.](https://docs.safepal.io/safepal-app/cross-chain-swap-tutorial)
{% endtab %}
{% endtabs %}


---

# 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.pancakeswap.finance/vietnamese/chao-mung-den-voi-pancakeswap/how-to-guides/get-started/bep20-guide.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.
