# 什么是热钱包

**热钱包**（Hot Wallet），与冷钱包相对应，也称**在线钱包**或者**联网钱包**（Online Wallet），区块链钱包种类之一。因其联网特性，操作中可能会受到一些病毒或脚本等不安全因素的干扰导致资产处于风险之中，因此安全性比冷钱包低，但比冷钱包更便利。

在使用热钱包过程中一定要注意对一些三方链接的访问和授权，因为恶意的链接骗取用户的授权后会直接导致资产的丢失，所以做好对[<mark style="color:blue;">**常见诈骗案例**</mark>](/cn/security-knowledge/fraud-cases.md)的阅读和掌握对于资产的安全有很大的帮助。


---

# 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/hot-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.
