# Emergency Lockdown Button

To defend against attacks where the user is physically coerced, the Casa app features an **Emergency Lockdown Button**. Once activated on the mobile app, all functions that depend on the Casa app or the Casa API will no longer function. This prevents the app from making new transactions or from using the Casa signing portal to add a signature to an existing transaction. The lockdown can only be removed by a customer service representative after the customer requests a removal of the lockdown and the representative verifies the customer’s identity.

It is important to note that the Emergency Lockdown can never be used to block a client from making transactions because our clients always control the majority of keys. When the Emergency Lockdown is activated, a client can still access their funds using Electrum or other software.<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-lockdown-button.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.
