Contract monitoring subscription (Base USDC x402)
contract_monitor_subscribeSubscribe to 30-day continuous monitoring of up to 10 EVM contract addresses. Fires webhook alerts on admin key movement, liquidity drops, claim condition changes, or new critical Slither findings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| addresses | Yes | Up to 10 0x-prefixed EVM addresses to watch | |
| thresholds | No | Optional JSON object for alert sensitivity (e.g. liquidity drop %, admin key moves). Omit or {} for seller defaults. | |
| webhook_url | Yes | HTTPS URL that receives POST alerts when risk thresholds breach | |
| duration_days | No | Subscription length in days (default 30; max per seller policy). |