# Import & manage customized tokens

### Import customized tokens

**Step 1**: Open the SubWallet homepage and scroll down all the way to the end. You will see the "**Manage token list**" button. Click on it to get to the token list.

<figure><img src="/files/dAqUMURO5Of7xVZ3R9Gc" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
You can also use [this instruction](https://app.gitbook.com/o/CyPU0v2iA12ILmupTKub/s/-Lh39Kwxa1xxZM9WX_Bs/~/changes/736/web-dashboard-user-guide/asset-and-address-management/customize-your-assets/enable-disable-tokens#enable-disable-tokens-from-settings) to get to the token list.
{% endhint %}

**Step 2**: In the Manage tokens screen, click the "**+**" icon at the top right of your screen to start adding the token.

<figure><img src="/files/J8tul6kMqld5YH1Ih5Yu" alt=""><figcaption></figcaption></figure>

**Step 4**: Enter the required information.

<figure><img src="/files/1sHhPbtgEbY55JEMEKYA" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
**Quick tip**: When adding custom tokens to your wallet, make sure to double-check that the contract address is the official one. It's always a good idea to verify to keep your assets safe.

Scammers sometimes try to trick people by impersonating a customized token with a fake contract address. They do this in hopes of stealing your funds, so always stay vigilant and double-check before making any transactions!
{% endhint %}

Here is the completed input screen for importing a token. Once done, click "**Import token**".

<figure><img src="/files/QUNnsCRK4jyYQz5HHwZZ" alt=""><figcaption></figcaption></figure>

**Step 5**: You can find the token in the search bar after successfully importing it.

<figure><img src="/files/XrjPqPpcOQED3XJiA4NA" alt=""><figcaption></figcaption></figure>

### Manage customized tokens

**Step 1**: Open the SubWallet homepage and scroll down all the way to the end. You will see the "**Manage token list**" button. Click on it to get to the token list.

<figure><img src="/files/dAqUMURO5Of7xVZ3R9Gc" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
You can also use [this instruction](https://app.gitbook.com/o/CyPU0v2iA12ILmupTKub/s/-Lh39Kwxa1xxZM9WX_Bs/~/changes/736/web-dashboard-user-guide/asset-and-address-management/customize-your-assets/enable-disable-tokens#enable-disable-tokens-from-settings) to get to the token list.
{% endhint %}

**Step 2**: In the token list, search for your customized token. Once found, click the <img src="/files/YXZmrHELn0F6VP4oIhXF" alt="" data-size="line"> icon on the right-hand side of the token.

{% hint style="info" %}
You can also click on the <img src="/files/QaYhOW1KqSsJibmf3xjK" alt="" data-size="line"> icon in the search bar, then select "**Custom tokens**" to filter the customized tokens from the initial list.
{% endhint %}

<figure><img src="/files/IMy16Qto2Z0HdMKsglG0" alt=""><figcaption></figcaption></figure>

At this point, you can either edit the token's information or remove it. Choose the appropriate tab to suit your needs.

{% tabs %}
{% tab title="Edit token's information" %}
{% hint style="warning" %}
Once a token is imported onto SubWallet, you can only edit the token's price information.
{% endhint %}

{% hint style="info" %}
SubWallet uses **Coingecko API** to retrieve token prices accurately. This API provides the most comprehensive and reliable crypto market data using RESTful JSON endpoints.

You can read more information about Coingecko API via [this article](https://docs.coingecko.com/reference/introduction).
{% endhint %}

**Step 3**: In the Token details screen, scroll down to see the "**Price ID**" field.&#x20;

<figure><img src="/files/LcfxOZF050rda75OkNyb" alt=""><figcaption></figcaption></figure>

Paste the API ID of your tokens (taken from Coingecko) and click "**Save**".

<figure><img src="/files/APg31NyCU3gQYG8jpODf" alt=""><figcaption></figcaption></figure>

**Step 4**: Once done, return to the homepage and scroll down the list to see your customized token and its price.

<figure><img src="/files/ZQ39gIgwm8RdlSL66U7f" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Remove token" %}
**Step 3**: Go back to the Manage tokens screen and re-find your token. Disable the toggle on the right-hand side of the token. You will need to do this first in order to remove the token.

<figure><img src="/files/2HdJm7Z4NxhDwvi00bXt" alt=""><figcaption></figcaption></figure>

**Step 4**: Select the <img src="/files/V4Vmz0ex5CQZgl3Yxdpv" alt="" data-size="line"> icon at the top right corner of your screen.

<figure><img src="/files/lFKVuNdC7I2o7kEWk1pO" alt=""><figcaption></figcaption></figure>

**Step 5**: A pop-up screen will appear. Choose "**Remove**" to confirm the removal.

<figure><img src="/files/uaXb6jueiyU9prHjEZ7y" alt=""><figcaption></figcaption></figure>

You've successfully removed the token! It won't be found in the token list anymore.

<figure><img src="/files/PoiwuwQjdOL5cQQ2G9jq" alt=""><figcaption></figcaption></figure>
{% 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://docs.subwallet.app/main/web-dashboard-user-guide/asset-and-address-management/customize-your-assets/import-and-manage-customized-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.
