# 关于子钱包

子钱包是通过同一个助记词，根据不同路径生成的私钥，因此助记词非常重要，一旦丢失，所有子钱包都无法恢复。即通过修改 m/44’/60’/0’/0/X中最后一位X，确定不同路劲，生成不同的私钥。比如序号6的子钱包，则其路径为 m/44’/60’/0’/0/6; 您可以在导入钱包的时候自定义路径进行恢复，也可以通过添加子钱包的形式进行恢复，当前子钱包仅会以序号递增的形式添加钱包。遇到已存在的子钱包，则会跳过生成下一个序号的钱包。


---

# 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://help.tokenpocket.pro/cn/faq/multichain-wallet/sub-wallets.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.
