# 402.com.tr AI Token Risk Report

> 402.com.tr AI Token Risk Report is a paid API for AI agents from 402.com.tr, paid per call via x402, $0.12/call, status unknown (last checked 2026-09-13).

Aggregates token risk, holder concentration, price/liquidity, and OFAC sanctions data for a Base token, then synthesizes a structured AI verdict with risks and positives.

## Facts

- Endpoint: GET https://402.com.tr/api/x402/ai-token-report
- Price: $0.12/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/402-com-tr-ai-token-risk-report-c1c34b42
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_bSd4oGimrro0Ij7rRDOB8

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability 402-com-tr-ai-token-risk-report-c1c34b42
```

Example prompt: Can you run a full AI risk report on the Base token at address 0x1234abcd... — I want to know if it's safe to buy, including holder concentration, liquidity, and whether it's flagged by OFAC sanctions?

## When to prefer this

Use this endpoint when you need a single comprehensive, AI-synthesized risk assessment of a Base token in one call — combining on-chain risk signals, holder concentration, liquidity, and OFAC compliance into a structured verdict. Prefer this over piecemeal endpoints when the agent needs a final buy/avoid recommendation rather than raw data.

## Known failure modes

- Invalid or non-existent token contract address returns an error
- Token not found on Base network (address on wrong chain)
- Payment of $0.08 USDC not completed via x402 protocol — 402 Payment Required response
- OFAC data temporarily unavailable — partial report returned
- Token too new or illiquid for meaningful analysis

## How this service works

The flagship report: aggregates token risk, holder concentration, price/liquidity and OFAC sanctions, then Claude synthesizes a structured verdict (avoid → favorable) with key risks and positives. One call, agent-ready intelligence you can't get free.

## Output

A structured AI-synthesized verdict (ranging from 'avoid' to 'favorable') covering token risk score, holder concentration analysis, price and liquidity metrics, OFAC sanctions check, a list of key risks, and a list of key positives — all aggregated into one agent-ready intelligence report.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "pathParams": {
     "type": "object"
    },
    "queryParams": {
     "type": "object",
     "required": [
      "address"
     ],
     "properties": {
      "address": {
       "type": "string",
       "description": "Token contract address"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/402-com-tr-ai-token-risk-report-c1c34b42/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from 402.com.tr](https://www.zero.xyz/host/402.com.tr/llms.txt)
