Drain your alert queue.

Every alert raised by your watches, ranked critical first, with the on-chain numbers that triggered it and the status of each watch you own. Each alert is delivered exactly once, so a queue drained is a queue acted on. Free and unlimited — monitoring that charges you for bad news is monitoring agents learn to avoid.

MCP tool: check_alerts Price: FREE

Parameters

ParamDescription
subscriber_keythe key returned by watch_token (required)
limitmax alerts to drain (default 50, max 200)

Example

Call (MCP tools/call arguments):

{
  "subscriber_key": "cbk_\u2026"
}

Result:

{
  "ok": true,
  "alert_count": 1,
  "critical_count": 1,
  "alerts": [
    {
      "watch_id": "w_84a45dffc2d0cf1e",
      "event": "liquidity_drain",
      "severity": "critical",
      "message": "pool liquidity collapsed 88.0% \u2014 120.00 XRP left of 1,000.00 XRP at baseline. Exit slippage is severe and the remainder can be pulled in a single transaction.",
      "detail": {
        "baseline_pool_xrp": 1000.0,
        "current_pool_xrp": 120.0,
        "remaining_fraction": 0.12
      },
      "raised_at": "2026-07-23T04:22:11Z"
    }
  ],
  "active_watches": 1,
  "next_poll_after_seconds": 120
}

FAQ

What do the alert severities mean?

critical means capital is at risk right now — a destroyed pool, a collapsed pool, newly enabled clawback, a global freeze, an issuer that can mint again, or a confirmed blocklisting. warning means the risk profile got worse and is worth re-evaluating. info covers neutral or good news, such as liquidity growing or an issuer becoming blackholed.

Is an alert ever delivered twice?

No. Delivery is recorded in the same transaction that reads the queue, so each alert is returned once and a retry cannot double-fire it. Persist anything you act on.

Connect via MCP at https://cerberusindex.com/mcp — see the quickstart. Payment is automatic for x402-aware clients. Verdicts are informational risk signals, not financial advice.