{
  "hub": "Forge \u2014 CreditChain AI-era smart contract hub",
  "generated_from": "live on-chain verification; no hand-entered behaviour claims",
  "chain": {
    "name": "CreditChain testnet",
    "chain_id": 2026042404,
    "rpc": "https://testnet.creditchain.org"
  },
  "count": 4,
  "contracts": [
    {
      "slug": "agent-spend-vault",
      "name": "AgentSpendVault",
      "summary": "Chain-enforced, bounded, revocable spending mandate for an AI agent. The owner funds a vault and delegates limited authority; the chain enforces every limit.",
      "standard": "ERC-AGM",
      "tags": [
        "agent-finance",
        "mandate",
        "erc-agm",
        "custody",
        "reference"
      ],
      "address": "0xE50680e68451A07810205d0258eb567470Bdf994",
      "verified": true,
      "audited": false,
      "tests": 19,
      "abi_entries": 28
    },
    {
      "slug": "agent-reputation",
      "name": "AgentReputation",
      "summary": "On-chain reputation for AI agents, accrued only from spending mandates the agent provably served and the real owner attested.",
      "standard": "ERC-AGM extension",
      "tags": [
        "agent-finance",
        "reputation",
        "erc-agm",
        "registry"
      ],
      "address": "0x715Fe5D02eA8297327A90C5Cca96d50b878B3162",
      "verified": true,
      "audited": false,
      "tests": 8,
      "abi_entries": 11
    },
    {
      "slug": "reputation-gate",
      "name": "ReputationGate",
      "summary": "Makes reputation a precondition for spending. An operator may only spend from a mandate once its on-chain score meets the owner's bar.",
      "standard": "ERC-AGM optional extension",
      "tags": [
        "agent-finance",
        "reputation",
        "erc-agm",
        "authorization",
        "composition"
      ],
      "address": "0x30eAD9384E4F673621FAc0042d996f9D8cb3389B",
      "verified": true,
      "audited": false,
      "tests": 8,
      "abi_entries": 17
    },
    {
      "slug": "quantum-guard",
      "name": "QuantumGuard",
      "summary": "A break-glass authority that survives a broken ECDSA key. Verifies post-quantum WOTS+ signatures on-chain using only keccak256 \u2014 no precompile, no hard fork.",
      "standard": "WOTS+ (RFC 8391) over keccak256, n=32 w=16",
      "tags": [
        "post-quantum",
        "quantum-resistant",
        "wots",
        "recovery",
        "agent-finance",
        "erc-agm",
        "hash-based-signatures"
      ],
      "address": "0x63B76f6080f2CdF0bed1bD3999c5A34955956b3a",
      "verified": true,
      "audited": false,
      "tests": 32,
      "abi_entries": 35
    }
  ]
}