On-chain token risk analysis for AI agents.
7 parallel checks, deterministic scoring, no LLMs.
$0.05 USDC per scan via x402 protocol.
// Using @x402/fetch — payment is automatic const response = await x402Fetch('https://rug-scanner-production.up.railway.app/scan', { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify({ token: '0x...', chain: 'base' }) });
{
"verdict": "HIGH_RISK",
"score": 4,
"confidence": 1.0,
"flags": [
{ "severity": "high", "type": "can_mint", "detail": "Contract has mint function" },
{ "severity": "high", "type": "lp_unlocked", "detail": "LP tokens are not locked" }
],
"data": { /* contract, holders, liquidity, deployer, trading, market */ }
}