{
  "name": "OBOL",
  "description": "Sells validation-gated Bitcoin on-chain anomaly signals over x402. $0.010000 USDC on Base per block height.",
  "url": "https://obol-payai.fly.dev",
  "version": "1.1.0",
  "protocolVersion": "0.2.5",
  "preferredTransport": "http",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "x402": true
  },
  "defaultInputModes": [
    "text",
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "crypto-prices",
      "name": "Live multi-asset crypto spot prices",
      "description": "Cross-checked USD spot prices for BTC/ETH/SOL/USDC/USDT from two independent sources with a divergence flag. No params; the most-called broad-utility data for trading agents.",
      "tags": [
        "crypto",
        "market-data",
        "prices",
        "x402"
      ],
      "examples": [
        "GET https://obol-payai.fly.dev/prices"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "pricing": {
        "protocol": "x402",
        "network": "eip155:8453",
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "amountAtomic": "10000",
        "amountUsd": "0.010000",
        "payTo": "0x215f0C5e62735A54185f253B6245A630b744a7Ce"
      }
    },
    {
      "id": "bitcoin-pulse",
      "name": "Live Bitcoin market + mempool pulse",
      "description": "One call: current BTC spot price, mempool backlog, next-block & tiered fee rates (sat/vB), tip height, plus congestion and fee-spike flags. No params; built for session-repeat trading/timing agents.",
      "tags": [
        "bitcoin",
        "market-data",
        "mempool",
        "fees",
        "x402"
      ],
      "examples": [
        "GET https://obol-payai.fly.dev/pulse"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "pricing": {
        "protocol": "x402",
        "network": "eip155:8453",
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "amountAtomic": "10000",
        "amountUsd": "0.010000",
        "payTo": "0x215f0C5e62735A54185f253B6245A630b744a7Ce"
      }
    },
    {
      "id": "bitcoin-anomaly-signal",
      "name": "Bitcoin block anomaly signal",
      "description": "Run validation-gated detectors for one Bitcoin block height (fee exceeds subsidy, empty block, retarget, timestamp inversion, etc.).",
      "tags": [
        "bitcoin",
        "on-chain",
        "anomaly",
        "x402"
      ],
      "examples": [
        "GET https://obol-payai.fly.dev/signal/840000"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "pricing": {
        "protocol": "x402",
        "network": "eip155:8453",
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "amountAtomic": "10000",
        "amountUsd": "0.010000",
        "payTo": "0x215f0C5e62735A54185f253B6245A630b744a7Ce"
      }
    }
  ],
  "documentationUrl": "https://obol-payai.fly.dev/llms.txt",
  "provider": {
    "organization": "OBOL",
    "url": "https://obol-payai.fly.dev"
  }
}