> For the complete documentation index, see [llms.txt](https://docs.saros.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.saros.xyz/saros-mobile-app/extension/how-to-manage-tokens.md).

# How to manage tokens

## How to hide/show tokens?

**Step 1:** On the home screen, click the custom icon

<figure><img src="https://lh7-us.googleusercontent.com/kLY51yjAKE1OEys_IgR8i-obo3Li7RQo5vALTAPav8LQ4LLo46GPRrWS954oaifFNaeyVp57cv1B9P7bYAR3yYMz6zVmWTLeXISuJE9UWJVb7rIh5eeFOebeyY0zTclCSQ7JqNJMzNSluOYdEociF3Q" alt="" width="375"><figcaption></figcaption></figure>

**Step 2**: Toggle on/off the button next to the token if you want to show/hide the token.

{% hint style="success" %}
You can click **Hide All** to hide all the tokens or **Show All** to show all the tokens.
{% endhint %}

After hiding a token, it will not be displayed on the main Wallet screen.

<figure><img src="https://lh7-us.googleusercontent.com/MapCdBc_twibgSFO0sDpnNTMxUkP6CI0SmOnfvfkieKX4EoTcPjebch1-edGYn3INANUC2F_8Ao6SflpUVISgOb_cs4gXtxZAtRQ9hzSc-ZkGkHWCMGmPZcOICokF7zETU8GoZzNYQLG_v2Xewc7BIs" alt="" width="375"><figcaption></figcaption></figure>

## How to remove a token?

{% hint style="warning" %}
**Note:** This feature only allows deleting custom tokens
{% endhint %}

You can remove a custom token by following the steps below:

**Step 1:** On the home screen, click the custom icon

<figure><img src="https://lh7-us.googleusercontent.com/MQ56t9PAsfZwr366tV3VewHjk7nm_A5659SKIVm2bU22cBmdaoqPZwMgD34WVl0BA8RiGM35oljfsub0lnplpTDjOjDJq6Kne4_YWWqQxLrYMk_hDCgPVPdoexoGHFkDbDZs8qlgM2BGzpshjlQvlY8" alt="" width="375"><figcaption></figcaption></figure>

**Step 2:** Click **X** icon on the left corner of the token logo to remove a custom token.

After removing a custom token, it will not be displayed in the Manage Tokens screen.

<figure><img src="https://lh7-us.googleusercontent.com/0HYOHkjG3BOtBsH-nubm714ESQ21hDZHphKyebzqIaMsKsVhFWImlYMcqGDgAQNmsmBgjkCsI3f9R6l1Jnb_5sOM9PSypIwvJLE7IoH6KYORxQppkpHU9fWtS3Jz_reHODdeN73mULlmtwjnfSbup-s" alt="" width="375"><figcaption></figcaption></figure>


---

# 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.saros.xyz/saros-mobile-app/extension/how-to-manage-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.
