# Hide Tokens

By default, BONKbot displays all token balances in your wallet. However, you have the option to manually hide tokens to reduce clutter in your wallet and/or remove suspicious airdrops.

### Manage Tokens Menu:

The Manage Tokens menu displays a high level overview of your token balances and enables a few key actions for token management.

* Token Overview
  * SOL Balance
  * Number of unique tokens owned
    * Frozen tokens
    * Hidden tokens ([Minimum Position Value](/bonkbot/settings/minimum-position-value.md))
    * Hidden tokens (Manual)
  * Total token value (USD / SOL)
* Token Management&#x20;
  * Hide Tokens Below Min Pos Value
  * Manage Hidden
  * Swap and Burn (coming soon)

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

### Example Hiding Tokens with GIF:

To Hide and Manage tokens, follow these steps:

1. Open the **Sell & Manage** page from the BONKbot home menu
2. Flip through your positions and select the hyperlinked **Hide Token** button for any tokens that you would like to hide - you will receive a confirmation message for each successfully hidden token
3. Return to the home page and navigate to the Wallet menu
4. Select **Manage Tokens** from the Wallet menu
5. Select **Manage Hidden** from the Manage Tokens menu to view your hidden tokens and unhide them

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

### Example Updating Minimum Position Value with GIF:

As you may know, you can update [Minimum Position Value](/bonkbot/settings/minimum-position-value.md) from the BONKbot Settings page. You can also update this value directly from the Manage Tokens menu.&#x20;

In this example, the user starts with 2 manually hidden tokens and 0 hidden by Minimum Position Value. The user updates Min Pos Value from $1 to $40. Upon refreshing the Manage Tokens menu, two positions valued under $40 are now hidden.&#x20;

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


---

# 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.bonkbot.io/bonkbot/trading-basics/hide-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.
