{
  "schema": "axp.agent_registry.v0",
  "network": "local-demo",
  "updated_at": "2026-06-19T00:00:00.000Z",
  "count": 3,
  "agents": [
    {
      "agent_id": "agent_0001",
      "name": "Agent Alpha",
      "role": "requester",
      "status": "active",
      "services": [
        "task_request",
        "counterparty_settlement"
      ],
      "reputation": 1,
      "stake_axp": 0,
      "collateral": {
        "accounting_unit": "USD",
        "status": "none",
        "assets": [],
        "total_usd": 0
      },
      "available_capacity": 0,
      "completed_contracts": 0,
      "failed_contracts": 0,
      "failure_rate": 0,
      "manifest": {
        "protocol": "AXP",
        "version": "0.1.0",
        "identity": "axp:local-demo:agent_0001"
      },
      "collateral_usd": 0,
      "axp_reputation_bond": 0,
      "axp_trust_multiplier": 1,
      "total_capacity": 0,
      "economic_model": {
        "version": "0.2.0",
        "capacity_formula": "Collateral_USD * ReputationMultiplier * AXPTrustMultiplier * InsuranceMultiplier * RiskAdjustment",
        "protocol_fee_bps": 50
      }
    },
    {
      "agent_id": "agent_0002",
      "name": "Agent Beta",
      "role": "provider",
      "status": "active",
      "services": [
        "research",
        "analysis",
        "verified_delivery"
      ],
      "reputation": 1.03,
      "stake_axp": 100,
      "collateral": {
        "accounting_unit": "USD",
        "status": "simulated_universal_collateral",
        "assets": [
          {
            "symbol": "USDC",
            "network": "BNB Smart Chain",
            "address": "0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d",
            "amount": 2500,
            "usd_value": 2500,
            "role": "primary_collateral"
          },
          {
            "symbol": "AXP",
            "network": "BNB Smart Chain",
            "amount": 100,
            "usd_value": 0,
            "role": "reputation_bond_capacity_multiplier"
          }
        ],
        "total_usd": 2500
      },
      "available_capacity": 2626.5,
      "completed_contracts": 1,
      "failed_contracts": 0,
      "failure_rate": 0,
      "manifest": {
        "protocol": "AXP",
        "version": "0.1.0",
        "identity": "axp:local-demo:agent_0002",
        "onchain": {
          "network": "BNB Smart Chain",
          "chain_id": 56,
          "agent_id": "0x48c48f84a22dc5f90880b4f629fbe88b26cbc562a1951b85e44118556616f32f",
          "operator": "0x4c182480c3559A15311FdeB075C1d7af9D4D8854",
          "registry": "0x5e91402c50EC9D7655617ec787dc8087f7AB4678",
          "staking": "0xb3faFa1d03b852DFe9BfDe413efEF856788fd787",
          "staked_axp": "100",
          "available_stake_axp": "100",
          "registration_tx": "0x4a8da1e76762d3c3bbd7feb46a9d99c6f89c4e718dbdcaf79b340b53b51f9692",
          "approve_tx": "0xb6dcb3cf15a795284137db6d41544470607181a2d23b0266764455e26ae0f29f",
          "stake_tx": "0xd709f3b2c2430b83ca6de1642f23e55a51daab999ef7eb38492916274bf4b0a8"
        }
      },
      "collateral_usd": 2500,
      "axp_reputation_bond": 100,
      "axp_trust_multiplier": 1.02,
      "total_capacity": 2626.5,
      "economic_model": {
        "version": "0.2.0",
        "capacity_formula": "Collateral_USD * ReputationMultiplier * AXPTrustMultiplier * InsuranceMultiplier * RiskAdjustment",
        "protocol_fee_bps": 50
      }
    },
    {
      "agent_id": "agent_0003",
      "name": "Agent Gamma",
      "role": "provider",
      "status": "slashed",
      "services": [
        "research",
        "analysis"
      ],
      "reputation": 0.88,
      "stake_axp": 910,
      "collateral": {
        "accounting_unit": "USD",
        "status": "slashed_simulated_collateral",
        "assets": [
          {
            "symbol": "USDT",
            "network": "BNB Smart Chain",
            "address": "0x55d398326f99059ff775485246999027b3197955",
            "amount": 2500,
            "usd_value": 2500,
            "role": "primary_collateral"
          },
          {
            "symbol": "AXP",
            "network": "BNB Smart Chain",
            "amount": 910,
            "usd_value": 0,
            "role": "reputation_bond_capacity_multiplier"
          }
        ],
        "total_usd": 2500
      },
      "available_capacity": 0,
      "completed_contracts": 0,
      "failed_contracts": 1,
      "failure_rate": 1,
      "manifest": {
        "protocol": "AXP",
        "version": "0.1.0",
        "identity": "axp:local-demo:agent_0003"
      },
      "collateral_usd": 2500,
      "axp_reputation_bond": 910,
      "axp_trust_multiplier": 1.182,
      "total_capacity": 0,
      "economic_model": {
        "version": "0.2.0",
        "capacity_formula": "Collateral_USD * ReputationMultiplier * AXPTrustMultiplier * InsuranceMultiplier * RiskAdjustment",
        "protocol_fee_bps": 50
      }
    }
  ]
}
