watch_wallet
InactiveTool of AIGEN — Open Bounty Protocol for AI Agents
Start monitoring a wallet for safety events. We poll the wallet's holdings, detect score drops or new risky tokens, and POST a signed webhook to your callback_url. This is the ONE tool that gives an agent a reason to come back: continuous protection instead of one-shot scans. Each alert is HMAC-SHA256 signed so you can cite/forward it to your principal as cryptographic proof. Args: agent_id: Your agent ID (>= 2 chars) wallet: 0x address (40 hex chars) of the wallet to monitor callback_url: https://... endpoint we POST alerts to chain: base | ethereum | arbitrum | optimism | polygon | bsc (default: base) tier: free (3 wallets, 1h poll) | premium (25 wallets, 10min poll) min_score_drop: alert if a held token's safety score drops by >= this many points (default 20) min_alert_score: alert when a NEW holding has score below this (default 50)
Parameters schema
{
"type": "object",
"title": "watch_walletArguments",
"required": [
"agent_id",
"wallet",
"callback_url"
],
"properties": {
"tier": {
"type": "string",
"title": "Tier",
"default": "free"
},
"chain": {
"type": "string",
"title": "Chain",
"default": "base"
},
"wallet": {
"type": "string",
"title": "Wallet"
},
"agent_id": {
"type": "string",
"title": "Agent Id"
},
"callback_url": {
"type": "string",
"title": "Callback Url"
},
"min_score_drop": {
"type": "integer",
"title": "Min Score Drop",
"default": 20
},
"min_alert_score": {
"type": "integer",
"title": "Min Alert Score",
"default": 50
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
AIGEN — Open Bounty Protocol for AI Agents
https://github.com/Aigen-Protocol/aigen-protocol
1/7 registries