> 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/lock-screen-and-reset.md).

# Lock screen & forgot password

Unlock with your password, or erase the device and restore from a backup.

## The lock screen

When the Vault locks, it shows **Unlock Vault**. Type your master password.

Three things lock it: the auto-lock delay, the red **Lock** slot at the right end of the bottom bar, and **Settings → Lock Application**.

<figure><img src="https://3674012151-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT2jyfPJ4rcVavAvTU9nL%2Fuploads%2Fgit-blob-cac7e59a567b831064944358447801b1eef63399%2F01-lock-screen.png?alt=media" alt="lock screen"><figcaption><p>The lock screen.</p></figcaption></figure>

{% hint style="warning" %}
**50 wrong passwords in a row erase the device.** This protects you if the Vault is stolen. Type carefully; the counter resets on a correct password.
{% endhint %}

## Forgot your password?

The Vault cannot recover it, because nothing on the device is readable without it. The only way forward is to **erase the device and restore** from your paper backup.

{% stepper %}
{% step %}

### Tap "Forgot password? Reset this device"

On the lock screen, tap the link. The screen **Reset this device** explains: *this permanently erases every account, key and setting stored on this device*.

<figure><img src="https://3674012151-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT2jyfPJ4rcVavAvTU9nL%2Fuploads%2Fgit-blob-95b385da6fe87212a1609f085fbf4f76de55afda%2F02-reset-warning.png?alt=media" alt="reset warning"><figcaption><p>The reset warning.</p></figcaption></figure>
{% endstep %}

{% step %}

### Tick the acknowledgement and tap "Erase everything"

Tick *I understand that all accounts on this device will be permanently erased*, then **Erase everything**. The Vault restarts empty. Create a new master password, then [import your secret phrase](/vault/add-an-account/import-a-secret-phrase.md) or [restore a QR backup](/vault/add-an-account/restore-a-qr-backup.md).

<figure><img src="https://3674012151-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT2jyfPJ4rcVavAvTU9nL%2Fuploads%2Fgit-blob-4d3070687f47a801082f0b342a79d20927c47d9f%2F03-reset-ack.png?alt=media" alt="reset ack"><figcaption><p>The acknowledgement and the erase button.</p></figcaption></figure>
{% endstep %}
{% endstepper %}

{% hint style="info" %}
**Your funds are not on the device.** They are on the blockchain, tied to your secret phrase. Erasing the Vault and restoring from paper gives you the exact same accounts.
{% endhint %}


---

# 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/lock-screen-and-reset.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.
