risk_token
Assess ERC-20 token risk with a deterministic, auditable score from 0 to 100. Uses on-chain data, price feeds, and source verification to generate a transparent rubric-based rug-check.
Instructions
[costs $0.15 USDC per call] Get a deterministic, auditable risk score (0-100) for an ERC-20 token. Token risk score API: deterministic, auditable 0-100 rug-check for any ERC-20 on Ethereum, Base, or Polygon. Fans out to on-chain reads (bytecode, symbol, decimals, supply), DefiLlama price + confidence, and Etherscan source verification and age. Returns score, flags[], and every rubric input. Published rubric, no AI: start 50; no bytecode=0; +15 price (+10 confidence>=0.9); +15 verified source (-10 unverified); -10 zero supply; -5 odd decimals; +10 age>=180d, -15 age<7d. NOT financial advice.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | Yes | Chain to analyze. | |
| address | Yes | ERC-20 token contract address, 0x-prefixed. |