# Verify the Seed Phrase

<figure><img src="/files/gurDr8MXY2ZTJeiNNVXv" alt=""><figcaption></figcaption></figure>

Follow the steps below to verify your seed phrase:

1. Open the **account list**
2. Tap the **account name** at the top
3. Tap the **three-dot menu** next to the account
4. Tap **Verify Seed Phrase**
5. Enter your seed phrase, then tap **Verify**

> :warning:Verify Seed Phrase is used to check whether your backup is correct. It does not create or change your wallet.

{% hint style="warning" %}

#### Notes

* Make sure you enter the seed phrase in the correct order
* Never share your seed phrase with anyone
* Only enter your seed phrase on your trusted ELLIPAL device
* If the verification is successful, your backup is correct
  {% endhint %}

***

#### FAQ

<details>

<summary><strong>What is Verify Seed Phrase used for?</strong></summary>

It helps confirm that the seed phrase you backed up matches the wallet on your device.

</details>

<details>

<summary><strong>Does Verify Seed Phrase change my wallet?</strong></summary>

No. It only checks whether the entered seed phrase is correct.

</details>

<details>

<summary><strong>What happens if the verification fails?</strong></summary>

Please check the word order and spelling, then try again.

</details>

<details>

<summary><strong>Can I verify my seed phrase in the app?</strong></summary>

No. Seed phrase verification should only be done on Titan.

</details>


---

# 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://support.ellipal.com/docs/features-and-advanced-usage/security-and-backup/verify-the-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.
