> For the complete documentation index, see [llms.txt](https://docs.bitoftrade.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bitoftrade.com/guides/general/how-do-i-import-erc20-tokens-to-metamask.md).

# How do I import ERC20 tokens to MetaMask?

#### A step-by-step guide to adding ERC20 tokens to your MetaMask wallet.

This process can be used to import Ethereum, Polygon, Avalanche, Fantom, and Binance Smart Chain (BSC) tokens to your MetaMask wallet.

Sometimes tokens don’t show up in your [MetaMask](https://metamask.io/) wallet but don’t worry, all you need to do is add them!&#x20;

Firstly, open your MetaMask wallet and click “**Import Tokens**”:

![IMG\_2025.jpg](https://bitoftrade.zendesk.com/hc/article_attachments/6844205180945/IMG_2025.jpg)

Type the token in the “**Search**” bar in the MetaMask wallet:

![IMG\_2026.jpg](https://bitoftrade.zendesk.com/hc/article_attachments/6844205180433/IMG_2026.jpg)

**Another way is...**

The best and safest way to add your token is to click on the transaction hash that takes you to the block explorer.

You then need to find the last contract, the one that matches your transaction and click on it.

![Screen\_Shot\_2022-06-13\_at\_13.55.36.png](https://bitoftrade.zendesk.com/hc/article_attachments/6844205653009/Screen_Shot_2022-06-13_at_13.55.36.png)

![Screen\_Shot\_2022-06-13\_at\_13.56.24.png](https://bitoftrade.zendesk.com/hc/article_attachments/6844205875345/Screen_Shot_2022-06-13_at_13.56.24.png)

You’ll be redirected to your token contract. Copy the address:

![IMG\_2028.jpg](https://bitoftrade.zendesk.com/hc/article_attachments/6844236932881/IMG_2028.jpg)

Go back to MetaMask and click “Import Token”. Choose the “Custom Token” tab and paste the address.

![IMG\_2029.jpg](https://bitoftrade.zendesk.com/hc/article_attachments/6844237111313/IMG_2029.jpg)

Finally, select “Import” and you’re all done!

You’re now all set to start using ERC20 tokens on the [bitoftrade](https://bitoftrade.com/) platform!


---

# 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.bitoftrade.com/guides/general/how-do-i-import-erc20-tokens-to-metamask.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.
