# Import & manage customized tokens

### Import customized tokens

**Step 1**: Open the SubWallet extension and click on the <img src="/files/Fa0WkuZAMjnP5zVvAdmq" alt="" data-size="line"> icon at the top left corner to get to the Settings section.

<figure><img src="/files/w3dKTyOMwUYjona9127N" alt="" width="363"><figcaption></figcaption></figure>

**Step 2**: In the Settings screen, choose "**Manage tokens**".

<figure><img src="/files/CkonsJbKJnHcAzPvCVFj" alt="" width="363"><figcaption></figcaption></figure>

**Step 3**: In the token list, click the "**+**" icon at the top right of the screen to add your customized tokens.

<figure><img src="/files/c7WChDnjghiLhqtBXOTd" alt="" width="363"><figcaption></figcaption></figure>

**Step 4**: Enter the required information.&#x20;

<figure><img src="/files/rCsfPpgEaqpcK0ZPsHPz" alt="" width="363"><figcaption></figcaption></figure>

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

<figure><img src="/files/FIeYhnO6sYUC2p6dsWS1" alt="" width="363"><figcaption></figcaption></figure>

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

<figure><img src="/files/b5XfCpXu7MHUj9WL79DV" alt="" width="363"><figcaption></figcaption></figure>

### Manage your custom tokens

**Step 1**: Open the SubWallet extension and click on the list item at the top left of the screen to get to the Settings section.

<figure><img src="/files/omzNYFu3fR3BygoqJuaE" alt="" width="363"><figcaption></figcaption></figure>

**Step 2**: In the Settings screen, choose "**Manage tokens**".

<figure><img src="/files/nG8Dgp2IiqrMS88S4Be4" alt="" width="363"><figcaption></figcaption></figure>

**Step 3**: In the token list, search for your customized token. Once found, click the pencil icon on the right-hand side of the token.

{% hint style="info" %}
You can also click on the fader icon in the search bar, then select "**Custom tokens**" to filter the customized tokens from the initial list.
{% endhint %}

<figure><img src="/files/1kFLlLX8XygSJvHiRL64" alt="" width="363"><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 4**: In the Token details screen, scroll down to see the "**Price ID**" field. Paste the API ID of your tokens (taken from Coingecko) and click "**Save**".

<div><figure><img src="/files/o5Zv2Q05b9aqXtG3xkdy" alt="" width="363"><figcaption></figcaption></figure> <figure><img src="/files/O56KCKuEiP5sXQrezI7T" alt="" width="363"><figcaption></figcaption></figure></div>

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

<figure><img src="/files/rkbJarQ7IprKXKG9pRmR" alt="" width="363"><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Remove token" %}

{% 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/extension-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.
