check_token
Determine if a Solana token is dangerous by getting a calibrated rug probability and concentration facts. Run this first to decide whether deeper token checks are worth paying for.
Instructions
[$0.001] Is this Solana token dangerous? A calibrated rug verdict whose probability is a MEASURED frequency (see get_scorecard), the concentration facts behind it, and how fast this band tends to collapse. Cheapest call, run it on every token; it decides whether inspect_token, token_identity or token_report is worth paying for. Does not name holders.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mint | Yes | Solana token mint, base58. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mint | No | Solana token mint address (base58). | |
| name | No | ||
| _meta | No | ||
| facts | No | Counts AND the share of supply behind each: snipers, insiders, fresh wallets, wallet groups,... | |
| safety | No | Mint/freeze authority, LP and timelock state. Reports unknown as unknown, never as zero. | |
| symbol | No | ||
| rug_risk | No |