# The Locker

The Locker is a Web3 application that allows you to protect and backup any of your mnemonic seed passphrases (or any other secret text) directly on the blockchain confidentially and recover it whenever you need.

The idea is to able to recover your passphrases using a simple email. However, email alone is not very secured. So we added a social recovery mechanism that require you to have one or several people you trust to unlock your passphrases when you need to recover them.

To backup your mnemonic passphrase, you will need a single-use [Keplr wallet](https://www.keplr.app/), an email address and the wallet addresses of people you trust to hold the lock to your passphrase.

When you need top recover your passphrase, you will need yet another single-use Keplr wallet and ask your friends to transfer the lock back to your new wallet before recovering your passphrase with your email.

The mnemonic phrase is stored securely on the [Secret Network](https://scrt.network/), a privacy-preserving blockchain that encrypts input, output, and state of smart contracts in a way that it hides data even from the nodes on the network.

For an in-depth look at the security see the whitepaper here.


---

# Agent Instructions: 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:

```
GET https://prifi-labs.gitbook.io/the-locker/the-locker.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
