> 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/account-detail.md).

# Account detail

Everything you can do with one account.

Tap an account card to open it. The page has three parts: the account header with its **Extension Sync** card, **Addresses**, and **Actions**.

## What you need

* The Vault, unlocked.

{% stepper %}
{% step %}

### The header and the sync card

The header shows the account's name, its kind (*Recovery phrase account*, *Imported private key*, *Single-network key*) and its main address. Right under it, a violet card: **Extension Sync**, *Send this account's public addresses to the extension.* Tap it and the sync QR for this account is built straight away, no picker.

<figure><img src="https://3674012151-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT2jyfPJ4rcVavAvTU9nL%2Fuploads%2Fgit-blob-1a09a5b78010612f31f83c49b906149223cc227d%2F05-sync-card.png?alt=media" alt="sync card"><figcaption><p>The account header and its Extension Sync card.</p></figcaption></figure>

<figure><img src="https://3674012151-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT2jyfPJ4rcVavAvTU9nL%2Fuploads%2Fgit-blob-2cfc412db18416dc6556f2af6ffcef880286ddfa%2F04-sync-from-account.png?alt=media" alt="sync from account"><figcaption><p>Extension Sync from the account page: the QR appears at once.</p></figcaption></figure>
{% endstep %}

{% step %}

### The Addresses list

One row per chain, each with the chain's logo, the address and its derivation path. Next to each row: **Copy**, **Receive** (its QR) and **Export private key**. A recovery phrase account adds **Bitcoin watch-only (Sparrow / Nunchuk)** under the Bitcoin rows. See [Your addresses](/vault/your-addresses.md).
{% endstep %}

{% step %}

### The Actions list

Under **Actions** you will find:

* **Show addresses**: derive and list the addresses (password required once).
* **Recovery phrase (Mnemonic)**: reveal the 12/24 words (*Password required at every reveal*).
* **Export as encrypted QR**: *Password-protected QR for backup or transfer.* Goes straight to the export with this account already selected.
* **Verify**: *Compare this address on another device*, group by group.
* **Remove**: *Removes this account from this vault* (password required).

<figure><img src="https://3674012151-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT2jyfPJ4rcVavAvTU9nL%2Fuploads%2Fgit-blob-aa3c033d8092ed338ed2fb469f27eaca4c7cb237%2F01-detail-actions.png?alt=media" alt="detail actions"><figcaption><p>One account: its addresses, then its actions.</p></figcaption></figure>
{% endstep %}

{% step %}

### Show the secret phrase

Tap **Show secret phrase** and enter your master password. The words appear under **Sensitive Information**. Use this to rewrite a lost paper backup, then tap **Close**. Never take a screenshot.

<figure><img src="https://3674012151-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT2jyfPJ4rcVavAvTU9nL%2Fuploads%2Fgit-blob-6cb6c53228d448720543176cdc3d3a870b5e5cde%2F02-show-addresses.png?alt=media" alt="show addresses"><figcaption><p>The secret phrase, shown only after the password.</p></figcaption></figure>
{% endstep %}

{% step %}

### Remove an account

Tap **Remove**. The Vault asks for your master password under **Confirm Account Removal**. Removing deletes the keys from this device; you can only get the account back from its secret phrase, its private key or a QR backup.

<figure><img src="https://3674012151-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT2jyfPJ4rcVavAvTU9nL%2Fuploads%2Fgit-blob-cfb04270e9ace321c1a44f714cf5bd86e9ef1977%2F03-remove-account.png?alt=media" alt="remove account"><figcaption><p>Removal asks for the password, then the account is gone from this device.</p></figcaption></figure>
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
**Removing an account does not empty it.** The funds stay on the blockchain, tied to the same keys. Make sure you have the paper backup *before* you remove.
{% endhint %}

## Learn more

* [Your addresses](/vault/your-addresses.md)
* [Sync with the browser extension](/vault/sync-with-the-extension.md)
* [Export a private key](/vault/export-a-private-key.md)
* [Verify an address](/vault/verify-an-address.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/account-detail.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.
