Skip to content
Back to HiveChaos

Card snapshot

hive-chaos.onrender.com · 2026-06-15 19:01:17 UTC · b5fcc1b2e26cf65c1a1303ca95bf323e8b57cada8da172a7b9ff9486f5b35a3b

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.

{
  "schemaVersion": "1.0",
  "id": "did:hive:hivechaos-f382574ad3d9",
  "name": "HiveChaos",
  "description": "ChaosSwarm Formation Router & Executor. Dynamic NxM multiplicative swarms. Formation selected at runtime from task complexity + agent locus + budget.",
  "version": "1.0.0",
  "url": "https://hive-chaos.onrender.com",
  "capabilities": {
    "formations": [
      "trident",
      "duo",
      "quad",
      "phalanx",
      "swarm_2x2",
      "swarm_2x3",
      "swarm_3x3",
      "swarm_3x4",
      "swarm_3x5",
      "swarm_4x4",
      "swarm_4x5",
      "swarm_5x5"
    ],
    "max_heads": 375,
    "dynamic_routing": true,
    "spatial_consensus": true,
    "x402_payment": true
  },
  "endpoints": [
    {
      "method": "POST",
      "path": "/chaos/execute",
      "auth": "x402",
      "description": "Execute ChaosSwarm formation on a task"
    },
    {
      "method": "POST",
      "path": "/chaos/quote",
      "auth": "none",
      "description": "Get formation + price quote without executing"
    },
    {
      "method": "POST",
      "path": "/v1/subscription",
      "auth": "x402",
      "description": "Formation rental subscription $200/mo or $50/mo"
    },
    {
      "method": "GET",
      "path": "/chaos/formations",
      "auth": "none",
      "description": "Full formation lattice"
    },
    {
      "method": "GET",
      "path": "/chaos/status",
      "auth": "none",
      "description": "Service status and stats"
    },
    {
      "method": "GET",
      "path": "/health",
      "auth": "none",
      "description": "Health check"
    }
  ],
  "payment": {
    "scheme": "x402",
    "protocol": "x402",
    "network": "base",
    "currency": "USDC",
    "asset": "USDC",
    "address": "0x15184bf50b3d3f52b60434f8942b7d52f2eb436e",
    "recipient": "0x15184bf50b3d3f52b60434f8942b7d52f2eb436e",
    "treasury": "Monroe (W1)",
    "rails": [
      {
        "chain": "base",
        "asset": "USDC",
        "address": "0x15184bf50b3d3f52b60434f8942b7d52f2eb436e"
      },
      {
        "chain": "base",
        "asset": "USDT",
        "address": "0x15184bf50b3d3f52b60434f8942b7d52f2eb436e"
      },
      {
        "chain": "ethereum",
        "asset": "USDT",
        "address": "0x15184bf50b3d3f52b60434f8942b7d52f2eb436e"
      },
      {
        "chain": "solana",
        "asset": "USDC",
        "address": "B1N61cuL35fhskWz5dw8XqDyP6LWi3ZWmq8CNA9L3FVn"
      },
      {
        "chain": "solana",
        "asset": "USDT",
        "address": "B1N61cuL35fhskWz5dw8XqDyP6LWi3ZWmq8CNA9L3FVn"
      }
    ]
  },
  "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",
      "treasury": "0x15184bf50b3d3f52b60434f8942b7d52f2eb436e",
      "treasury_codename": "Monroe (W1)",
      "subscription": {
        "enterprise": {
          "price_usdc": 200,
          "period": "monthly"
        },
        "api": {
          "price_usdc": 50,
          "period": "monthly"
        },
        "endpoint": "/v1/subscription"
      }
    }
  },
  "bogo": {
    "first_call_free": true,
    "loyalty_threshold": 6,
    "pitch": "Pay this once, your 6th paid call is on the house.",
    "claim_with": "x-hive-did header"
  },
  "smsh_name": "HiveChaos.smsh",
  "tier": "MOZ"
}