Skip to main content
These rules protect the wallets that hold and move funds. Point them at your treasury, operational, and cold-storage addresses to get alerted on material movements, unusual behaviour, and interactions you didn’t expect.

Summary

RuleAccount typesStatus
Large TransferWallet / contract; native + tokens🟢 Active
Activity SpikeWallet (EOA)🟢 Active
Flow SpikeWallet (EOA)🟢 Active
Transfer DeviationWallet (EOA)🟢 Active
Dormant Wallet ReactivationWallet (EOA) — cold / dormant🟢 Active
Unknown Counterparty InteractionWallet (EOA) + counterparty🟢 Active
Balance Threshold AlertWallet / contract; tokens🟢 Active
Balance Change DeltaWallet (EOA) / program🟢 Active
Large Cross-Chain TransferBridge protocols; sender / receiver🟢 Active
Successful TransactionAny account🟢 Active
Full Balance SweepWallet (EOA)⚪ Deprecated
Suspicious Multi SendWallet (EOA)⚪ Deprecated
Account ClosedWallet / program⚪ Deprecated

Rules

Detects. A monitored wallet sends or receives a transfer above a USD threshold.
TriggerA native or token transfer involving a monitored address exceeds the configured USD minimum. Supports inbound / outbound / both, with optional address, token, and amount filters.
Account typesWallet / contract senders and receivers; native + tokens
StatusActive
Detects. A wallet’s outbound transaction count spikes far above its normal rate.
TriggerOutbound transaction count per time window exceeds the address’s baseline by a configurable Z-score. (Scheduled.)
Account typesWallet (EOA)
StatusActive
Detects. A wallet’s outbound USD volume spikes far above its normal level.
TriggerOutbound USD volume per time window exceeds the address’s baseline by a configurable Z-score. (Scheduled.)
Account typesWallet (EOA)
StatusActive
Detects. A single transfer that is far larger than the wallet’s historical norm.
TriggerA transfer deviates significantly from the address baseline (Z-score ≥ 3). Supports inbound / outbound / both. (Scheduled, baseline-driven.)
Account typesWallet (EOA)
StatusActive
Detects. A long-inactive wallet suddenly transacts again — useful for spotting unauthorized use of cold or dormant treasury accounts.
TriggerA monitored address with no activity for a configurable number of days signs a new transfer. Supports inbound / outbound / both. (Scheduled.)
Account typesWallet (EOA) — cold / dormant treasury
StatusActive
Detects. A monitored wallet transacts with a counterparty that isn’t on your allow-list.
TriggerA transfer to or from a wallet not in the provided allow-list. Supports inbound / outbound / both.
Account typesWallet (EOA) + counterparty
StatusActive
Detects. A watched wallet’s balance crosses a floor or ceiling.
TriggerA monitored account’s native or token balance falls below a lower bound or rises above an upper bound. (Scheduled.)
Account typesWallet / contract addresses; tokens
StatusActive
Detects. A monitored account’s balance changes beyond a threshold.
TriggerA transaction changes the account’s native or token balance past a configurable token and/or USD threshold. Supports inbound / outbound / both.
Account typesWallet (EOA) / program; tokens
StatusActive
Detects. A large amount bridges into or out of a network.
TriggerA cross-chain inflow or outflow over a USD minimum across any supported bridge. Filter by direction and specific bridges. (Scheduled.)
Account typesBridge protocols; cross-chain sender / receiver addresses
StatusActive
Detects. A monitored account is part of any successful transaction — a basic activity / audit-trail signal.
TriggerThe monitored account appears in a successful transaction.
Account typesAny account (wallet / program / contract)
StatusActive

Deprecated

Retired from a previous runner, kept for completeness:
  • Full Balance Sweep — a full balance sweep out of an account.
  • Token Transfer — a large token transfer (superseded by Large Transfer).
  • Suspicious Multi Send — a wallet sends to multiple recipients in a single transaction.
  • Account Closed — an account is closed.
Last modified on June 16, 2026