Skip to main content
Emergency controls let you stop one class of vault activity without disabling unrelated operations. Claims for completed requested redemptions remain available because the underlying obligation already exists.

Prerequisites

  • An active VAULT_ID
  • The operation that should be paused or resumed
  • uuidgen for the idempotency key

1. Read the current controls

Each response field is true when that capability is paused.

2. Pause one operation

The response contains a task for the onchain control change. Other operations retain their current settings.

3. Resume the operation

Submit the same operation with paused: false and a new idempotency key.

Confirm the control

After the task confirms, fetch pause-status again and verify the selected field. Treat the previous setting as active until the onchain update is confirmed.