SAFETY SWITCH

Panic Mode

One action to stop everything. No drama, no “please wait”, just hard revocation.

WHAT IT IS
A global kill-switch that disables all agent execution instantly.
WHEN TO USE
Suspected compromise, wrong policy, bad integration, unexpected behavior.
WHY IT WORKS
Kernel rejects execution before any external call happens. Atomic by design.
PANIC MODE — operator notes
BEHAVIOR
  • • Flips kernel to “revoked / inactive”.
  • • Any agent execution fails immediately.
  • • No partial execution: atomic revert only.
  • • Recovery is explicit (owner action), not “automatic”.
OPERATION CHECKLIST
  • • Trigger panic.
  • • Rotate keys / revoke approvals in connected dApps (if any).
  • • Review last intents + targets.
  • • Re-enable only after root-cause confirmed.