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

# 什么是去中心化钱包

去中心化钱包，也称为**自托管钱包**，是一种由用户自行掌控私钥和资产访问权限的区块链钱包。

相较于交易所等由平台托管账户和资产管理权限的中心化服务，去中心化钱包通过密码学技术，让用户自行保管助记词或私钥，从而掌控链上资产。

用户可以通过去中心化钱包查看和管理资产、发起转账、进行链上交易，以及连接 DApp 等区块链应用。

### <mark style="color:blue;">一、基本原理</mark>

在区块链网络中，资产并不是存储在某个公司或钱包 App 中，而是记录在区块链上的地址或智能合约中。

使用去中心化钱包时，有几个重要概念：

* **钱包地址**：类似银行卡账号，是公开的信息，可用于接收链上资产。
* **私钥和助记词**：类似银行卡叠加对应密码的存在，是控制钱包地址资产的核心凭证。用户需妥善离线备份和保管。
* **钱包 App**：用户访问区块链世界的工具，用于管理地址、展示资产、发起交易和完成签名。

当用户发起转账、授权或其他链上操作时，钱包会使用对应私钥完成数字签名。区块链验证签名有效后，交易才会被确认并记录在链上。

> 因此，真正决定资产控制权的不是钱包 App，而是私钥。

### <mark style="color:blue;">二、去中心化钱包和中心化平台有什么区别？</mark>

中心化平台通常由平台管理用户账户，并负责保管资产管理权限和相关密钥。

去中心化钱包则由用户自行保管助记词或私钥，并自主发起链上交易和授权。

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

### <mark style="color:blue;">三、常见问题</mark>

#### 1. 资产由钱包平台保管吗？

不是。去中心化钱包通常不保管用户私钥和链上资产。资产记录在区块链上，并由私钥控制。

#### 2. 资产被转走或损失后，可以找钱包平台追回或赔付吗？

通常不能。由于钱包平台不掌控用户私钥，也无法修改区块链记录，因此用户需要自行确认并承担转账、授权等链上操作带来的风险。

#### 3. 助记词或私钥丢失，可以找钱包平台恢复吗？

不能。助记词和私钥由用户自行保管，钱包服务方通常无法获取，因此也无法帮助恢复。丢失后，用户可能永久失去对应地址资产的访问权限。

#### 4. 使用钱包访问 DApp 或 DEX 造成损失，钱包平台负责吗？

通常不承担责任。去中心化钱包主要提供地址管理和交易签名工具。用户与第三方 DApp、DEX 或智能合约的交互由用户自主发起，相关风险通常需要用户自行承担。

### <mark style="color:blue;">四、使用去中心化钱包的基本安全原则</mark>

#### 1. 妥善离线保存助记词和私钥

不要截图、上传云端或发送给任何人。任何获取助记词或私钥的人，都可以控制对应地址中的资产。

#### 2. 通过官方渠道下载钱包

避免下载来源不明的钱包 App，谨防假钱包、仿冒网站或钓鱼链接。

#### 3. 谨慎确认授权和签名

不要随意确认不了解的交易、授权或消息签名，避免遭遇恶意授权或钓鱼攻击。

#### 4. 持续学习链上安全知识

了解常见诈骗手法和风险场景，提高安全意识。

安全指南：[TokenPocket 安全知识](https://www.tokenpocket.pro/zh/safety-tips)

#### 5. 为重要资产增加额外保护

大额或长期持有的资产，可考虑使用硬件钱包、多签钱包等方式提高安全等级。

### <mark style="color:blue;">总结</mark>

去中心化钱包的本质，是在用户实现资产自托管的前提下，帮助用户管理资产、访问区块链网络和使用链上应用的工具。

它让用户无需依赖第三方机构即可掌控资产，同时也意味着用户需要自行保管助记词和私钥，并对自己的链上操作负责。


---

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