Agent402 Token Risk Pro Report is a paid API for AI agents from agent402.tools, paid per call via x402, $0.85/call, status unknown (last checked 2026-09-13).
Generates an AI-synthesized on-chain risk report for any EVM token contract, including holder concentration, contract metadata, and risk signals, delivered as a structured markdown or JSON report.
The deeper tier: everything in the standard report plus a deterministic static-pattern scan of the verified source (tx.origin auth, delegatecall, selfdestruct, unchecked calls, reentrancy surface, etc. - heuristic triage, not a formal audit), more holders, and a web reputation check. Still evidence, never a verdict. USDC (x402/MPP). Not cached.
Returns a structured report containing: a markdown or JSON risk summary, top holder table (rank, address, share of supply, type, label), metadata (token name, symbol, holder count, top-1 and top-10 holder percentages, whether source is verified), chain info, raw sources, and a disclaimer. The report is AI-synthesized using a specified model (e.g. Claude Opus).
POSThttps://agent402.tools/v1/token-risk/proChoose this endpoint when you need a comprehensive, AI-synthesized risk profile for an EVM token — including holder concentration, contract verification status, and a human-readable summary — rather than a raw blockchain data query. It is especially useful for pre-investment screening, DeFi due diligence, or automated portfolio risk monitoring where a structured, pay-per-call report without API key setup is preferred.
| Field | Type | Description |
|---|---|---|
| chain | string | Chain: base (default), ethereum, polygon, arbitrum, optimism, bsc, gnosis, or celo. |
| format | string | Response shape (default markdown report). |
| address | string | Token contract address (0x + 40 hex). |
{
"type": "json",
"example": {
"meta": {
"name": "Example",
"tier": "token-risk-pro",
"chain": "base",
"symbol": "EXMP",
"address": "0x…",
"disclaimer": "Evidence-based on-chain risk signals only. Not financial advice.",
"holder_count": 1234,
"top1_share_pct": 42.1,
"synthesis_model": "anthropic/claude-opus-5",
"top10_share_pct": 71.5,
"verified_source": true
},
"chain": "base",
"report": "# Token & Contract Risk Report: EXAMPLE (0x…)\n\n## Snapshot\n...\n\n## Risk summary\n... This is not financial advice and not exhaustive.",
"tables": [
{
"name": "holders",
"rows": [
[
"1",
"0x…",
"42.10%",
"contract",
"Uniswap V3 Pool"
]
],
"label": "Top holders",
"columns": [
"Rank",
"Address",
"Share of supply",
"Type",
"Label"
]
}
],
"address": "0x0000000000000000000000000000000000000000",
"sources": []
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"