> For the complete documentation index, see [llms.txt](https://help.mytonwallet.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.mytonwallet.io/intro/security-and-access-recovery/how-to-recover-your-crypto-wallet-using-ton-private-key.md).

# How to recover your crypto wallet using TON Private Key?

{% hint style="warning" %}
When restoring your wallet with the **TON Private Key**, you'll only gain access to your **TON address** and the assets associated with it. Other cryptocurrencies and tokens linked to your multichain wallet will not be displayed, and you won't be able to manage them.
{% endhint %}

To access your **TON wallet** via the **TON Private Key**, follow these steps:

### :baby\_chick: Option 1: For New Users

If you have just installed the app or logged out from all wallets:

1. Open **MyTonWallet**.
2. On the welcome screen, select **Import from Secret Words**.
3. In the field for the first word of the seed phrase, enter your **TON Private Key**.
4. Press **Continue** and follow further instructions.

### :superhero: Option 2: For Existing Users

If you're already logged into another wallet and want to add a new TON wallet:

1. Open the **Wallet** section at the bottom tab bar.
2. Tap the **name** of your current wallet.
3. Click on the **Add** button.
4. Choose **Import from Secret Words**.
5. In the field for the first word of the seed phrase, enter your **TON Private Key**.
6. Press **Continue** and follow the further instructions.


---

# 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://help.mytonwallet.io/intro/security-and-access-recovery/how-to-recover-your-crypto-wallet-using-ton-private-key.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.
