Skip to main content
These rules watch the health of the networks and markets you depend on, rather than a specific account — congestion, failure spikes, anomalous contract usage, and market-data breaches. They’re the early-warning layer for operational risk.

Summary

RuleAccount typesStatus
Gas PressureNetwork🟢 Active
High Transaction CountNetwork🟢 Active
High Transaction Failure RateNetwork🟢 Active
Spike in Contract CallsContract🟢 Active
Block Liveness / HeartbeatNetwork / operational🟢 Active
Liquidity Alert (Flux)Exchange venue / pair🟢 Active
Price Breach Alert (Flux)Asset price feeds / pair🟢 Active
Fee SpikeNetwork🟡 Building
Feature Gate WatcherNetwork / program🟣 Internal

Rules

Detects. Network congestion — blocks where gas utilization runs hot.
TriggerA block’s gas utilization exceeds the configured threshold.
Account typesNetwork
StatusActive
Detects. A block packs an unusually high number of transactions.
TriggerA block contains more transactions than the configured threshold.
Account typesNetwork
StatusActive
Detects. An abnormally large share of transactions fail.
TriggerThe percentage of failed transactions in a block (or rolling window) exceeds the configured threshold.
Account typesNetwork
StatusActive
Detects. A sudden burst of transactions hitting a watched contract.
TriggerCalls to a monitored contract exceed a minimum count within a configurable time window — useful for spam attacks, bot activity, or anomalous usage.
Account typesContract
StatusActive
Detects. That the alerting pipeline is alive.
TriggerFires a notification every N blocks as a liveness heartbeat — useful for verifying the pipeline is operational.
Account typesNetwork / operational
StatusActive
Detects. An exchange’s order-book liquidity for a pair drops too low and stays there.
TriggerOrder-book depth for a venue / pair falls below a threshold for a sustained duration, via Faraday Flux. (Scheduled; off-chain market data.)
Account typesExchange venue / trading-pair markets
StatusActive
Detects. An asset’s price breaches set bounds across multiple venues at once.
TriggerPrice moves outside defined lower/upper bounds on a configurable number of venues for a sustained duration, via Faraday Flux. (Scheduled; off-chain market data.)
Account typesAsset price feeds / trading-pair markets
StatusActive
Detects. A fee spike — the recent average fee runs well above its baseline.
TriggerThe average fee in the last hour is significantly higher (by a configurable percentage) than the average of the previous six hours. (Scheduled.)
Account typesNetwork
StatusBuilding — logic implemented; data source not yet wired.
Detects. Solana protocol feature-gate proposals and activations.
TriggerA new feature is proposed or activated on testnet (upcoming change), or a feature goes live on mainnet; reports the feature pubkey and activation slot. (Scheduled.)
Account typesNetwork / program (Feature Gate accounts)
StatusInternal — limited to an internal workspace; not generally available.
Internal liveness / benchmarking rules (block and tick heartbeats, indexer firehose) exist for pipeline testing but are not customer-facing, so they’re omitted from this catalogue.
Last modified on June 16, 2026