check_token_risk
Check if a Base token is safe to trade by running honeypot detection, LP-lock verification, brand impersonation checks, and live sell simulations, returning a risk score and clear should-trade decision.
Instructions
Checks whether a token on Base is safe to trade before buying or swapping. Runs honeypot detection, deployer wallet history, brand impersonation checks, on-chain LP-lock verification, and a live sell simulation across every DEX on Base (Uniswap V2/V3/V4, Aerodrome). Returns a risk score, risk level, and a clear should-trade decision with structured reasons. Requires x402 payment (0.15 USDC on Base) unless the wallet still has free trial checks remaining.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token_address | Yes | Base ERC-20 contract address (0x...) |