# x402 Chain Intel – Honeypot Contract Detector

> x402 Chain Intel – Honeypot Contract Detector 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).

Analyzes a smart contract address to determine whether it is a honeypot (a scam token that traps buyers and prevents selling)

## Facts

- Endpoint: POST https://x402-chain-intel.vercel.app/api/contract/is-honeypot
- 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-honeypot-contract-detector-e2e06d9c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1pc7BuqUqKaSonlLInCSl

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-honeypot-contract-detector-e2e06d9c -d '<json body>'
```

Example prompt: Before I buy this token at 0x742d35Cc6634C0532925a3b8D4C9E5d1b3e2f8a7 on Ethereum, check if it's a honeypot — I want to make sure I can actually sell it after buying.

## When to prefer this

Use this endpoint when you need a fast, pre-trade honeypot detection check for a specific token contract, especially in automated trading bot pipelines where you need a paid, reliable signal before executing a buy. Prefer this over free alternatives when accuracy and low-latency matter for real capital at risk.

## Known failure modes

- Invalid or malformed contract address returns an error
- Unsupported blockchain network not analyzed
- Contract not yet deployed or too new to analyze
- Payment not received (x402 payment required before response)
- Contract may pass checks but turn honeypot post-deployment via owner functions

## How this service works

27 paid endpoints for trading bots

## Output

Returns a boolean or risk assessment indicating whether the contract exhibits honeypot behavior, including flags such as sell restrictions, transfer locks, hidden fees, or other mechanisms that would prevent a buyer from selling the token after purchase.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-chain-intel-honeypot-contract-detector-e2e06d9c/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)
