# Get ERC20 Tokens

The native tokens of Ethereum Network (ETH) are ERC20.

To do most things on ETH, you will need to pay gas, which comes in the form of ERC20 ETH.

You will also need the ERC20 version of any token you want to trade, stake etc. on ETH.

You can go a few ways about converting your tokens to ERC20, but here are the ones we recommend:&#x20;

{% tabs %}
{% tab title=" 🔮 Sphynx DeFi App" %}
You can buy cryptocurrency with fiat directly through the Sphynx DeFi App - Import or create a wallet and you are ready to buy ETH. Execute cross-chain swaps directly from your wallet.

📖 [Here's a quick guide we made to help you out.](https://sphynxlabs.gitbook.io/sphynx-labs/utilities/sphynx-defi-app/fiat-to-crypto)
{% endtab %}

{% tab title="💰Binance.org" %}
[**Binance.com**](https://github.com/pancakeswap/pancake-document/tree/255db0c7af28df2f9c1209daa5cdbd774490a666/get-started/www.binance.com) *\*\**- You can withdraw tokens as ERC20 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://sphynxlabs.gitbook.io/sphynx-labs/introduction/get-started/get-erc20-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.
