Contract Scanning
Claude AI reads contract bytecode
Beta feature. Currently disabled while we validate on EVM chains.
Claude AI reads smart contract bytecode to find issues that automated scanners miss.
What It Checks
Hidden fees — dynamic tax functions, changing rules
Backdoors — owner functions that weren't actually renounced
Obfuscated code — deliberately complex logic hiding exploits
Privilege escalation — ways to regain control post-renounce
How It Works
Token passes all other Aegis checks first
Contract bytecode fetched from block explorer
Claude analyzes the code
Returns risk score (0-100) with explanation
Score >65 = significant concern
Limitations
EVM only — Solana programs not supported
Runs last — only on tokens that passed everything else
Cached — results stored to avoid re-analyzing
Planned Chains
Ethereum, Base, Polygon, BSC, Blast, Avalanche, Arbitrum, Sonic
Last updated