> For the complete documentation index, see [llms.txt](https://help.tokenpocket.pro/cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.tokenpocket.pro/cn/faq/multichain-wallet/secret-recovery-phrase.md).

# 什么是助记词

助记词是存储恢复钱包所需的所有信息的单词列表。 钱包软件通常会生成一组助记词，并提示用户将其记录在纸上。如果用户的手机/计算机出现故障或硬盘驱动器损坏，可以再次下载相同的钱包软件，并导入助记词以恢复钱包。

注意：请妥善保管好助记词，千万不要将助记词泄露给其他人或保存在网络上，一旦丢失或泄露助记词，可能会导致您的资产损失，TP钱包也无法帮你找回钱包。


---

# 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://help.tokenpocket.pro/cn/faq/multichain-wallet/secret-recovery-phrase.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.
