# Token Risk Scanner (x402 Pay-Per-Call)

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

Scans an on-chain token or smart contract address for risk signals, returning a risk assessment for the specified chain and contract.

## Facts

- Endpoint: GET https://5-9-107-124.nip.io/token-risk
- Price: $0.01/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-scanner-x402-pay-per-call-bc8e8faa
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zog1D8iz78gkCl9K3KMwL

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-scanner-x402-pay-per-call-bc8e8faa
```

Example prompt: Can you scan this Ethereum contract 0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48 and tell me whether it has any on-chain risk signals I should know about before I buy?

## When to prefer this

Choose this endpoint when you need a fast, permissionless, pay-per-call on-chain risk scan for a specific token or smart contract without requiring an account or KYC. It is ideal for DeFi agents, portfolio managers, or trading bots that need to gate decisions on token safety before executing swaps or investments. Prefer it over subscription-based alternatives when you want to pay only for the calls you make in USDC on Base via the x402 protocol.

## Known failure modes

- Invalid or malformed contract address returns an error
- Unsupported or unrecognized chain name may return an error or empty result
- Contract address not found on the specified chain returns no data
- Payment failure via x402 results in 402 response and no risk data
- Rate limiting or infrastructure issues on the bare-IP host may cause timeouts

## How this service works

Static on-chain token/contract risk scan (bytecode heuristics).

## Output

Returns a risk assessment for the specified token or smart contract, including risk signals, potential red flags (e.g. honeypot patterns, ownership concentration, malicious code indicators), and an overall risk level for the contract on the given chain.

## 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-scanner-x402-pay-per-call-bc8e8faa/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)
