check_token_safety
Full token safety analysis. Returns a risk score (0-100, lower is safer), a SAFE / CAUTION / AVOID recommendation, a confidence level, and three sub-checks: deployer wallet age in days, whether the liquidity pool is locked, and top-10 holder concentration percentage. Use this before trading or listing any token. Supports Base, Ethereum, Arbitrum, and Solana. Results cached 4 hours.
check_token_safety_lite
Fast token pre-trade check — deployer wallet age and LP lock status only, no holder concentration analysis. Typically completes in under 3 seconds. Returns risk score, SAFE / CAUTION / AVOID recommendation, deployer age in days, and LP lock flag. Use this when screening many tokens quickly. For full holder analysis use check_token_safety.
check_wallet
Full wallet intelligence profile for any EVM address. Returns a CLEAN / SUSPICIOUS / FLAGGED verdict, composite risk score (0-100), whale/mid/retail classification by holdings, bot likelihood score (0-100), contract deploy count as a rug-pull proxy, active chains, wallet age in days, transaction count, and risk flags such as NEW_WALLET, HIGH_BOT_SCORE, MIXER_INTERACTIONS, and SERIAL_DEPLOYER. Use this to evaluate token deployers, counterparties, or airdrop claimants. Cached 1 hour.
check_wallet_quick
Fast wallet check — wallet age in days and outgoing transaction count only. Typically completes in under 2 seconds. Returns a simple CLEAN / SUSPICIOUS verdict alongside age and tx count. Use this when confirming a wallet is not brand-new before a quick trust decision, such as filtering obvious sybils in an airdrop. For full risk profiling including bot score, classification, and rug history use check_wallet.