# Export Private Keys

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

{% hint style="info" %}
&#x20;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.
{% endhint %}

### **How to Export**

{% stepper %}
{% step %}

#### Head to 👤 **Profile** tab

{% endstep %}

{% step %}

#### Tap the ⚙️ **Settings** icon in the top right

{% endstep %}

{% step %}

#### Click on "Export Wallet"

{% endstep %}

{% step %}

#### Confirm Export and finish Privy flow.

{% endstep %}

{% step %}

#### You can select wallet to export the corresponding Private key

You can now export private keys to all your wallets (primary and sub-wallets).
{% endstep %}

{% step %}

#### **Store securely:**&#x20;

Save them in a secure, offline location. **Never** share your keys with anyone.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Each account includes 1 primary wallet for deposits and withdrawals, and up to 9 sub-wallets for copy trading across Crypto and Prediction Markets.

You may copy up to 9 traders simultaneously. All wallets remain self-custodial and exportable.
{% endhint %}


---

# 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.coinpilot.com/profile/export-private-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.
