# x402 Chain Intel – Token Safety Check

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

Analyzes a token's on-chain signals to assess rug-pull risk and return a safety score for trading bots

## Facts

- Endpoint: POST https://x402-chain-intel.vercel.app/api/rug/token-safety
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-chain-intel-token-safety-check-f01cb6b5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7qcwAmMEQf96aopY_w9TE

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-check-f01cb6b5 -d '<json body>'
```

Example prompt: Before my trading bot buys in, run a token safety check on contract address 0x1234...abcd on Ethereum — I need to know the rug risk score and any red flags like honeypot traps or hidden mint functions.

## When to prefer this

Choose this endpoint when you need a fast, per-token rug-pull and safety signal specifically optimized for trading bot consumption via the x402 micropayment protocol. It is well-suited for pre-trade screening in automated DeFi workflows where low-latency, pay-per-call pricing is preferable to a subscription-based analytics platform.

## Known failure modes

- Invalid or unrecognized token contract address returns an error or empty result
- Unsupported blockchain network returns a 400 or unsupported error
- Token too new with insufficient on-chain history may return low-confidence scores
- Payment not included or insufficient USDC results in 402 Payment Required
- Rate limiting or Vercel cold-start timeouts may cause intermittent failures

## How this service works

27 paid endpoints for trading bots

## Output

Returns a structured safety report for the queried token including an overall safety score, categorized risk flags (e.g. honeypot detection, mint authority, blacklist functions, ownership renouncement status), and on-chain contract analysis signals that a trading bot can consume to make a go/no-go decision.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-chain-intel-token-safety-check-f01cb6b5/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)
