> For the complete documentation index, see [llms.txt](https://help.tokenpocket.pro/en/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/en/wallet-management/wallet-management/how-to-use-watch-wallet-and-cold-wallet.md).

# How to use Watch Wallet and Cold Wallet?

**What is Watch Wallet?**

Watch Wallet is mainly used to observe the assets of the target wallet, it can also complete the transfer operation by communicatings with Cold Wallet.

**What is Cold Wallet?**

Cold Wallet is also called "offline wallet", it communicates with Watch Wallet through QR Code, keys never connect to the net, which can effectively prevent hackers from stealing.

**Why Watch Wallet can’t finish the transfer operation?**

<mark style="color:red;">\*Watch Wallet is essentially a blockchain explorer that observes the assets of a specific address.</mark>

Users can have a convenient experience by entering the public key or wallet address. You can view the assets and transfer records of the Watch Wallet.

We will use the password and private key to complete the operations like transfer or trade when we create/import the wallet. Thus Watch Wallet cannot directly perform on-chain operations such as transfers. If you need to transfer, you can import the private key or secret recovery phrase into the wallet or use it with a cold wallet for approval.

## <mark style="color:orange;">Mobile Wallet Guide</mark>

**How to import Watch Wallet?**

1. Cl**i**ck \[+], click \[Import wallet], choose \[Watch Wallet];

![](/files/le6tQzoXQPGVBnN2wVzV)

2\. Enter the public key or wallet address, click \[Import wallet]. At this point, you have imported the Watch Wallet successfully.

![](/files/6gBFwRW9e2MaJKrevqkk)

<mark style="color:orange;">Tips: To distinguish the Watch Wallet, we will display the gray assets interface. You can distinguish the Watch Wallet quickly when consulting or solving problems.</mark>

**How to use Watch Wallet by communicating with Cold Wallet for transfer?**

Click \[Transfer], enter the receiving address and transfer amount, click \[Confirm], click \[Confirm Payment]. Since the Watch Wallet transfer needs to use the corresponding Cold Wallet scan the QR Code, you need to scan with your Cold Wallet.

![](/files/xShoUduzj5yjBwzREar3)

**What to do if you don’t have a cold wallet to scan the code?**

<mark style="color:orange;">Method 1: Import Cold Wallet.</mark>

Click \[Import Wallet], click \[Cold Wallet], you can import by entering secret recovery phrase or private key. After you imported successfully, you can click \[Scan to sign] to sign in Watch Wallet to transfer.

![](/files/kRba6yoauSl9Ij93J43j)

<mark style="color:red;">**Attention: Please use the cold wallet offline.**</mark>

<mark style="color:orange;">Method 2: Import your wallet through secret recovery phrase and complete your transfer operation.</mark>

![](/files/mdREWohLWoUQzktn79FB)

## <mark style="color:orange;">Chrome Extension Wallet Guide</mark>

TokenPocket Chrome Extension: <https://extension.tokenpocket.pro/#/>

**How to import Watch Wallet?**

1. Click the upper right corner to access to the account setting page, click \[Import Wallet].

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

2. Select \[Watch Wallet], enter the watch wallet you want, and click \[Import].

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

**How to use Chrome Watch Wallet by communicating with Mobile Cold Wallet for transfer?**

Execute a transfer operation by clicking the \[Send] button, confirm the transaction details then click \[Next] and \[Confirm]. There will be a pop-up window to inform you to scan by cold wallet and sign. You need to use your cold wallet to scan it and sign the transaction.

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


---

# 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:

```
GET https://help.tokenpocket.pro/en/wallet-management/wallet-management/how-to-use-watch-wallet-and-cold-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.
