# 假钱包处理方案

### <mark style="color:blue;">什么是假钱包</mark> <a href="#id-0" id="id-0"></a>

假钱包，即非官方发布的版本，通常是利用官方版本的APK进行反编译，加入了可以获取私钥助记词的设置，当用户下载假钱包安装和导入私钥或助记词后，这部分私钥或助记词会自动同步到盗币者的服务器中，对方可以轻松进行监控或转移资产。

### <mark style="color:blue;">假钱包的危害</mark> <a href="#id-1" id="id-1"></a>

假钱包会对导入或创建地址的私钥或助记词进行盗取并进行监控，如果发现大额的资产到账，就会自动进行盗取；如果是波场钱包，则会自动转入100trx并执行恶意多签。如果使用使用假钱包导入或生成过的地址在正版钱包中继续使用，那么最终还是会被盗取资产。

### <mark style="color:blue;">假钱包处理方案</mark> <a href="#id-2" id="id-2"></a>

1、通过[官网](https://help.tokenpocket.pro/cn/security-knowledge/protective-measures/www.tokenpocket.pro)或者Google Play等官方渠道下载正版软件并创建钱包；

2、迅速转移曾使用过假钱包创建或导入钱包中的资产，因为小额度的操作并不会被直接盗取；

3、废弃所有使用过假钱包的钱包地址；


---

# 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/security-knowledge/protective-measures/solution.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.
