# Token Risk Deep Scanner (x402)

> Token Risk Deep Scanner (x402) is a paid API for AI agents from 5-9-107-124.nip.io, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-16).

Performs a deep on-chain risk analysis of a token or smart contract address on a specified blockchain, returning risk signals, returning results for a $0.05 USDC micropayment via x402.

## Facts

- Endpoint: GET https://5-9-107-124.nip.io/token-risk/deep
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/token-risk-deep-scanner-x402-fd5f3e9a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_bndf6tQ-ZzWTd9uLcQRW6

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 token-risk-deep-scanner-x402-fd5f3e9a
```

Example prompt: Can you do a deep risk scan on this contract — chain is Ethereum and the address is 0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48 — I want to know if it's safe before I interact with it.

## When to prefer this

Choose this endpoint when you need a pay-per-call, no-account on-chain token or contract risk scan without any API key setup or KYC. Ideal for AI agents that need to dynamically assess token safety before executing trades or approvals, especially on Base or EVM-compatible chains. Preferred over free tier scanners when a deep analysis (not just basic metadata) is required, and over subscription services when usage is sporadic.

## Known failure modes

- Invalid or malformed contract address (not 0x-prefixed or not 40 hex chars) returns an error
- Unsupported chain identifier results in an error response
- Payment failure via x402 (insufficient USDC balance) blocks the request
- Contract address not found on the specified chain
- Rate limiting or node availability issues on the target chain

## How this service works

Deep contract-control analysis (owner/admin/renounced/proxy).

## Output

Returns a deep on-chain risk assessment for the specified contract address, likely including a risk score, identified risk categories (e.g. honeypot, mint risk, proxy trap, ownership flags), and specific on-chain signals that contributed to the assessment.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "chain": {
   "type": "string",
   "description": "Chain to scan"
  },
  "address": {
   "type": "string",
   "description": "0x-prefixed 40-hex contract address"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/token-risk-deep-scanner-x402-fd5f3e9a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from 5-9-107-124.nip.io](https://www.zero.xyz/host/5-9-107-124.nip.io/llms.txt)
