> For the complete documentation index, see [llms.txt](https://docs.metaproprotocol.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.metaproprotocol.com/metapro-one/settings/private-key/how-to-find-my-private-key.md).

# How to find my Private Key

{% hint style="danger" %}
**DO NOT** share your Private Key with anyone! This Key can be used to steal all your assets held in your account.
{% endhint %}

In order to find your Recovery Phrases, you will need to follow a few steps.

**Step 1**

Click on **settings** button inside your wallet

<figure><img src="/files/AgVIPUN9bwlIRBvEMe9W" alt="" width="249"><figcaption></figcaption></figure>

**Step 2**

Click **arrow** next to your wallet address

<figure><img src="/files/mdQZIHHDbdSCrfJmIhXy" alt="" width="246"><figcaption></figcaption></figure>

**Step 3**

Click **3 dots** next to your wallet address

<figure><img src="/files/BdyKozY2Ue34GSNlOSLU" alt="" width="307"><figcaption></figcaption></figure>

**Step 4**

Select **Show private key**

<figure><img src="/files/YKbAcpttw0eKRR9ivO6k" alt="" width="241"><figcaption></figcaption></figure>

**Step 5**

**Confirm**

<figure><img src="/files/vPd2kj3Rxtgp0RetLA0H" alt="" width="240"><figcaption></figcaption></figure>

**Step 6**

Enter your 6-digit PIN

<figure><img src="/files/t19ejmkf9APZm3Zw4bhk" alt="" width="370"><figcaption></figcaption></figure>

**Step 7**

Click **eye icon** to be able to see your private key

<figure><img src="/files/KdkQMSfq5FUMZSqTnaGH" alt="" width="314"><figcaption></figcaption></figure>

**Step 8**

Your private key is displayed. You can copy it by pressing **double square button**

{% hint style="danger" %}
**DO NOT** share your Private Key with anyone! This Key can be used to steal all your assets held in your account.
{% endhint %}

<figure><img src="/files/LigPL6xhN90ThGn8JOdB" alt="" width="312"><figcaption></figcaption></figure>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.metaproprotocol.com/metapro-one/settings/private-key/how-to-find-my-private-key.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
