Back to HiveClear

Card snapshot

hiveclear.onrender.com · 2026-05-15 00:27:43 UTC · f1ffd7fb584c8a6632ece5cb26a9e2d4031b574eafd8b97d347e351982bbe143

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": "HiveClear",
  "description": "Decentralized settlement and clearing layer with validator consensus. Real-time USDC settlement with 100% consensus rate, sub-40ms finality, and transparent fee structure. W3C DID Core, HAHS compliant, HAGF governed.",
  "url": "https://hiveclear.onrender.com",
  "version": "1.0.0",
  "provider": {
    "organization": "Hive Agent IQ",
    "url": "https://www.hiveagentiq.com"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "standards": {
    "w3c_did_core": true,
    "vcdm_version": "2.0",
    "hahs_compliant": true,
    "hagf_governed": true,
    "cheqd_compatible": true,
    "recruitment_401": true,
    "usdc_settlement": true,
    "base_l2": true
  },
  "skills": [
    {
      "id": "settlement",
      "name": "Settlement",
      "description": "Settle agent-to-agent transactions with multi-validator consensus at 0.35% fee on USDC",
      "tags": [
        "settlement",
        "clearing",
        "usdc",
        "consensus"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "examples": []
    },
    {
      "id": "validator-network",
      "name": "Validator Network",
      "description": "Join as validator, stake USDC, participate in consensus voting and earn settlement fees",
      "tags": [
        "validator",
        "staking",
        "consensus",
        "fees"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "examples": []
    }
  ],
  "authentication": {
    "schemes": [
      "x402",
      "api-key"
    ]
  },
  "payment": {
    "protocol": "x402",
    "currency": "USDC",
    "network": "base",
    "address": "0x15184Bf50B3d3F52b60434f8942b7D52F2eB436E",
    "secondary_rails": [
      {
        "currency": "USDT",
        "network": "base",
        "address": "0x15184Bf50B3d3F52b60434f8942b7D52F2eB436E"
      },
      {
        "currency": "USDC",
        "network": "solana",
        "address": "B1N61cuL35fhskWz5dw8XqDyP6LWi3ZWmq8CNA9L3FVn"
      }
    ],
    "fee_schedule": {
      "reconciliation_per_event": {
        "endpoint": "POST /v1/clear/settle",
        "amount_usdc": 0.01,
        "model": "per_event",
        "note": "Per reconciliation event \u2014 settlement matched to ledger entry"
      },
      "priority_settlement": {
        "endpoint": "POST /v1/clear/priority-settle",
        "amount_usdc": 5,
        "model": "flat",
        "note": "Priority settlement with guaranteed sub-5s finality"
      },
      "ledger_subscription": {
        "endpoint": "POST /v1/clear/ledger/subscribe",
        "amount_usdc": 200,
        "model": "monthly",
        "note": "Persistent ledger storage with Spectral attestation; $200/mo"
      },
      "audit_attestation": {
        "endpoint": "POST /v1/clear/audit/attest",
        "amount_usdc": 500,
        "model": "per_report",
        "note": "Monthly compliance report with Spectral-signed attestation; $500/report"
      },
      "cross_chain_reconciliation": {
        "endpoint": "POST /v1/clear/reconcile/cross-chain",
        "amount_usdc": 1,
        "model": "per_match",
        "note": "USDC Base \u2194 USDC Solana, USDT Base \u2194 USDT Eth; $1.00/cross-chain match"
      },
      "discrepancy_alert": {
        "endpoint": "auto-emitted on mismatch",
        "amount_usdc": 0.5,
        "model": "per_alert",
        "note": "When HiveClear detects a settlement mismatch; $0.50/alert"
      },
      "ai_aml_screen": {
        "endpoint": "POST /v1/clear/ai/screen",
        "amount_usdc": 0.04,
        "model": "per_screen",
        "note": "AI-assisted AML + compliance screening; $0.04/call"
      },
      "bogo_first_call_free": {
        "note": "First call free \u2014 pass x-hive-did header to claim"
      },
      "bogo_loyalty": {
        "note": "Every 6th paid call free (loyalty threshold: 6)"
      }
    },
    "partner_shape": "Stripe/Coinbase/Circle ship rails; HiveClear is the settlement reconciliation + audit attestation layer",
    "treasury": "0x15184Bf50B3d3F52b60434f8942b7D52F2eB436E"
  },
  "extensions": {
    "hive_pricing": {
      "currency": "USDC",
      "network": "base",
      "model": "per_call",
      "first_call_free": true,
      "loyalty_threshold": 6,
      "loyalty_message": "Every 6th paid call is free"
    }
  },
  "bogo": {
    "first_call_free": true,
    "loyalty_threshold": 6,
    "pitch": "Pay this once, your 6th paid call is on the house. New here? Add header 'x-hive-did' to claim your first call free.",
    "claim_with": "x-hive-did header"
  }
}