# Fund Recovery

Bound is fully self-custodial - you always control your own keys. The Fund Recovery section walks you through the tools available to recover and move your funds independently of Bound at any time.

This section covers:

* **Export Private Key** - Export the raw private key of any Bound-generated wallet (BTC, EVM, Solana) so you can import it into a third-party wallet.

{% hint style="warning" %}
Your private key gives **full control** over the funds in that wallet. Anyone with access to it can move your funds. Never share it, never paste it into a website, and store it only in a trusted password manager or offline location.
{% 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://bound-1.gitbook.io/bound-docs/fund-recovery.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.
