> 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/what-should-i-do-if-my-seed-phrase-is-compromised.md).

# What should I do if my seed phrase is compromised?

***

### How It Works (Important Principle)

* Your seed phrase controls your private keys
* Anyone with your seed phrase can:\
  ○ Fully access your wallet\
  ○ Transfer all your assets

**ELLIPAL is a decentralized, self-custody wallet. Whoever holds the seed phrase controls the assets.**

**Once exposed, the seed phrase is permanently unsafe and cannot be trusted again.**

***

### What You Should Do

1\. Transfer assets immediately → move all funds to a new, secure wallet

2\. Report to local authorities → file a police report if assets are stolen

3\. Stop using the compromised seed phrase → permanently

***

{% hint style="info" %}

### Notes

* If your seed phrase is exposed, your assets can be stolen at any time—even within seconds.
* Even if no unauthorized transactions have occurred yet, you must act immediately.
* Seed phrases cannot be changed. The only solution is to create a new wallet.
* Never enter your seed phrase into unknown websites, apps, or devices.
* ELLIPAL will never ask for your seed phrase under any circumstances.
* Phishing attacks are the most common cause of seed phrase leaks. Always verify before entering your seed phrase.
  {% endhint %}

***

### FAQ

<details>

<summary><strong>Can ELLIPAL help me recover my assets?</strong></summary>

No.\
ELLIPAL is a decentralized self-custody wallet.\
Once assets are transferred out, they cannot be reversed or recovered.

</details>

<details>

<summary><strong>Can ELLIPAL freeze my assets?</strong></summary>

No.\
Blockchain transactions are decentralized and irreversible.\
ELLIPAL has no control over your assets and cannot freeze or block transactions.

</details>

<details>

<summary><strong>How were my assets transferred without my cold wallet?</strong></summary>

If your assets were moved without your device, it means your seed phrase was exposed.\
Anyone with your seed phrase can import your wallet into another device or software wallet and transfer your assets without needing your ELLIPAL device.

</details>


---

# 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/what-should-i-do-if-my-seed-phrase-is-compromised.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.
