> For the complete documentation index, see [llms.txt](https://docs.subwallet.app/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.subwallet.app/main/mobile-app-user-guide/asset-and-address-management/customize-your-assets/import-and-manage-customized-tokens.md).

# Import & manage customized tokens

### Import customized tokens <a href="#import-customized-tokens" id="import-customized-tokens"></a>

**Step 1**: On the SubWallet homepage, tap the list item at the top left of the screen to get to the Settings section.

<figure><img src="/files/mqxnVwnZNaccYDngtsvT" alt="" width="282"><figcaption></figcaption></figure>

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

<figure><img src="/files/WNkl0YcyGKhi76quf56C" alt="" width="282"><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/PqrPk1UCVizffN4rX0J0" alt="" width="282"><figcaption></figcaption></figure>

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

<figure><img src="/files/itmoKNSHOx1zJHgxJhmv" alt="" width="282"><figcaption></figcaption></figure>

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

<figure><img src="/files/MpAfwQVjdM2NjZoQNe3z" alt="" width="282"><figcaption></figcaption></figure>

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

<figure><img src="/files/aPhospDPa3S6mkFrQXOz" alt="" width="282"><figcaption></figcaption></figure>

### Manage your custom tokens <a href="#manage-your-custom-tokens" id="manage-your-custom-tokens"></a>

**Step 1**: On the SubWallet homepage, tap the list item at the top left of the screen to get to the Settings section.

<figure><img src="/files/QCOHS530vuwFb8fFSvjI" alt="" width="282"><figcaption></figcaption></figure>

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

<figure><img src="/files/oBl6394uYWf8Bvduu4kt" alt="" width="282"><figcaption></figcaption></figure>

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

<figure><img src="/files/EYwRIvfkaBym60uDXArJ" alt="" width="282"><figcaption></figcaption></figure>

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

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 hit "**Save**".

<div><figure><img src="/files/9UKFEdj08Kf3skazlCB7" alt="" width="282"><figcaption></figcaption></figure> <figure><img src="/files/nufpIOKWli41tZJgiqc9" alt="" width="282"><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/vpQ299CRdQMW7DNV80tw" alt="" width="282"><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Remove token" %}
**Step 4**: In the Token details screen, click the bin icon at the top right corner of the screen.

<figure><img src="/files/GsDndGe35IqGkUEcOYB2" alt="" width="282"><figcaption></figcaption></figure>

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

<figure><img src="/files/ubBFmKw7ow0bNluGpnqx" alt="" width="282"><figcaption></figcaption></figure>

**Step 6**: You have successfully removed your customized token!
{% endtab %}
{% endtabs %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.subwallet.app/main/mobile-app-user-guide/asset-and-address-management/customize-your-assets/import-and-manage-customized-tokens.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
