{
  "acpVersion": "1.0",
  "agent": {
    "id": "zeusai",
    "name": "ZeusAI Sovereign Commerce Agent",
    "owner": "Vladoi Ionut",
    "homepage": "https://zeusai.pro",
    "did": "did:web:zeusai.pro"
  },
  "payment": {
    "rails": [
      "bitcoin"
    ],
    "receive_address": "bc1q4f7e66z87mdfj56kz0dj5hvcnpmh0qh4wuv22e",
    "currencies": [
      "BTC",
      "USD",
      "EUR"
    ],
    "custodian": "none"
  },
  "discovery": {
    "catalog": "/api/catalog/master",
    "catalog_diff": "/api/catalog/diff",
    "protocol": "/api/commerce/protocol",
    "openapi": "/openapi.json",
    "ai_plugin": "/.well-known/ai-plugin.json",
    "mcp": "/.well-known/mcp.json"
  },
  "transactions": {
    "quote": {
      "method": "POST",
      "endpoint": "/api/agent/quote"
    },
    "order": {
      "method": "POST",
      "endpoint": "/api/agent/order"
    },
    "checkout": {
      "method": "POST",
      "endpoint": "/api/checkout/create"
    },
    "verify": {
      "method": "GET",
      "endpoint": "/api/entitlements/{token}"
    }
  },
  "receipts": {
    "format": "w3c-vc",
    "wallet_export": "/api/entitlements/{token}/wallet.json"
  },
  "generatedAt": "2026-06-14T08:25:53.237Z"
}