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

# How to get your private key in My Wallet?

{% hint style="warning" %}
You can only view your **TON Private Key** in the **My Wallet** **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
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.mywallet.io/intro/security-and-access-recovery/how-to-get-your-private-key-in-my-wallet.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.
