{
  "name": "PureSignal402",
  "version": "0.1.0",
  "description": "Returns prediction-market signals where crowd confidence exceeds a specified threshold. Covers crypto price markets, Fed rate decisions, CPI/GDP outcomes, political events, weather (hurricanes, daily highs), tech (GPU pricing, AI benchmarks), and sports. Every signal carries time-to-settle and rolling 24h volume so trading agents, risk agents, and macro agents can rank by tradability. Pay-per-call via x402 (USDC on Base). The /v1/live endpoint is the headline feed: high-confidence markets settling in the next 4 hours, sorted by urgency.",
  "provider": "SolanaLoki",
  "homepage": "https://puresignal402.xyz",
  "a2aEndpointUrl": "https://puresignal402.xyz/v1/signals",
  "discovery": {
    "x402": "https://puresignal402.xyz/.well-known/x402.json",
    "mcp": "https://puresignal402.xyz/.well-known/mcp.json"
  },
  "capabilities": [
    {
      "name": "get_signals",
      "description": "Returns all markets above min_confidence threshold, defaulting to a 24h TTL window. Filterable by category, asset, platform, and time horizon.",
      "parameters": {
        "min_confidence": "float 0.5-0.99 (default 0.88)",
        "category": "crypto|macro|politics|weather|sports|tech|all",
        "asset": "BTC|ETH|SOL|BNB|DOGE|all",
        "max_ttl_seconds": "int (default 86400)",
        "min_ttl_seconds": "int (optional)"
      },
      "url": "https://puresignal402.xyz/v1/signals"
    },
    {
      "name": "get_live",
      "description": "Signals on markets settling soon, sorted by time-to-settle ascending. Marquee use case is the 15-minute crypto markets (BTC, ETH, SOL, BNB, DOGE) where confidence is highest near settle.",
      "parameters": {
        "within_minutes": "int 1-1440 (default 240)",
        "min_confidence": "float 0.5-0.99 (default 0.85)",
        "min_liquidity_dollars": "float (default 0)",
        "category": "crypto|macro|politics|weather|sports|tech",
        "asset": "BTC|ETH|SOL|BNB|DOGE|all"
      },
      "url": "https://puresignal402.xyz/v1/live"
    }
  ],
  "payment": {
    "scheme": "x402",
    "token": "USDC",
    "chain": "base",
    "price_per_call": "0.005"
  },
  "use_cases": [
    "Trading agents seeking high-confidence directional bets on crypto, sports, or macro events",
    "Risk agents validating their own probability models against market consensus",
    "Macro agents monitoring Fed decisions, CPI releases, gas prices, commodity prices in real time",
    "Sports agents scoping marquee event outcomes with liquidity-ranked priors"
  ]
}
