> For the complete documentation index, see [llms.txt](https://docs.certhis.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.certhis.io/certhis-wallet/export-private-key.md).

# Export private key

## Step 1: Open Your Wallet and Navigate to Settings

1. **Log in** to your wallet using your credentials.
2. Once logged in, **open your wallet** and go to the **Settings** section.

<figure><img src="/files/ycwDFcjtudrBKsyhK05j" alt=""><figcaption></figcaption></figure>

## Step 2: Scroll Down to Export Private Key

3. In the **Settings** menu, scroll down to find the option **Export Private Key**.<br>
4. Click on **Export Private Key** to proceed.

<figure><img src="/files/N4gFCMl6mYMen8AEYY9D" alt=""><figcaption></figcaption></figure>

## Step 3: Confirm Export in the Popup

5. A confirmation popup will appear, and you'll see the **Export My Private Key** button.<br>
6. Click the **Export My Private Key** button.

<figure><img src="/files/y8g5VrediOaTk4PX3YMz" alt=""><figcaption></figcaption></figure>

## Step 4: Agree to the Terms

7. You will now be prompted with a set of agreements or disclaimers. Carefully read through the terms and **check the boxes** to agree.

## Step 5: Receive Confirmation Code

8. After agreeing to the terms, you will receive a **confirmation code** sent to your registered email. Check your email for the code.
9. Enter the confirmation code into the popup.

## Step 6: Access Your Private Key

10. Once the code is confirmed, your private key will be revealed. **Copy it** and store it securely. Remember, anyone with access to your private key can control your funds, so ensure it is kept safe.

<figure><img src="/files/Sk9cqBvZxgNv4n6A55j4" alt=""><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.certhis.io/certhis-wallet/export-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.
