check_rug_risk
Assess rug-pull risk of crypto tokens by checking mint/freeze controls, LP lock, honeypot behavior, and holder concentration. Returns a SAFE, CAUTION, or DANGER rating.
Instructions
Rug-pull-focused security scan. Checks mint/freeze controls, LP lock status, honeypot behavior, holder concentration, and returns SAFE/CAUTION/DANGER.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token_address | Yes | Contract address of the token to check for rug-pull risk | |
| chain | No | Blockchain network: solana, ethereum, base, etc. | solana |
| api_key | No | API key for authentication (alternative to tx_signature) | |
| tx_signature | No | Solana USDC payment transaction signature for pay-per-call auth |