> For the complete documentation index, see [llms.txt](https://docs.zenprotocol.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zenprotocol.com/apps/wallet/wallet-structure/onboarding/watch-mode.md).

# Watch Mode

The Watch Mode empowers users to import public addresses or a public key, enabling direct wallet observation without the need for private keys. Easily monitor your Zen Protocol wallet without using your passphrase.&#x20;

Additionally, when importing your wallet using either the public address or public key, you also have the ability to include the change address.

### Step by Step Guide

**Step 1: Click the ‘Watch only mode’ button**

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

**Step 2: Read and Confirm the Term and Conditions**

<figure><img src="/files/8A4JC3uvFMqifTZPS1yf" alt=""><figcaption></figcaption></figure>

**Step 3: Import your public address or public key**

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

**Step 4: Choose password**

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

**Step 5: Choose a Name**

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

**Step 6: Confirm Wallet Creation**

<figure><img src="/files/XHZjPwJIC0yMX33v6a4J" 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, and the optional `goal` query parameter:

```
GET https://docs.zenprotocol.com/apps/wallet/wallet-structure/onboarding/watch-mode.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.
