# Get your tokens on BSC

The native tokens of Binance Smart Chain (BSC) are **BEP20**.

To do most things on BSC, you will need to pay gas, which comes in the form of BEP20 BNB.&#x20;

{% hint style="info" %}
The gas fees are paid to the network, not to SuperBots.&#x20;
{% endhint %}

To be able to make a deposit in a Vaults present on BSC, you will also have to get your tokens there. It's often USDC for the quote or cryptos like WBTC (wrapped BTC on BSC), BNB, ETH or Cake for the base.&#x20;

You can go a few ways about converting your tokens to BEP20, but here are the ones we recommend:

{% tabs %}
{% tab title="💰 Binance.com" %}
[**Binance.com**](https://github.com/pancakeswap/pancake-document/tree/255db0c7af28df2f9c1209daa5cdbd774490a666/get-started/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.

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


---

# 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://upbots.gitbook.io/superbots/get-started/get-your-tokens-on-bsc.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.
