Check token safety
check_tokenIdentify risky tokens before trading by screening for honeypots, rug-pulls, and authority risks. Get a clear verdict, risk score, and itemized findings.
Instructions
Token safety screen before trading: honeypot, rug-pull, freeze/mint authority, transfer hooks, sell tax, blacklists. Returns verdict (ok/warn/critical/unknown), a 0-100 risk score, and itemized findings. Costs an x402 toll.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | Yes | Chain to swap on | |
| token | Yes | Token to screen: mint address (solana) or ERC-20 address (EVM chains) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| next | No | Suggested follow-up calls | |
| chain | No | ||
| error | No | Present when the request failed or payment is required | |
| token | No | ||
| source | No | Data source used for the screen | |
| accepts | No | x402 payment options when unpaid | |
| verdict | No | ok, warn, critical, or unknown | |
| findings | No | Individual risk findings | |
| riskScore | No | 0 (safe) to 100 (critical) |