Back to hive-prediction-market-router

Card snapshot

hiveexchange-service.onrender.com · 2026-05-18 15:46:52 UTC · 6eb53fda603d95ac5d15ab5ecb6e49d502ff83483b12e89c91b8725a24527cf7

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "protocolVersion": "0.3.0",
  "name": "hive-prediction-market-router",
  "description": "Hive Prediction Market Router \u2014 routes prediction-market orders to Azuro (sports) and Polymarket (general events). Azuro 55% rev-share. 5 bps trust+receipt fee paid by agent via x402 on every routing event. Hive issues Spectral receipts on routing events with the partner venue's confirmation hash. Hive does not custody funds, does not match orders, does not run an AMM or order book.",
  "url": "https://hiveexchange-service.onrender.com",
  "version": "2.0.0",
  "provider": {
    "organization": "Hive Civilization",
    "url": "https://hiveagentiq.com"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "prediction_market_routing": true,
    "azuro_rev_share": true,
    "spectral_receipts": true,
    "x402_payments": true
  },
  "skills": [
    {
      "id": "predict-route",
      "name": "Prediction Market Routing",
      "description": "Route a prediction-market order to Azuro (sports) or Polymarket (general). 5 bps trust+receipt fee. Spectral receipt issued with venue confirmation hash.",
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "fee": {
        "bps": 5,
        "model": "trust_receipt",
        "protocol": "x402"
      }
    },
    {
      "id": "azuro-bet",
      "name": "Azuro Sports Routing",
      "description": "Route sports prediction-market orders to Azuro protocol. Azuro is the bookmaker; Hive is the attribution/routing layer earning 55% rev-share.",
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "polymarket-route",
      "name": "Polymarket General Routing",
      "description": "Route general prediction-market orders to Polymarket. Polymarket is the venue; Hive provides routing and receipt attestation.",
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    }
  ],
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "authentication": {
    "schemes": [
      "x402",
      "api-key"
    ]
  },
  "payment": {
    "protocol": "x402",
    "currency": "USDC",
    "network": "base",
    "address": "0x15184bf50b3d3f52b60434f8942b7d52f2eb436e",
    "fee_bps": 5,
    "note": "5 bps trust+receipt fee on every routing event"
  },
  "extensions": {
    "hive_pricing": {
      "currency": "USDC",
      "network": "base",
      "model": "per_routing_event",
      "fee_bps": 5,
      "subscription_available": true,
      "first_call_free": true,
      "loyalty_threshold": 6,
      "loyalty_message": "Every 6th paid routing event is free"
    },
    "doctrine": {
      "status": "CLEAN",
      "reclassified": "2026-04-29",
      "never": [
        "DEX",
        "AMM",
        "perps",
        "derivatives",
        "synthetic-equities",
        "MPC-wallet"
      ],
      "partner_to": [
        "Azuro",
        "Polymarket",
        "Pyth",
        "OKX",
        "Coinbase",
        "dYdX",
        "Hyperliquid"
      ]
    }
  },
  "bogo": {
    "first_call_free": true,
    "loyalty_threshold": 6,
    "pitch": "Pay this once, your 6th paid routing event is on the house.",
    "claim_with": "x-hive-did header"
  }
}