# Export Keys

You can export your private key at any time for backup or to import into another wallet.

> ⚠️ These give complete access to your account and funds. Only export if you plan to use another wallet or want an offline backup. Anyone with your keys can control your account. Coinpilot and Privy cannot protect your funds once the keys are exposed.

### **How to Export**

{% stepper %}
{% step %}
**Open Profile**: Go to <mark style="color:blue;">`Profile`</mark> tab → <mark style="color:blue;">`Export Wallet`</mark>.

<div align="left"><figure><img src="/files/XpIq38KT5Gz71CK1Emm1" alt="" width="188"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
**Log in to Privy**: Use the same email linked to your Coinpilot account.

<div align="left"><figure><img src="/files/oZJQeAsUoVHMc89DqStc" alt="" width="188"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
**Select** <mark style="color:blue;">`Export private key`</mark> You can choose to export private keys to your Primary wallet (wallet for funding) or other sub-wallets (wallets used to copy trade).

<div align="left"><figure><img src="/files/zXT0ARdUz6pxV4Flma7j" alt="" width="188"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
**Copy Key:** Tap on <mark style="color:blue;">`Copy key`</mark> to copy your private key.

<div align="left"><figure><img src="/files/ceJUkw1cPmZXJKGM2YDS" alt="" width="188"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
**Store securely:** Save them in a secure, offline location. **Never** share your keys with anyone.

{% endstep %}
{% endstepper %}

Check out more about Account export: [Privy official doc](https://www.notion.so/Account-Export-Transfer-9dab9e16c6034a7ab1ff7fa479b02828?source=copy_link)


---

# 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://docs.trycoinpilot.com/profile-1/export-keys.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.
