Analyse EVM contracts with AI

Have Rick read a contract’s source code and tell you if it’s safe to ape. /aica pulls the verified source from Etherscan / Basescan, feeds it to the LLM, and returns a short report flagging honeypots, hidden mints, anti-bot tricks, dynamic taxes, and ownership tricks.

Commands

  • /aica <contract> - analyze an ethereum contract
  • /aica <contract> base - analyze a base :base: contract

Notes

  • Costs 10 credits, free on a cache hit :recycling_symbol:

  • The contract source must be verified on the explorer, unverified contracts return Contract source code not verified.. and you don’t get charged

  • Cached results are returned instantly, re-running /aica on the same CA is cheap and fast :high_voltage:

  • Currently supports ethereum and base only