# What if I lost my seed phrase?

If you've lost your seed phrase, unfortunately, you won't be able to restore access to your wallet.

### :worried: Why is That?

**MyTonWallet** is a [**non-custodial wallet**](https://help.mytonwallet.io/intro/introduction-to-crypto-and-mytonwallet/what-types-of-wallets-are-there). This means that the seed phrase is the only way to access your crypto wallet, and only the owner of the seed phrase has access to the wallet's assets.

We do not store a copy of the seed phrase and cannot restore access to your wallet if you lose your secret words. This is done to ensure the security of your assets.

### :thinking: What Can I Do?

If you still have access to the lost wallet through a browser, another device, or the app:

{% stepper %}
{% step %}
Create a [**new wallet**](https://help.mytonwallet.io/intro/getting-started/how-to-create-a-new-crypto-wallet-in-mytonwallet).
{% endstep %}

{% step %}
Write down and [**securely store**](https://help.mytonwallet.io/intro/security-and-access-recovery/what-is-a-seed-phrase-how-to-store-a-seed-phrase) your new seed phrase.
{% endstep %}

{% step %}
[**Transfer funds**](https://help.mytonwallet.io/intro/transfers/how-to-make-a-transfer) to your new wallet.
{% endstep %}
{% endstepper %}

If you no longer have access to the wallet, unfortunately, it cannot be restored—your funds will remain in the wallet, but without the seed phrase, you won't be able to manage them.

### :man\_teacher: How to Avoid Losing Your Seed Phrase?

* Write down the seed phrase on paper and store it in a secure place.
* Make several copies and store them separately.
* Regularly check the safety of the copy.
* Never share your seed phrase with third parties.
* Follow [**our recommendations**](https://help.mytonwallet.io/intro/security-and-access-recovery/what-is-a-seed-phrase-how-to-store-a-seed-phrase) on storing a seed phrase.

***

If you have any questions, please contact our [**24/7 support team**](https://help.mytonwallet.io/intro/support-and-contacts/how-to-contact-mytonwallet-support). We'll help you create a new wallet and provide security tips.

{% 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-if-i-lost-my-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.
