> For the complete documentation index, see [llms.txt](https://support.ellipal.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.ellipal.com/docs/troubleshooting-and-support/loss-security-and-support/why-is-my-seed-phrase-invalid-when-i-import-it.md).

# Why is my seed phrase invalid when I import it?

If you encounter an error message stating that your seed phrase is invalid during import into your ELLIPAL Wallet, it means that the software cannot recognize the provided phrase. Here are some potential reasons for this issue:

#### **1. Incorrect spelling:**&#x20;

Carefully check all words for typos, and ensure that they are entered in lowercase.

#### **2. Incorrect words:**&#x20;

Confirm that every word is part of the BIP39 word list. You can find the complete BIP39 seed phrase list online to compare and identify any spelling errors.  BIP39 word list: [bips/bip-0039/english.txt at master · bitcoin/bips · GitHub](https://github.com/bitcoin/bips/blob/master/bip-0039/english.txt)

#### 3. **Incorrect word sequence:**&#x20;

Verify that the seed phrases are entered in the exact sequence as generated.

#### 4. **Incorrect formatting:**&#x20;

Ensure there are no extra spaces before, in between, or after the words, except for the auto-generated space after each word. Do not add a space after the final word.


---

# 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://support.ellipal.com/docs/troubleshooting-and-support/loss-security-and-support/why-is-my-seed-phrase-invalid-when-i-import-it.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.
