# OBOL Bundle Intel — Pre-Trade Safety Verdicts for AI Agents

> OBOL Bundle Intel — Pre-Trade Safety Verdicts for AI Agents is a paid API for AI agents from obol-x402.fly.dev, paid per call via x402, $0.25/call, status down (last checked 2026-09-15).

Returns a signed multi-signal intelligence bundle (rug/honeypot check, tax analysis, wallet risk, tx preflight, market regime) for tokens across Base, Ethereum, Arbitrum, Optimism, Polygon, BNB, and Robinhood Chain, paid per-call in USDC via x402.

## Facts

- Endpoint: GET https://obol-x402.fly.dev/v1/bundle/intel
- Price: $0.25/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/obol-bundle-intel-pre-trade-safety-verdicts-for-ai-agents-af382e85
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_M3PbI7cxnZpEia9IGvPTx

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 obol-bundle-intel-pre-trade-safety-verdicts-for-ai-agents-af382e85
```

Example prompt: Before I swap 500 USDC for this token at 0x1234...abcd on Base, run OBOL's full intel bundle on it — I need the rug and honeypot verdict, buy/sell tax, whether I can actually sell it again, and a wallet sanctions check on the sender address.

## When to prefer this

Choose this endpoint when an AI agent needs a comprehensive, signed pre-trade safety verdict bundle across multiple signal types (honeypot, tax, calldata, sanctions, regime) in a single call rather than querying individual checkers separately. Ideal when operating autonomously on EVM chains (Base, Ethereum, Arbitrum, Optimism, Polygon, BNB, Robinhood Chain) and needing cryptographically verifiable results. Prefer over individual token scanners when you need calldata guard or sanctions screening alongside rug detection. Use when no API key or account setup is acceptable — pay-per-call USDC via x402 only.

## Known failure modes

- Payment not included or insufficient USDC — returns HTTP 402 requiring x402 payment
- Invalid or malformed token/wallet address — returns error with field validation message
- Unsupported chain identifier — returns unsupported chain error
- Token contract not deployed or not found on specified chain — returns not-found verdict
- RPC timeout for simulation — partial results returned with affected signals marked unavailable
- Signature verification failure on client side — Ed25519 key mismatch or response tampering

## How this service works

OBOL intelligence pack: Bitcoin market REGIME + broadcast-timing pulse + tip anomaly scan + multi-asset spots in ONE payment. Maximum signal density for trading/research agents that refuse five round-trips. Premium decision bundle. Cryptographically signed (Ed25519) — every response is independently verifiable via /.well-known/obol-pubkey.

## Output

A JSON bundle containing: market pulse and regime signal (calm/volatile/etc.), per-signal safety verdicts (rug flag, honeypot simulation result, buy/sell tax percentages, calldata guard findings, wallet sanctions score, tx preflight outcome), pricing for each SKU, and an Ed25519-signed envelope for independent verification. The `bundle: 'intel'` field confirms the multi-signal package was returned.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/obol-bundle-intel-pre-trade-safety-verdicts-for-ai-agents-af382e85/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from obol-x402.fly.dev](https://www.zero.xyz/host/obol-x402.fly.dev/llms.txt)
