# x402 Chain Intel – Token Safety Score

> x402 Chain Intel – Token Safety Score is a paid API for AI agents from x402-chain-intel.vercel.app, paid per call via x402, $0.18/call, status unknown (last checked 2026-09-14).

Scores a cryptocurrency token's safety profile for trading bots, flagging risks like rug pulls, honeypots, and malicious contract patterns

## Facts

- Endpoint: POST https://x402-chain-intel.vercel.app/api/score/token-safety
- Price: $0.18/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-chain-intel-token-safety-score-e8e410ae
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_KkOJSsDs5Zy_b2r8iwvXO

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 x402-chain-intel-token-safety-score-e8e410ae -d '<json body>'
```

Example prompt: Before my bot executes a swap, run a token safety score on contract address 0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48 on Ethereum mainnet so I know if it's a honeypot or rug pull risk.

## When to prefer this

Use this endpoint when an automated trading bot or DeFi agent needs a fast, pre-trade safety gate on an unknown or newly listed token. Prefer it over generic contract scanners when you need a pay-per-call, low-latency signal with no API key subscription overhead, and when operating in an x402 micropayment-enabled agent pipeline.

## Known failure modes

- Invalid or unrecognized token contract address returns an error or null score
- Unsupported blockchain network returns a 400 or scope error
- Token too new to have sufficient on-chain data may return low-confidence or incomplete scores
- Payment failure (insufficient USDC balance) blocks the request with a 402
- Rate limiting or server overload may return a 429 or 503

## How this service works

27 paid endpoints for trading bots

## Output

Returns a structured safety score (numeric or categorical) for the queried token, along with specific risk flags such as honeypot detection, sell restriction indicators, owner privilege abuse potential, liquidity lock status, and overall rug pull probability — giving trading bots a fast pass/fail signal before execution.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-chain-intel-token-safety-score-e8e410ae/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-chain-intel.vercel.app](https://www.zero.xyz/host/x402-chain-intel.vercel.app/llms.txt)
