full_token_scan
Analyze Solana token safety across 10 layers including on-chain byte-level inspection, LP lock status, market intelligence, and wallet reputation to get a risk verdict and weighted score for informed trading decisions.
Instructions
Most comprehensive 10-layer safety analysis: combines on-chain byte-level inspection (mint auth, freeze, Token-2022, honeypot, holders), LP lock detection (burn %, locker status), token age analysis, Birdeye market intelligence (liquidity, volume, wash trading), and Helius wallet reputation data. Returns a JSON object with layered breakdown, weighted finalScore (0-100), verdict (SAFE | CAUTION | HIGH_RISK | CRITICAL), and detailed per-layer data. This is a read-only operation with no on-chain side effects. Use this for high-value trades where you need maximum confidence; use check_token_safety for a faster check without market data. Rate limited to 100 free calls/day per IP.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mint | Yes | Solana token mint address | |
| txSignature | No | Optional: tx signature for deeper analysis | |
| isPumpSwap | No | Set true for PumpSwap graduated tokens |