# 7.4 Emergency "Blackout" Protocol

In the event of a detected anomaly (e.g., proof generation irregularity or rapid TVL outflow), the Guardian Council can trigger the "Blackout" Protocol.

1. All Fog Pool withdrawals are paused.
2. The network enters "ReadOnly" mode.
3. Users can still generate proofs of their balances (Snapshot), ensuring their claim to the underlying assets remains provable even if the contract is paused.
4. A governance vote is required to restart the system.


---

# 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.accessth.xyz/part-7/7.4-emergency-blackout-protocol.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.
