> For the complete documentation index, see [llms.txt](https://docs.lossless.io/aegis/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lossless.io/aegis/panic-button/how-does-the-panic-button-work.md).

# How does the Panic Button work?

Activating the Panic Button creates a sequence of pre-set transactions for transferring your wallet funds to a secure backup address. This feature has been designed for situations when you suspect your assets may be at risk.

To use the Panic Button, you will need to access Aegis and set up the transactions ahead of time. Each transaction must be signed with your wallet. In an emergency, you will need to log in to Aegis and activate the Panic Button yourself.&#x20;

{% hint style="warning" %}
DISCLAIMER:

Aegis cannot access or manage any user’s wallet balance, nor can Aegis execute any transactions on their behalf. The discretion of activating the Panic Button lies exclusively with the user. Additionally, Aegis does not undertake any verification pertaining to the ownership of provided backup addresses. Should the wallet disconnect at any point following the initial configuration, the user must reconnect it before the Panic Button can be triggered.
{% endhint %}


---

# 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://docs.lossless.io/aegis/panic-button/how-does-the-panic-button-work.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.
