# 🔒 Wallet Protection

Before getting started, watch this short video to learn about your recovery phrase and how to keep your wallet safe.

{% embed url="<https://youtu.be/ilRnGDh1Va0>" %}

### What is a recovery phrase?&#x20;

Your recovery phrase is the “master key” to your wallet and funds.

### How do I save my recovery phrase?

* Save in a password manager
* Store in a bank vault.
* Store in a safe-deposit box.
* Write down and store in multiple secret places.

### Should I share my recovery phrase?&#x20;

Never, ever share your recovery phrase, even with MetaMask! If someone asks for your recovery phrase, they are most likely trying to scam you.


---

# 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://sweet-sol.gitbook.io/sweetsol-documentation/security/wallet-protection.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.
