> For the complete documentation index, see [llms.txt](https://doc.lockerprotocol.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.lockerprotocol.com/vault/bitcoin-watch-only.md).

# Bitcoin watch-only (Sparrow / Nunchuk)

Watch your Bitcoin from a desktop wallet without moving the keys.

Desktop Bitcoin wallets like Sparrow and Nunchuk can *watch* an account when you give them its public keys (a *descriptor*). They build transactions; the Vault signs them by QR. No key leaves the Vault.

## What you need

* The Vault, unlocked, with a recovery phrase account.
* Sparrow or Nunchuk on your computer.

{% stepper %}
{% step %}

### Tap "Bitcoin watch-only" on the account page

The Vault shows the descriptor as a QR, and as text you can copy. It contains **public keys only**.

<figure><img src="https://3674012151-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT2jyfPJ4rcVavAvTU9nL%2Fuploads%2Fgit-blob-fccac1c647fa653b88ff9a1b67693a53ef9a0305%2F01-descriptor-qr.png?alt=media" alt="descriptor qr"><figcaption><p>The descriptor QR, public keys only.</p></figcaption></figure>
{% endstep %}

{% step %}

### Import it in the desktop wallet

In Sparrow: **File → New Wallet → Airgapped Hardware Wallet → Scan QR**, and point the webcam at the Vault. The wallet now shows your Bitcoin balance and can prepare transactions. To send, it displays a PSBT QR that you sign on the Vault's **Sign** tab, then scan the result back.
{% endstep %}
{% endstepper %}

## Learn more

* [Bitcoin review screen](/vault/sign-a-transaction/bitcoin.md)


---

# 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://doc.lockerprotocol.com/vault/bitcoin-watch-only.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.
