# How to get your private key in MyTonWallet?

{% hint style="warning" %}
You can only view your **TON Private Key** in the **MyTonWallet** **multichain wallet**, starting from version **W5**.
{% endhint %}

If you use a supported version of the wallet, here's how to access your **TON Private Key**:

1. Open **Settings** from the bottom navigation bar.
2. Select **Security**.
3. Go to **Back Up**.
4. Tap **View TON Private Key**.
5. Carefully read the security rules.
6. Check the confirmation boxes and press **Understood**.

That's it! Your **TON Private Key** will appear on the screen. Tap the key to copy it.

***

{% hint style="danger" %}
**Never share your private key with anyone**. Anyone with access to your private key can take full control of your wallet.
{% endhint %}

If you choose to store your private key, make sure to use only secure storage methods, as we've recommended [**in this article**](/intro/security-and-access-recovery/what-is-a-seed-phrase-how-to-store-a-seed-phrase.md), and follow basic security rules.


---

# 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/how-to-get-your-private-key-in-mytonwallet.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.
