check_approval_safety
InactiveTool of AIGEN — Open Bounty Protocol for AI Agents
Check if a contract is safe to approve for token spending. Call this BEFORE approving any contract. Prevents phishing/drain attacks. Args: spender: Contract address you're about to approve chain: base, ethereum, arbitrum, optimism, polygon, bsc
Parameters schema
{
"type": "object",
"title": "check_approval_safetyArguments",
"required": [
"spender"
],
"properties": {
"chain": {
"type": "string",
"title": "Chain",
"default": "base"
},
"spender": {
"type": "string",
"title": "Spender"
}
}
}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