> For the complete documentation index, see [llms.txt](https://docs.swapx.co/swapx/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.swapx.co/swapx/introduction/get-started/get-coins-and-tokens.md).

# Get Coins and Tokens

To be able to trade on SwapX you need to have either: tokens in your wallet and/or BNB. If you have neither you can easily purchase BNB to use on SwapX on many platforms online, such as from [Binance Directly.](https://www.binance.com/en/buy-BNB)

The reason why you need BNB is because it’s the native coin of the Binance Smart Chain, and thus it’s traded against by most tokens, and transaction gas fees are paid in BNB.

With the BNB you can easily buy tokens on the SwapX Exchange, see the Exchange page for more details on that. The tokens of Binance Smart Chain (BSC) are called BEP20 tokens. You will need the BEP20 version of any token you want to trade, stake etc. on BSC.

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

* [**SafePal**](https://safepal.io/download) - You don't need an account, or to register etc. Execute cross-chain swaps directly from your wallet.
* [**Binance Bridge**](https://www.binance.org/en/bridge) - You don't need an account, or to register etc.
* [**Binance.com** ](https://accounts.binance.com/en/register?ref=KNU3JQGM)**-** You can withdraw tokens as BEP20 via your Binance account (if you have one). Bear in mind you need an account to do so.


---

# 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.swapx.co/swapx/introduction/get-started/get-coins-and-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.
