# Wallet export

To export their wallet's private keys, the user must first claim the default wallet successfully. The private keys are then exported in an encrypted keystore format, which requires a password. The user cannot directly export the private keys. They must enter the correct wallet claim pin for every interaction with the wallet, including exporting the default wallet. Additionally, a second password is required for exporting the wallet.

The wallet export password is meant to encrypt the keystore file before it's sent to the user. Later, if the user wishes to import the keystore file into another wallet, they'll need the same wallet encryption password to decrypt the keystore file.

{% hint style="danger" %}
**Please note that the wallet export password cannot be changed nor recovered.**
{% endhint %}

If you forget or lose the password, you will not be able to import or decrypt your exported wallet keystore file. It's important to remember this before initiating the wallet export process, which can only be done after successfully claiming your wallet.


---

# 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.tokiphy.com/tokiphy-wallet/wallet-export.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.
