> For the complete documentation index, see [llms.txt](https://atomwallets.gitbook.io/atomwallets-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://atomwallets.gitbook.io/atomwallets-docs/backup-seed-phrase.md).

# Backup seed phrase

Your seed phrase (recovery phrase) is the master key to your wallet. If you lose your phone or uninstall the app, your seed phrase is the only way to recover your funds.

{% hint style="danger" %}
**Your seed phrase is the ONLY way to recover your wallet.** If you lose it, your funds are gone forever. No one, including Atom Wallets, can recover it for you.
{% endhint %}

## Step 1: Open the Backup Prompt

After creating your wallet, Atom Wallets will show a **"Backup Required"** prompt on your home screen. Tap **"Backup Now"** to begin.

<figure><img src="/files/be6debcc1ab938000dee8857cf7eb241b2e9d953" alt="Backup required"><figcaption><p>The app prompts you to backup your recovery phrase</p></figcaption></figure>

You can also access the backup option later from **Hub > Security Settings**.

## Step 2: Accept the Security Warnings

Check both security warning boxes:

* **"Atom Wallets does not have access to this key"** â€” Your seed phrase is stored only on your device.
* **"Don't save this in any digital format"** â€” Never screenshot, email, or save your seed phrase digitally.

Then tap **"Continue"**.

<figure><img src="/files/61ef5b7fc161a57a5bda85afa8a1b9b1f196f5de" alt="Disclaimers unchecked"><figcaption><p>Read both security warnings carefully</p></figcaption></figure>

<figure><img src="/files/59b56a670147f945662adf042a79b47c884b6c41" alt="Disclaimers checked"><figcaption><p>Check both boxes to enable the Continue button</p></figcaption></figure>

## Step 3: Write Down Your Seed Phrase

The app displays your **12-word seed phrase**.

{% hint style="success" %}
**Security Feature:** The seed phrase screen cannot be captured by screenshots or screen recordings. This is an intentional security feature built into Atom Wallets to prevent your seed phrase from being accidentally or maliciously captured.
{% endhint %}

<figure><img src="/files/9507177cb7d6b26aa7b8de2f31466603795a6c77" alt="Protected screen"><figcaption><p>The seed phrase screen is protected from screenshots</p></figcaption></figure>

**What to do:**

1. Get a pen and paper (physical paper, not digital)
2. Write down all 12 words in the exact order shown
3. Double-check each word for spelling
4. Verify the order is correct
5. Store the paper in a safe, secure location

## Seed Phrase Safety Rules

{% hint style="warning" %}

* **NEVER** share your seed phrase with anyone. Atom Wallets staff will never ask for it.
* **NEVER** store it digitally (no screenshots, no notes app, no cloud storage, no email).
* **NEVER** enter it on any website. Phishing sites will try to steal it.
* **DO** write it on paper and store in a safe or secure location.
* **DO** consider making a second copy stored in a different location.
* **DO** consider using a metal backup plate for fire and water resistance.
  {% 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:

```
GET https://atomwallets.gitbook.io/atomwallets-docs/backup-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.
