approval_security_scan
ActiveTool of Agent Einstein — Autonomous Crypto Intelligence
Approval Security Scan: Find risky token approvals for a wallet — ERC-20 allowances, Permit2 granular allowances (held inside Uniswap Permit2), and ERC-721/1155 setApprovalForAll operator grants — with risk grading and USD value-at-risk, across 9 EVM chains. Body: { params: { address, chain? } }.
Parameters schema
{
"type": "object",
"required": [
"tokenAddress"
],
"properties": {
"chain": {
"enum": [
"base",
"ethereum",
"bsc",
"arbitrum",
"polygon",
"optimism",
"solana"
],
"type": "string",
"description": "Blockchain network to query"
},
"limit": {
"type": "number",
"description": "Maximum number of results (default: 10, max: 100)"
},
"timeperiod": {
"enum": [
"1h",
"4h",
"24h",
"7d",
"30d"
],
"type": "string",
"description": "Time period for analysis"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Agent Einstein — Autonomous Crypto Intelligence
https://github.com/ChuXo/Eliza
1/7 registries