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

# Welcome

Keep your crypto keys in a safe that never goes online, and still use them from your browser.

**Locker Protocol** is two apps that work as a team:

* **Locker Vault** — the *safe*. A free app you install on an old phone or tablet that you keep offline **forever**. It holds your keys and signs things by showing QR codes.
* **Locker Protocol Wallet** — the *window*. A browser extension that replaces MetaMask. It holds **no keys**. It only shows you what is happening and passes QR codes back and forth with the Vault.

Think of it like this: *the key to your house never leaves the house. When something needs signing, you slide a piece of paper under the door, and the signed paper comes back the same way.*

<figure><img src="https://3674012151-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT2jyfPJ4rcVavAvTU9nL%2Fuploads%2Fgit-blob-edd973006d760d7c280723ee93faf67875f98b32%2Fsafe-and-window.svg?alt=media" alt="The Vault (safe, offline) and the extension (window, online) exchange QR codes"><figcaption><p>The Vault never touches the internet. The extension never touches your keys.</p></figcaption></figure>

## Where to start

{% content-ref url="/pages/5SCdmRHuxQORemApyX2T" %}
[Set up in 3 steps](/start-here/set-up-in-3-steps.md)
{% endcontent-ref %}

{% content-ref url="/pages/UBiUDEz2tOhijKhNqrx2" %}
[How it works in 60 seconds](/start-here/how-it-works.md)
{% endcontent-ref %}

{% content-ref url="/pages/gQh8TZzFPw6aAxX0FRdE" %}
[Safety rules](/start-here/safety-rules.md)
{% endcontent-ref %}

## The two apps

|                       | Locker Vault                                                 | Locker Protocol Wallet                             |
| --------------------- | ------------------------------------------------------------ | -------------------------------------------------- |
| Where                 | A dedicated phone or tablet, **offline**                     | Chrome, Edge, Firefox, Safari                      |
| Holds your keys       | **Yes**                                                      | **Never**                                          |
| Talks to the internet | **Never**                                                    | Yes (balances, prices, sending)                    |
| Get it                | [vault.lockerprotocol.com](https://vault.lockerprotocol.com) | Browser store                                      |
| Docs                  | [Locker Vault](/vault/install.md)                            | [Browser extension](/browser-extension/install.md) |

Need help? Join the [Discord](https://discord.gg/tcNRmMTHp5).


---

# 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/readme.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.
