check_rug_risk
Assess crypto token security risks by evaluating mint controls, liquidity locks, honeypot behavior, and concentration concerns to identify potential rug pulls.
Instructions
Run a focused rug-pull risk assessment with high-signal security indicators.
Evaluates common red flags such as mint/freeze controls, liquidity lock/burn status,
honeypot-like behavior, concentration concerns, and related risk indicators present in
the scan response.
Cost: 0.05 USDC per call (or valid API key).
Args:
token_address: The contract or mint address to assess.
chain: Target blockchain (solana, ethereum, base, bsc).
api_key: Optional API key for authenticated access.
tx_signature: Optional Solana transaction signature for USDC micropayment.
Returns:
Structured verdict containing SAFE/CAUTION/DANGER, risk factors, and security checks,
or an error payload.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token_address | Yes | ||
| chain | No | solana | |
| api_key | No | ||
| tx_signature | No |