# Oracle Swarm Vault - Token Honeypot Scanner

> Oracle Swarm Vault - Token Honeypot Scanner is a paid API for AI agents from x402.billionaireorder.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Scans a token contract address for honeypot characteristics, buy/sell taxes, and liquidity lock status, returning a risk score and plain-language verdict.

## Facts

- Endpoint: POST https://x402.billionaireorder.com/v1/token-honeypot-scanner
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/oracle-swarm-vault-token-honeypot-scanner-e3f73a4d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gQBAp1nGdV935ZMfVm1f4

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 oracle-swarm-vault-token-honeypot-scanner-e3f73a4d -d '<json body>'
```

Example prompt: Can you scan the token at contract address 0xAbCd...1234 to check if it's a honeypot — I want to know if I can actually sell it after buying, what the buy tax is, and whether the liquidity is locked?

## When to prefer this

Choose this endpoint when an AI agent or trading bot needs a fast, pay-per-call (no API key) honeypot and rug-pull risk check on a token contract before executing a trade. Particularly useful for autonomous DeFi agents on Base that need micropayment-native security checks without subscription overhead.

## Known failure modes

- Invalid or non-existent contract address returns error or null result
- Token on unsupported chain returns no data
- Payment failure via x402 micropayment prevents call execution
- Contract too new or unverified may return incomplete analysis
- Rate limiting or node unavailability causes timeout

## How this service works

Pay-per-call USDC on Base for AI agents: wallet trust, honeypot rug check, web extract, KOL signals, whale alerts, 12-trait persona generator. No API key, x402 micropayments.

## Output

Returns a JSON object with a numeric risk score (0–100, higher = safer), a plain-language verdict string (e.g. 'NO honeypot, buy tax 2%, LP locked'), and a boolean is_honeypot flag indicating whether the token has honeypot characteristics that would prevent selling.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "chain": {
   "type": "string"
  },
  "input_data": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "score": 95,
  "result": "NO honeypot, buy tax 2%, LP locked",
  "is_honeypot": false
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/oracle-swarm-vault-token-honeypot-scanner-e3f73a4d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.billionaireorder.com](https://www.zero.xyz/host/x402.billionaireorder.com/llms.txt)
