> For the complete documentation index, see [llms.txt](https://unicornx-ai.gitbook.io/unicornx.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://unicornx-ai.gitbook.io/unicornx.ai/app-beginners-tutorial/exporting-your-private-key.md).

# Exporting Your Private Key

### How to Export Your Private Key

* Log in to your UnicornX account
* Navigate to the "Manage Wallets" section

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

* Click the "Export" button to retrieve your Private Key for the BNB Smart Chain or Solana. For enhanced security, we recommend exporting both.

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

* The reconfirm popup will ask you to click “Export” again to obtain a verification code from your email

<figure><img src="/files/FliVF8aIHsJPzPLnb7u2" alt="" width="372"><figcaption></figcaption></figure>

* Enter the verification code you received from your email and "Click Verify" to see your Privacy Key&#x20;

{% hint style="warning" %}
Please carefully store your private key as **UnicornX CANNOT help you find/recover your Privacy Keys**.
{% endhint %}

### Security Warnings

> **IMPORTANT: Please read before exporting your private key**

* Your private key is your most important security asset. Without it, you cannot recover your funds if you lose access to your email account.
* Your private key provides complete access to your wallet and funds
* Never share your private key with anyone
* Do not store your private key in plain text on your computer or in cloud storage
* Consider using a hardware wallet or encrypted storage solution
* If someone obtains your private key, they can access and transfer all your funds

{% hint style="success" %}
**UnicornX will NEVER ask for your private key.**\
**Be wary of phishing attempts that request your private key.**\
**We recommend exporting your private key ONLY when necessary and storing it in a secure, offline location.**
{% endhint %}

### Emergency Actions (If Account is Compromised)

> **If your email is compromised:**

1. IMMEDIATE ACTION: Transfer Assets

* Use your backed-up private key to import your wallet into another compatible wallet (like Phantom)
* Immediately transfer all assets to a new, secure wallet address
* Do not wait to recover your email first - protecting your assets is the priority

2. Secondary Steps:

* Contact UnicornX support to report the compromised account
* Begin the process of securing your email account
* Create a new UnicornX account with a secure email

### Warning Signs of Compromise

* Unexpected login notifications
* Unauthorized transaction attempts
* Changes to account settings you didn't make
* Unable to access your email account

{% hint style="info" %}
**Remember: UnicornX uses MPC technology, but we do not store your private key. If you lose both your email access AND your private key backup, your assets cannot be recovered. Always prioritize backing up your private key securely.**
{% endhint %}


---

# 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://unicornx-ai.gitbook.io/unicornx.ai/app-beginners-tutorial/exporting-your-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.
