# Export Wallet

Before exporting your wallet, ensure that you are in a secure and private environment. Never share the exported information as it can be used to access your funds.

1. Launch your Google Chrome browser.
2. Locate the Comet icon in the top bar of your browser.
3. Click on the Comet icon to open the Comet browser extension.
4. Once the Comet browser extension is open, navigate to “Settings”.<br>

   <figure><img src="/files/jegUgVEpOSpOZi3CKysb" alt="" width="375"><figcaption></figcaption></figure>
5. Locate and select the “Export Wallet” option.

<figure><img src="/files/meDOwOq11YR3eiFuCwWf" alt="" width="375"><figcaption></figcaption></figure>

**It's also worth noting that you have two options to export your wallet:**&#x20;

* **Option A:** Export via Private Key
* **Option B:** Export via JSON File (Keystore)

## Option A: Export via Private Key

### Step 1: **Choose private key as export type**

Select the “Private Key” tab in the export wallet section.

### **Step 2: Fill in your wallet password**

Follow the on-screen instructions, verifying your password if needed.

### **Step 3: Copy and secure your private key**

Once verified, click "show private key" and copy it to store it in a private, secure location.

<div data-full-width="true"><figure><img src="/files/SdA7RaMARGCAB7ZTfEk7" alt="" width="375"><figcaption></figcaption></figure></div>

## Option B: Export via JSON File (Keystore)

### Step 1: **Choose keystore as export type**

Select the “Keystore” tab in the export wallet section.

### **Step 2: Fill in your wallet password**

Follow the on-screen instructions, verifying your password if needed.

### Step 3: Download your wallet backup

Click "Download keystore file (.json)" and save the .json file in a secure and private location.

<figure><img src="/files/wDkh6jXxyM4xwgKQxAbN" alt="" width="375"><figcaption></figcaption></figure>

{% hint style="success" %}
**Confirm a Succesful Export**

Regardless of the chosen export method, ensure that your exported information is securely stored. Delete any temporary files or copies made during the export process.
{% 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.cometwallet.io/user-guides/export-wallet.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.
