QovaQova docs
Chainlink CRE

Transaction Monitor

Event-driven anomaly detection for agent transactions.

Triggers on every TransactionRecorded event. Runs 4-factor anomaly detection and penalizes scores if risk exceeds threshold.

Pipeline

EVM Log Trigger (TransactionRecorded)
  -> Decode event data
  -> 4-Factor Anomaly Detection
  -> Risk Score > 0.7?
      -> Yes: Penalize score + Webhook alert
      -> No: No action

Risk Factors

FactorWeightWhat It Detects
Frequency Anomaly30%Unusually rapid transactions
Large Value25%Transactions far above agent average
Failure Rate25%Spike in failed transactions
Flagged Contracts20%Interaction with known-bad addresses