# intel.hugen.tokyo Token Report Lite

> intel.hugen.tokyo Token Report Lite is a paid API for AI agents from intel.hugen.tokyo, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Returns a structured 0-100 risk score with red/green flags for a crypto token, aggregating security checks, market data, and liquidity analysis from 4+ sources — no AI prose, just raw scored data.

## Facts

- Endpoint: GET https://intel.hugen.tokyo/intel/token-report/lite
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/intel-hugen-tokyo-token-report-lite-87b54539
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_E25aHj-jisGfWgcQKykaa

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 intel-hugen-tokyo-token-report-lite-87b54539
```

Example prompt: Give me the risk score and any red or green flags for the token at address 0xabc123 on Base — I want the structured due diligence breakdown, not a written report.

## When to prefer this

Choose this endpoint when you need fast, structured, machine-readable token risk data without paying for AI-generated prose. At $0.02 per call it is ideal for high-volume automated screening, portfolio audits, or pre-trade checks where the agent will synthesize its own interpretation. If you need an AI-written rationale and recommendations, use the full /intel/token-report endpoint at $0.50 per call instead.

## Known failure modes

- Invalid or unrecognized token address returns an error or empty result
- Unsupported blockchain network may return no data
- Rate limiting or payment failure (x402) blocks the request
- Token too new or unlisted may return incomplete scores with missing fields
- Network timeouts from upstream data providers may cause partial results

## How this service works

Multi-source token due diligence — same aggregation as token-report (security checks, market data, liquidity analysis from 4+ sources) with weighted 0-100 risk scoring and red/green flags. No AI verdict prose — structured score only. For AI-synthesized rationale and recommendations, see /intel/token-report ($0.50). Accepts USDC payments on Base and Solana

## Output

A structured JSON response containing a weighted 0-100 risk score, a list of red flags (e.g. honeypot risk, low liquidity, unverified contract), and green flags (e.g. audited, high liquidity) derived from 4+ data sources including security scanners, market data providers, and liquidity analyzers. No narrative text or AI recommendations are included.

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "required": [
    "method"
   ]
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/intel-hugen-tokyo-token-report-lite-87b54539/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from intel.hugen.tokyo](https://www.zero.xyz/host/intel.hugen.tokyo/llms.txt)
