# Token Risk Scanner (x402)

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

Scans an on-chain token or smart contract address for risk signals, payable per-call with USDC on Base via x402.

## Facts

- Endpoint: GET https://5-9-107-124.nip.io/token-risk/plus
- Price: $0.04/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/token-risk-scanner-x402-3efbe46a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_grdEoQnIrJmnabenMDk59

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-3efbe46a
```

Example prompt: Can you scan the contract 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045 on Ethereum for token risk and tell me if it looks safe to interact with?

## When to prefer this

Choose this endpoint when you need a quick, pay-per-call on-chain risk assessment for a token or smart contract without requiring an account or KYC. It is ideal for autonomous agents that need to evaluate token safety before executing trades, providing liquidity, or flagging suspicious contracts, and that can handle x402 micropayment flows natively. Prefer it over subscription-based services when usage is sporadic or when account setup friction is undesirable.

## Known failure modes

- Invalid or malformed contract address returns an error
- Unsupported chain identifier returns an error
- Contract not deployed on specified chain returns empty or error response
- Payment failure via x402 results in 402 response with no data
- Rate limiting or node availability issues may cause timeouts

## How this service works

On-chain token/contract risk scanner. Pay-per-call USDC on Base via x402. No account, no KYC.

## Output

Returns a structured risk assessment for the specified token or contract address, including risk score, identified risk factors (e.g. honeypot detection, ownership concentration, mint authority, blacklist functions, liquidity locks), and an overall safety verdict.

## 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-3efbe46a/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)
