> For the complete documentation index, see [llms.txt](https://onchained.gitbook.io/onchained/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://onchained.gitbook.io/onchained/getting-started/wallets/how-to-export-your-wallet.md).

# How to Export Your Wallet?

Exporting your wallet allows you to take your self-custody wallets from the platform into any other wallet app of your choice.

{% hint style="danger" %}
**Security Considerations**

Exporting your wallet exposes your wallet to risks of self-custody and your wallet is only as safe as your handling of your private keys. By exporting your wallet, you are responsible for safeguarding your wallets.
{% endhint %}

Once signed up, head to the Settings page and you will be able to see your wallets. Decide on the wallet you want to export and click on the "Export Wallet Keys" button.

This will prompt you with a confirmation modal. Once you've read and understood the conditions, please confirm the checkbox and click on "Back up now" to reveal your private key. You may now copy and secure this private key or import it into a supported wallet app of your choice.


---

# 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:

```
GET https://onchained.gitbook.io/onchained/getting-started/wallets/how-to-export-your-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.
