# Obtain BEP20 Tokens

The native token of Binance Smart Chain (BSC) circulates on BEP20. For most operations performed on BSC, you'll need to pay Gas in the form of BEP20 BNB.

To obtain BEP20 BNB tokens, we recommend the following methods:

[https://www.binance.com](https://www.binance.com/en)

You can withdraw BEP20 BNB tokens via your Binance account (if any). If you are not familiar with the withdrawal process, you can refer to:

<https://www.binance.com/en/support/faq/85a1c394ac1d489fb0bfac0ef2fceafd>


---

# Agent Instructions: 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.genuniverse.io/guide/obtain-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.
