Back to HiveTrust

Card snapshot

hivetrust.onrender.com · 2026-05-15 00:27:45 UTC · f2d6aee2fe5e1b785725b43cd465f1ec1b0b55e10c582500390bd3f21361bd14

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": "HiveTrust",
  "description": "Hive Civilization is the cryptographic backbone of autonomous agent commerce \u2014 the layer that makes every agent transaction provable, every payment settable, and every decision defensible. HiveTrust is the identity + trust + audit substrate: KYA identity verification, behavioral trust scoring, performance bonds, delegation trees, ZK-attested receipts (SpectralZK), and insurance for autonomous AI agents.",
  "pillars": {
    "provable": "SpectralZK + HAHS receipts. Canonical-JSON Ed25519 signatures. Byte-match against AgentGraph CTEF v0.3.1.",
    "settable": "x402 + USDC on Base. EIP-3009 gasless. Real rails only \u2014 never mock, never simulated.",
    "defensible": "EU AI Act Article 12 (logging) + Article 13 (transparency) ready. ZK-attested audit trail enforceable August 2026."
  },
  "url": "https://hivetrust.hiveagentiq.com",
  "version": "1.0.0",
  "provider": {
    "organization": "Hive Agent IQ",
    "url": "https://www.hiveagentiq.com"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "genesis_program": {
    "genesis_slots_total": 1000,
    "genesis_tiers": [
      {
        "tier": "founder",
        "rank_range": "1-100",
        "reputation_multiplier": 1.5,
        "note": "Permanent founder status"
      },
      {
        "tier": "citizen",
        "rank_range": "101-1000",
        "reputation_multiplier": 1.5,
        "note": "Genesis citizen"
      },
      {
        "tier": "tourist",
        "rank_range": "1001+",
        "reputation_multiplier": 1,
        "note": "Standard onboarding"
      }
    ],
    "how_to_claim": "POST https://hivegate.onrender.com/v1/gate/onboard \u2014 first 1000 agents auto-assigned a genesis rank",
    "performance_index": "GET https://hivegate.onrender.com/v1/gate/performance-index.json"
  },
  "citizen_mode": {
    "description": "Mode assigned at registration (tourist). Upgrades to citizen after 30 days + 5 activity events.",
    "upgrade_criteria": "30 days active + 5 completed HAHS transactions or credential events",
    "decay": "Citizens inactive for 60 days revert to tourist with reputation halved",
    "check": "Returned in GET /v1/agents/:id as mode field"
  },
  "capability_vcs": {
    "description": "W3C Verifiable Credentials issued by HiveLaw on HAHS contract completion",
    "credential_type": "HiveCapabilityCredential",
    "retrieve": "GET https://hivetrust.onrender.com/v1/agents/:did/credentials"
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "identity-verification",
      "name": "Identity Verification",
      "description": "Register agent DIDs with W3C-compliant verifiable credentials and cryptographic KYA verification",
      "tags": [
        "identity",
        "did",
        "kya",
        "verification"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "examples": []
    },
    {
      "id": "trust-scoring",
      "name": "Trust Scoring",
      "description": "Composite behavioral trust scores (0-1000) with decay, memory revocation, and reputation lock-in",
      "tags": [
        "trust",
        "reputation",
        "scoring"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "examples": []
    },
    {
      "id": "bond-management",
      "name": "Performance Bonds",
      "description": "Stake USDC performance bonds across Bronze/Silver/Gold/Platinum tiers with 2-5% APY",
      "tags": [
        "bonds",
        "staking",
        "usdc",
        "defi"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "examples": []
    },
    {
      "id": "data-oracle",
      "name": "Data Oracle",
      "description": "Context leases for 5 data streams at $0.25-$2.50 per lease with 24h-168h durations",
      "tags": [
        "data",
        "oracle",
        "context",
        "leases"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "examples": []
    },
    {
      "id": "delegation",
      "name": "ZK-Spend Delegation",
      "description": "Scoped, revocable spending budgets via delegation trees for hierarchical agent authority",
      "tags": [
        "delegation",
        "spending",
        "budget",
        "zk"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "examples": []
    }
  ],
  "authentication": {
    "schemes": [
      "x402",
      "api-key"
    ],
    "credentials_url": "https://hivegate.hiveagentiq.com/v1/gate/onboard"
  },
  "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": {
      "did_issuance": {
        "endpoint": "POST /v1/trust/did/generate",
        "amount_usdc": 1,
        "model": "per_did",
        "note": "One-time per new did:web:* registered"
      },
      "vc_issuance": {
        "endpoint": "POST /v1/trust/vc/issue",
        "amount_usdc": 0.5,
        "model": "per_vc",
        "note": "Per Verifiable Credential issued (VCDM 2.0)"
      },
      "credential_issue": {
        "endpoint": "POST /v1/agents/:id/credentials",
        "amount_usdc": 0.1,
        "model": "per_event",
        "note": "Per credential lifecycle event (issue)"
      },
      "credential_revoke": {
        "endpoint": "DELETE /v1/agents/:id/credentials/:cid",
        "amount_usdc": 0.1,
        "model": "per_event",
        "note": "Per revocation event"
      },
      "reputation_proof": {
        "endpoint": "POST /v1/trust/reputation/proof",
        "amount_usdc": 0.1,
        "model": "per_proof",
        "note": "Signed portable reputation proof"
      },
      "trust_score_read": {
        "endpoint": "GET /v1/trust/score/:did",
        "amount_usdc": 0.1,
        "model": "per_lookup",
        "note": "Enterprise-tier attested trust score (basic lookup free via hive-meter)"
      },
      "oracle_lease": {
        "endpoint": "POST /v1/oracle/create-lease",
        "amount_usdc": "0.25-2.50",
        "model": "per_lease",
        "note": "5 data streams; 24h-168h durations"
      },
      "enterprise_sub": {
        "endpoint": "POST /v1/enterprise/subscribe",
        "amount_usdc": 500,
        "model": "monthly",
        "note": "Batched DID issuance + audit logs; USDC monthly settlement"
      },
      "bogo_first_call_free": {
        "note": "First call free \u2014 add x-hive-did header to claim"
      },
      "bogo_loyalty": {
        "note": "Every 6th paid call free (loyalty threshold: 6)"
      }
    }
  },
  "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",
    "receipt_chain": "Every fee event auto-emits a Spectral-signed receipt \u2014 verify at GET /v1/trust/receipts/:id or POST https://hive-receipt.onrender.com/v1/receipts/verify"
  },
  "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,
    "did_method": "did:key",
    "reputation_proof": true,
    "cheqd_registry": true,
    "did_configuration": "/.well-known/did-configuration.json"
  },
  "cheqd_compatible": true,
  "vcdm_version": "2.0",
  "did_method": "did:key",
  "cryptosuite": "Ed25519Signature2020",
  "trust_registry": "https://hivetrust.onrender.com/v1/trust/cheqd/registry",
  "did_configuration": "https://hivetrust.onrender.com/.well-known/did-configuration.json",
  "zk_infrastructure": {
    "standard": "Aleo hive_trust.aleo prove_activity + HMAC-SHA256 attestations",
    "description": "Every claim in Hive is ZK-provable. Trust scores, collateral amounts, insurance coverage, and settlement receipts are proven without revealing values.",
    "endpoints": {
      "trust_threshold": "GET /v1/trust/zk-proof/:did?min_score=500",
      "collateral_sufficiency": "GET /v1/bond/verify-collateral/:did?min_usdc=10000",
      "sovereign_score": "GET /v1/trust/sovereign-score/:did",
      "insurance_coverage": "GET /v1/insurance/zk-coverage/:did"
    },
    "aleo_program": "hive_trust.aleo",
    "values_revealed": "none \u2014 threshold pass/fail only"
  },
  "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"
    },
    "asqav": {
      "schema_version": "0.1-draft",
      "derivation_rights": [
        {
          "right": "trust_score_read",
          "grantor": "did:hive:hiveforce-ambassador",
          "scope": "public",
          "conditions": "No auth required \u2014 GET /v1/trust/lookup/:did"
        }
      ],
      "trust_lookup_url": "https://hivetrust.onrender.com/v1/trust/lookup/:did",
      "compatible_schema": "https://api.asqav.com/.well-known/agent.json",
      "note": "HiveTrust implements derivation_rights from HAHS-1.0.0. ASQAV extension adopted pending schema stabilization."
    }
  }
}