# Add Custom ERC-20 Token

{% hint style="info" %}
Be careful when adding custom ERC-20 tokens to your wallet. Ensure that you have properly verified that the contract address is the official/legitimate one.
{% endhint %}

{% hint style="danger" %}
**It is very common for scammers to impersonate an ERC-20 token with a fake contract address in order to try to steal funds from you.**
{% endhint %}

<div align="left"><figure><img src="/files/QARGS9syP5EQHzevLyP2" alt=""><figcaption></figcaption></figure></div>

1. Open the Nova Wallet application.
2. `Select` the **Assets** **screen** and then `select` the **manage tokens** button.
3. `Select` the **Add token** button at the top right of the screen.
4. `Select` the appropriate **network**.
5. `Input` the contract address, symbol, decimals and CoinGecko link (optional).
6. `Select` **Add token** and then your token should appear on the assets page.


---

# 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.novawallet.io/nova-wallet-wiki/asset-management/add-custom-erc-20-token.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.
