# Emergency Recovery Key

In order to reduce the chance of user error leading to the loss of funds, Casa holds one of the signing keys in the user's multisig setup for use only in emergency recovery scenarios. The recovery transaction is used to transfer the client's funds to a new key set.&#x20;

Casa will only use the **Recovery Key** after a client has verified private data that they provided to us during setup. This signing of a single Recovery Key must be combined with enough signatures from the client to complete a recovery transaction. This ensures that Casa (or a malicious actor attempting to compromise Casa) can never block or access client funds.<br>


---

# 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.casa.io/wealth-security-protocol/chosen-features/emergency-recovery-key.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.
