# What is a seed phrase? How to store a seed phrase?

A **seed phrase** is a list of **12** or **24 words** used to restore access to your wallet and manage assets on it.

**Losing your seed phrase** means losing access to your wallet, so it's crucial to choose the best method for storing it.

## :closed\_lock\_with\_key: How to Store a Seed Phrase?

Here are several options:

{% hint style="danger" %}
**Screenshot or photo on the device you use to access your wallet**\
Not recommended—this is unsafe.
{% endhint %}

{% hint style="warning" %}
**Screenshot on a device you don't use to access your wallet**\
Slightly better, but still not perfect.
{% endhint %}

{% hint style="warning" %}
**Password management apps**\
Convenient, but you need to be extra cautious.
{% endhint %}

{% hint style="success" %}
**Store it on offline digital storage**\
Excellent. Encrypt the storage for extra security.
{% endhint %}

{% hint style="success" %}
**Write it down on paper**\
A good option if stored in a secure location.
{% endhint %}

Each method has its pros and cons. Keep in mind that devices with internet access can be hacked, and paper can be physically damaged.

We recommend periodically checking your seed phrase to ensure it's correctly written down and that you can always restore access to your wallet.

{% hint style="danger" %}
**Remember: Never share your seed phrase with anyone.**
{% endhint %}


---

# 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://help.mytonwallet.io/intro/security-and-access-recovery/what-is-a-seed-phrase-how-to-store-a-seed-phrase.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.
