# 什么是私钥

钱包是密钥管理工具，用户用私钥来签名交易，从而证明该用户拥有交易的输出权，而输出的交易信息是存储在区块链中。

私钥非常重要，相当于现实中的银行卡密码。一旦泄漏，会直接造成数字资产的损失。所以请务必保管好私钥。


---

# 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/faq/multichain-wallet/private-key.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.
