# 方法1：钱包同步找回

### <mark style="color:orange;">案例解析：</mark> <a href="#id-0" id="id-0"></a>

小韩从交易所提取代币到以太坊钱包，因为错误的选择了BSC提币网络导致无法到账。通过交易所提币历史记录中可以看出，当前的提币状态已完成，并且通过区块链浏览器查询到同样的已完成的结果。

那么小韩的资产会因此丢失吗？

<figure><img src="https://261497644-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MMF2k4MCaxErpZyah2d%2Fuploads%2FWKCRBmRpJSDzdiTDQ4qF%2F1.png?alt=media&#x26;token=05976e2b-8a2d-4417-85ea-adf4f5eaf90d" alt=""><figcaption></figcaption></figure>

### <mark style="color:orange;">资产找回原理：</mark> <a href="#id-1" id="id-1"></a>

资产可以找回，依托于此类公链都属于EVM公链，它是以太坊虚拟机链的简称，是与以太坊虚拟机（EVM）兼容的区块链网络，如以太坊、BNB Chain、Polygon、Arbitrum等公链。这类公链的特点就是地址、密钥都是可以公用的，但是代币无法互通。基于EVM网络的特点，我们可以通过钱包同步或密钥导入的方式来找回资产，前提是这个提币的收款地址属于你自己控制。

### <mark style="color:orange;">钱包同步方式找回：</mark> <a href="#id-2" id="id-2"></a>

[**点击这里**](https://tp-lab.tokenpocket.pro/AssetsFind/index.html?locale=zh#/)**跳转到引导找回链接。**

1、引导方式（钱包同步）找回是TokenPocket专门为用户开发的一款指引找回工具。只需要根据自己的操作条件来选择相关内容，例如下图中填入查询条件后点击查询，得知资产提取到了BSC公链中。

<figure><img src="https://261497644-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MMF2k4MCaxErpZyah2d%2Fuploads%2FpjMMsxSxAJHhTAK3682A%2F2.png?alt=media&#x26;token=f1cbd492-4905-4581-80db-cdc9b114e80e" alt=""><figcaption></figcaption></figure>

2、打开原打算收款的钱包，点击卡片右上角的【详情】，在详情界面中选择【钱包同步】。

<figure><img src="https://261497644-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MMF2k4MCaxErpZyah2d%2Fuploads%2FswnO3qJumvFc9nmnoYiy%2F3.png?alt=media&#x26;token=0deb184e-2bc4-451a-80d5-7e090101fa63" alt=""><figcaption></figcaption></figure>

3、在钱包同步界面中选择引导工具查询到的BSC（币安智能链）并点击【开始同步】，同步完成后返回到钱包资产界面，然后切换到BSC公链，并选中完成钱包同步的相同地址，就可以顺利找回资产。

<figure><img src="https://261497644-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MMF2k4MCaxErpZyah2d%2Fuploads%2Fy5yC59hXITB7wrr23Quu%2F4.png?alt=media&#x26;token=d7c6ff9e-d6b9-4d20-986b-2b899b8eb3c6" alt=""><figcaption></figcaption></figure>


---

# 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/transfer-tutorial/about-public-chain-transfer/wallet-sync.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.
