# intel.hugen.tokyo Wallet Report Lite

> intel.hugen.tokyo Wallet 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-13).

Returns structured wallet intelligence — address security check, on-chain activity classification (whale/bot/trader/retail), and risk score 0-100 — without AI-synthesized prose.

## Facts

- Endpoint: GET https://intel.hugen.tokyo/intel/wallet-report/lite
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/intel-hugen-tokyo-wallet-report-lite-427c9d0b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_cWdWyPgFoTMvQW9AOScRK

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-wallet-report-lite-427c9d0b
```

Example prompt: Can you run a wallet security check on 0xABCDEF1234567890... and tell me its risk score and whether it's classified as a whale, bot, trader, or retail user — I want the raw structured classification, not a written summary.

## When to prefer this

Choose this endpoint when you need fast, cheap ($0.02), structured wallet risk and activity classification without AI prose — ideal for automated pipelines, screening, or batch workflows where machine-readable output matters. Use the full /intel/wallet-report ($0.50) when you also need AI-synthesized rationale and narrative explanation for human review.

## Known failure modes

- Invalid or malformed wallet address returns an error or empty result
- Unsupported blockchain network may yield no classification data
- Rate limiting or payment failure (x402) if USDC payment is not accepted
- Address with no on-chain history may return minimal or null classifications
- Network timeouts for high-load periods

## How this service works

Wallet intelligence — address security check, on-chain activity classification (whale/bot/trader/retail), and risk scoring 0-100. No AI verdict prose — structured classification only. For AI-synthesized rationale, see /intel/wallet-report ($0.50). Accepts USDC payments on Base and Solana

## Output

A structured JSON response containing: a risk score from 0 to 100, an on-chain activity classification label (whale, bot, trader, or retail), and security flags for the queried wallet address. No AI-generated prose or narrative rationale is included — only machine-readable fields.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/intel-hugen-tokyo-wallet-report-lite-427c9d0b/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)
