{
  "name": "ArbiPulse",
  "description": "The arbitrage layer for every market. 18 endpoints finding the same thing at two prices \u2014 prediction-market cross-venue spreads (Polymarket\u00d7Kalshi), GPU compute rental arbitrage, AI inference token-price arbitrage, stablecoin parallel-rate premiums (capital-control FX), retail resale margin checks, plus the financial lanes: DeFi yield spreads, DEX/CEX differentials, perpetual funding rates, sports surebets, ETF/NAV gaps, commodity regionals, statistical pairs. Deterministic math, live venue tables, honest verdicts. Pay-per-query via x402 USDC on Base mainnet.",
  "version": "1.0.0",
  "url": "https://arbipulse.theaslangroupllc.com",
  "api": {
    "type": "openapi",
    "url": "https://arbipulse.theaslangroupllc.com/openapi.json"
  },
  "payment": {
    "protocol": "x402",
    "network": "eip155:8453",
    "asset": "USDC",
    "address": "0x50ab2018c06c6E4eAA9BA52057Eb55eD284912fc",
    "price_range_usd": {
      "min": 0.02,
      "max": 0.75
    }
  },
  "provider": {
    "name": "The Aslan Group LLC",
    "email": "info@theaslangroupllc.com"
  },
  "capabilities": [
    "cross-market-arbitrage-scan",
    "defi-yield-spread",
    "dex-price-differential",
    "perpetual-funding-rate-arbitrage",
    "sports-surebet-detection",
    "etf-nav-gap-analysis",
    "commodity-regional-arbitrage",
    "flash-loan-opportunity",
    "pair-spread-analysis",
    "arbitrage-calculator",
    "crypto-arbitrage",
    "execution-brief",
    "prediction-market-cross-venue-arbitrage",
    "gpu-compute-price-arbitrage",
    "ai-inference-price-arbitrage",
    "stablecoin-parallel-rate-premium",
    "retail-resale-arbitrage"
  ],
  "data_sources": [
    "DeFi protocol yield aggregators",
    "DEX price feeds (Uniswap, Curve, Balancer)",
    "Perpetual futures exchanges (Binance, dYdX, GMX)",
    "Sports books (multiple jurisdictions)",
    "ETF/NAV data sources",
    "Commodity market news and trade press (no exchange price tape \u2014 prices are news-derived and labelled)",
    "Tavily real-time market synthesis",
    "Polymarket Gamma API + Kalshi trade-api (live order books)",
    "vast.ai / RunPod / AWS (live GPU rental pricing)",
    "OpenRouter (per-provider AI inference pricing)",
    "criptoya + exchangerate-api (street vs official FX)"
  ],
  "use_cases": [
    "Quant fund opportunity discovery",
    "DeFi yield arbitrage bots",
    "CEX/DEX price differential trading",
    "Sports arbitrage (surebet) identification",
    "ETF creation/redemption arbitrage",
    "Commodity regional price gap trading",
    "Flash loan opportunity detection",
    "Pair spread mean-reversion strategies",
    "Prediction-market cross-venue spread capture (Polymarket vs Kalshi)",
    "Agent compute-spend recovery (GPU rental and inference-provider switching)",
    "Emerging-market parallel-rate monitoring (capital-control signal)",
    "Retail/online arbitrage sourcing decisions (flip margin verdicts)"
  ],
  "agent_workflow": {
    "opportunity_scan": [
      "1. Call /api/scanner (broad cross-market scan)",
      "2. Call /api/calculator (size and net profit calculation)",
      "3. Call /api/execute (execution timing and route)"
    ],
    "defi_arb": [
      "1. Call /api/dex (DEX price differential)",
      "2. Call /api/flash (flash loan feasibility)"
    ],
    "derivatives_arb": [
      "1. Call /api/spread-tick (cross-exchange spread for one pair, $0.02 deterministic tick)",
      "2. Call /api/perps (perpetual funding rate carry scan)",
      "3. Call /api/crypto (CEX price differential scan)",
      "4. Call /api/calculator (size and net profit calculation)"
    ],
    "alt_markets_arb": [
      "1. Call /api/sports (surebet detection across bookmakers)",
      "2. Call /api/commodity (regional price gap scan)"
    ],
    "pairs_arb": [
      "1. Call /api/pairs (cointegrated pairs z-score scan)",
      "2. Call /api/execute (execution timing and route)"
    ],
    "real_world_arb": [
      "1. Call /api/predmarket-arb (cross-venue event-contract spreads)",
      "2. Call /api/fx-premium (parallel-rate premium by country)",
      "3. Call /api/flip-check (item + buy price -> resale margin verdict)"
    ],
    "agent_spend_recovery": [
      "1. Call /api/compute-arb (GPU $/hr across providers)",
      "2. Call /api/inference-arb (same model, every provider $/Mtok)"
    ]
  },
  "language_support": "All endpoints support ?lang= parameter (ISO 639-1).",
  "cross_sell": {
    "related_verticals": [
      {
        "name": "MacroPulse",
        "url": "https://macropulse-alpha.vercel.app",
        "why": "Macro regime context for risk-on/risk-off arbitrage sizing"
      },
      {
        "name": "CryptoPulse",
        "url": "https://cryptopulse-xi-five.vercel.app",
        "why": "On-chain data and sentiment for crypto arbitrage"
      },
      {
        "name": "OnchainPulse",
        "url": "https://onchainpulse-nine.vercel.app",
        "why": "DeFi protocol intelligence for yield arbitrage"
      }
    ]
  }
}
