> For the complete documentation index, see [llms.txt](https://support.backpack.exchange/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.backpack.exchange/support-docs/cn/qian-bao/wen-ti-pai-cha/yin-cang-dai-bi.md).

# 隐藏代币

## 隐藏垃圾代币

Solana 由于其低成本、高速度的特性，加上 cNFT（压缩NFT）的普及，用户经常收到大量垃圾NFT和代币，通过以下方法可高效管理。

***

### 1) 滑动到代币页面（Tokens）底部。

### &#x20;2) 点击“管理代币显示（Manage token display）”。

<div align="left"><figure><img src="https://cdn.prod.website-files.com/669641f210a1019f2d8231fa/66e0baf7e925107b2075a511_66e0bad9e925107b207581b3_hide_spam_tokens_backpack_wallet.png" alt="" width="375"><figcaption></figcaption></figure></div>

### 3) 通过开关（toggle）隐藏垃圾代币。

<div align="left"><figure><img src="https://cdn.prod.website-files.com/669641f210a1019f2d8231fa/66e0baf7e925107b2075a514_66e0bae8fea7c4038d082877_hide_spam_tokens_backpack_wallet2.png" alt="" width="375"><figcaption></figcaption></figure></div>


---

# 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://support.backpack.exchange/support-docs/cn/qian-bao/wen-ti-pai-cha/yin-cang-dai-bi.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.
