> 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/wallet-management/wallet/wallet-sync.md).

# EVM 转错链怎么办？

不同公链之间的资产不能通过普通转账直接互转。即使 BNB Chain、Ethereum、Polygon 等 EVM 网络的钱包地址字符完全相同，它们仍是彼此独立的网络。

假设你原本想把资产转入 BNB Chain 钱包，却在从 Polygon 地址发起转账。那么交易成功后，资产不会显示在BNB Chain 钱包中，而是保存在相同地址对应的 Polygon 网络上。

**如果该收款地址的私钥由你本人控制**，可以使用 TokenPocket 的「钱包同步」功能，在 BNB Chain 网络中同步出相同地址的 Polygon 钱包，快速找回资产。

> **如果资产转入交易所或第三方平台地址，请联系对应平台客服。**

### 第一步：进入钱包同步

确认交易实际使用的是 Polygon 网络。随后打开 TokenPocket，在「资产」页面进入当前钱包详情，然后选择「钱包同步」。

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

### 第二步：选择实际到账网络，并开始同步

在钱包网络列表中勾选实际到账网络，然后点击「开始同步」。\
同步完成后，切换至对应网络的钱包即可查看误转入的资产。如果资产没有自动显示，添加该资产在这条网络上的合约地址后，即可查看。

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

### 注意事项

* 只有收款地址由你本人控制时，才能使用此方法。
* **如果资产转入交易所或第三方平台地址，请联系对应平台客服**。
* 钱包同步不等于跨链，只是让你访问同一地址在其他 EVM 网络上的资产。若需将资产转回其他网络，应使用支持该资产和网络的正规跨链桥或交易平台。
* 请勿向任何人透露助记词、私钥或钱包密码。


---

# 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/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.
