# 什么是去中心化钱包

相对于私钥掌握在第三方服务商手中的中心化钱包（交易所），**去中心化钱包**的私钥则由用户自己保存，资产存储在区块链上，用户是真正的数字货币的持有者，钱包只是帮助用户管理链上资产和读取区块链数据的一个工具，所以也就无法控制、窃取、转移你的资产。

因此去中心化的钱包很难被黑客集中攻击，用户也不必担心钱包服务商的自我窃取或者跑路，因为只要创建钱包的时候自己把私钥保管好，您的资产依然在链上，换个钱包一样可以显示出来的。

**注意**：去中心化钱包一旦丢失、被盗，在没有备份私钥或助记词的情况下是无法找回的，因此一定要安全、正确的备份您的私钥。


---

# 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/the-basics/what-is-a-decentralized-wallet.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.
