> For the complete documentation index, see [llms.txt](https://coinsdo.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://coinsdo.gitbook.io/docs/coinwallet/setup/exporting-private-keys.md).

# Exporting private keys

1. Open the app and select the private key you want to export\
   ![](/files/lJWmlhmVmwANH2hz0aTT)
2. Click on the top right corner ... , click Export Private Key\
   ![](/files/9ecpO2kxvPBoOq9J6Bvq)
3. In this page, users have two ways to export their private key, the first is to click the upper lock button to view the private key's mnemonic and export the private key as a private key mnemonic; the lower "Export Keystore File" is to export the private key as a Keysotre file.\
   ![](/files/KJyXRtb6latwI1p1eByC)
4. By clicking on the lock button and verifying the password you will see the mnemonic for this private key, which cannot be screenshotted for security reasons.\
   ![](/files/ooIFOFu29cxxrbZdN8Iy)
5. After clicking on "Export Keystore File", the user is required to set a read password for the exported Keystore file.\
   ![](/files/NRmkIIi9u7SteLi2J6iE)
6. The password can be any number or letter with a minimum of 1 digit, click Confirm after setting the password.\
   ![](/files/Na2B4o36UViT0uUadmRA)
7. Enter your wallet password to export your Keystore file\
   ![](/files/SH7YuxFKzadWLLw8UwOu)
8. The exported keystore file name is private key name.keystore.json (the example in the manual is test.keystore.json) and can be sent to other devices in a variety of ways, depending on the actual device.\
   ![](/files/2CwqOxl82EvjnvSEf2BV)<br>


---

# 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://coinsdo.gitbook.io/docs/coinwallet/setup/exporting-private-keys.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.
