# Intel Hugen Token Due Diligence Report

> Intel Hugen Token Due Diligence Report is a paid API for AI agents from intel.hugen.tokyo, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-16).

Aggregates security checks, market data, and liquidity analysis from 4+ sources into an AI-synthesized risk verdict with 0-100 scoring, red/green flags, and recommendations for a given token.

## Facts

- Endpoint: GET https://intel.hugen.tokyo/intel/token-report
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/intel-hugen-tokyo-1da3e90e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_acUje2JNCoHfYhRGMpqA7

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-1da3e90e
```

Example prompt: Can you run a full due diligence report on the token at address 0x1234...abcd on Ethereum — I want the AI risk score, any red flags around security or liquidity, and a verdict on whether it's safe to buy?

## When to prefer this

Choose this endpoint when you need a single, comprehensive token risk assessment that combines security scanning, market data, and liquidity analysis without integrating 4+ separate APIs. Ideal for AI agents performing token due diligence before a trade, investment decision, or DeFi interaction, especially when you want an AI-synthesized verdict with normalized scoring rather than raw data from multiple sources.

## Known failure modes

- Invalid or unrecognized token address returns error
- Unsupported blockchain network returns 400
- Token with no on-chain history may return incomplete data
- Payment not received or insufficient USDC results in 402
- Rate limiting or upstream data source unavailability causes 503

## How this service works

Multi-source token due diligence report — aggregates security checks, market data, and liquidity analysis from 4+ data sources, then synthesizes an AI risk verdict with 0-100 scoring. Returns red/green flags, recommendations, and market context. One call replaces 4+ API integrations, response normalization, and LLM synthesis. Accepts USDC payments on Base and Solana

## Output

Returns a comprehensive token report including an AI-generated risk score from 0 to 100, a risk verdict, red and green flags covering security and market concerns, liquidity analysis, market context, and actionable recommendations — all synthesized from 4+ underlying data sources.

## Example request

```json
{
 "chain": "ethereum",
 "address": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48"
}
```

## Request schema (JSON Schema)

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

## More

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