scan_token
Analyze cryptocurrency token contracts for security risks using a six-agent consensus system to detect rug pulls, scams, and vulnerabilities on multiple blockchains.
Instructions
Perform comprehensive token risk analysis using VerdictSwarm's 6-AI-agent consensus system.
This tool executes a full scan of a token contract and returns detailed findings
including overall score, risk level, agent-level analysis, and security checks.
Cost: 0.10 USDC per call (or valid API key).
Args:
token_address: The contract or mint address to analyze.
chain: Target blockchain (solana, ethereum, base, bsc).
depth: Analysis depth (basic, full, debate).
api_key: Optional API key for authenticated access.
tx_signature: Optional Solana transaction signature for USDC micropayment.
Returns:
Dictionary containing full analysis results from VerdictSwarm API, or an error payload.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token_address | Yes | ||
| chain | No | solana | |
| depth | No | full | |
| api_key | No | ||
| tx_signature | No |