# How to Add or Remove Tokens?

### Add Tokens

{% tabs %}
{% tab title="Add Tokens (By Contract Address)" %}

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

Follow the steps below to add a custom token:

1. Tap a **network**
2. Tap the **“+” icon**
3. Tap **Add Unlisted Token**
4. Paste the **contract address** → Tap **Submit**
   {% endtab %}

{% tab title="Add Tokens (By Name)" %}

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

Follow the steps below to add a token:

1. Tap a **network** (e.g., ETH)
2. Tap the **“+” icon** (top right)
3. Search for the token
4. Tap the **“+” button**
   {% endtab %}
   {% endtabs %}

***

### Remove Tokens

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

Follow the steps below to remove a token:

1. Tap a **network**
2. Tap the **“+” icon**
3. Tap the **“–” button**

{% hint style="warning" %}
Managing tokens only affects what is displayed in the app. Your assets always remain safe on the blockchain.
{% endhint %}

***

#### FAQ

<details>

<summary><strong>Why are there multiple tokens with the same name?</strong></summary>

Anyone can create tokens on a blockchain. Always verify the official one.

</details>

<details>

<summary><strong>Why is my balance 0 after adding a token?</strong></summary>

* Incorrect contract address
* Wrong network

</details>

<details>

<summary><strong>Does removing a token affect my assets?</strong></summary>

No. It only hides the token from your wallet view.

</details>

<details>

<summary><strong>Why does adding an XRP token require a transaction?</strong></summary>

Adding certain tokens on the XRP network requires creating a **Trustline**, which triggers a small on-chain transaction and fee.

</details>


---

# 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://support.ellipal.com/docs/features-and-advanced-usage/device-usage-and-maintenance/how-to-add-or-remove-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.
