> For the complete documentation index, see [llms.txt](https://help.tpwallet.io/cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.tpwallet.io/cn/wallet-management/wallet/wallet-sync.md).

# 如何同步钱包？

钱包同步功能旨在帮助用户快速的将本网络钱包同步到其他网络，钱包同步过程均在本地进行，不会对资产安全造成影响。同步后，钱包名称和密码保持一致。例如，当你转账时使用错误的通道，便可使用该功能找回资产。

1、打开TokenPocket，在【资产】页面点击【详情】进入钱包同步页面（此处以币安智能链网络同步到火币生态链网络为例）；

![](/files/K4DxgvKl6tjRPBvkhECd)

2、进入钱包管理页面后，点击【钱包同步】；

![](/files/-Mag_faDhfO0JQ5XVl5b)

3、勾选需要同步的钱包后，点击【开始同步】即可完成同步功能。

![](/files/-Magar6gmVXTrZKxnz3c)

**注意：**&#x5982;您的钱包为HD钱包，在【资产】页面点击【详情】进入钱包同步页面。

![](/files/-MdFold38uAvK9qkKf6n)


---

# 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.tpwallet.io/cn/wallet-management/wallet/wallet-sync.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.
