monitor_wallet
Watch a wallet for drain threats. If a single transaction drops the balance beyond a set threshold, it alerts your callback URL and auto-freezes all linked agent wallets.
Instructions
Watch a wallet for drain threats. When balance drops beyond threshold in a single transaction, fires an alert to your callback URL and auto-freezes all linked agent wallets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chains | No | Chains to monitor (default: ['ethereum', 'base']) | |
| wallet | Yes | Wallet address to monitor (0x...) | |
| agent_id | No | Agent identifier for grouping monitored wallets | |
| callback_url | Yes | Public HTTPS URL to POST drain alerts to | |
| threshold_pct | No | Balance drop percentage to trigger alert (default: 20) |