# 如何使用离线冷钱包

什么是冷钱包？

* 冷钱包也称离线钱包，私钥信息永不接触互联网，有效保证资产安全。
* 冷钱包和观察钱包运用二维码通信，私钥永不触网，有效防止黑客窃取。

需要准备什么？

* 一个EOS账号
* 一部联网的手机
* 一部离线的手机

步骤简述：

1. 在离线手机导入冷钱包（需要私钥）。
2. 在联网手机导入观察钱包（无需私钥）。
3. 通过冷钱包的授权在观察钱包上进行相关操作。

具体操作：

* 导入冷钱包：离线状态下，选择\[导入钱包] > \[冷钱包] 进行导入。
* 导入观察钱包：联网状态下，选择\[导入钱包] > \[观察钱包] 进行导入。

使用场景：

（一）在观察钱包上通过冷钱包的授权进行转账

1. 打开观察钱包，在\[资产] 首页点击 \[转账]，填完所需信息后，点击确认，生成冷钱包授权二维码。
2. 打开冷钱包，在\[资产] 首页点击 \[扫码签名] 按钮，进行扫码授权。
3. 识别观察钱包二维码后，冷钱包生成一个新二维码。
4. 最后成功在观察钱包扫码识别冷钱包二维码完成转账操作。

（二）在观察钱包上使用DApp

1. 在观察钱包上进入任意DApp如 \[糖果抓手] ，选择其中一个糖果，点 \[AirGrab] > \[确认] ，生成冷钱包授权二维码。
2. 打开冷钱包，在\[资产] 首页点击 \[扫一扫] 按钮，进行扫码授权。
3. 最后成功在观察钱包上使用DApp。

备注：

* 通过冷钱包和观察钱包的配合使用，所有常规钱包下的操作都能实现。
* 除下载/更新TP钱包时需要联网，装载冷钱包的手机应始终保持离线状态。


---

# 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.tpwallet.io/cn/faq/multichain-wallet/coldwallet.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.
