{
  "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",
    "pomx": "/.well-known/pomx.json",
    "pomx_exchange": "/api/pomx/exchange",
    "eop": "/.well-known/eop.json",
    "eop_mesh": "/api/eop/mesh",
    "openapi": "/openapi.json",
    "ai_plugin": "/.well-known/ai-plugin.json",
    "mcp": "/.well-known/mcp.json",
    "autonomy": "/.well-known/autonomy.json",
    "autonomy_score": "/api/autonomy/score",
    "autonomy_smoke": "/api/autonomy/smoke",
    "neural_autonomy": "/.well-known/neural-autonomy.json",
    "neural_score": "/api/autonomy/neural/score",
    "autonomy_bond": "/.well-known/autonomy-bond.json",
    "bond_score": "/api/autonomy/bond/score",
    "triad_bond": "/.well-known/triad-bond.json",
    "triad_score": "/api/autonomy/triad/score",
    "brand_spectrum": "/.well-known/brand-spectrum.json",
    "brand_spectrum_score": "/api/brand/spectrum/score",
    "world_dropship": "/.well-known/world-dropship.json",
    "module_reality": "/.well-known/module-reality.json",
    "clos": "/.well-known/clos.json",
    "clos_agy": "/api/clos/agy",
    "clos_yield": "/api/clos/yield",
    "aacos": "/.well-known/aacos.json",
    "aacos_actions": "/api/aacos/actions",
    "world_continuum": "/api/dropship/world-continuum",
    "dropship_store": "/dropship",
    "status": "/status",
    "telegram_group_os": "/api/telegram/group-os"
  },
  "transactions": {
    "quote": {
      "method": "POST",
      "endpoint": "/api/agent/quote"
    },
    "order": {
      "method": "POST",
      "endpoint": "/api/agent/order"
    },
    "pomx_quote": {
      "method": "POST",
      "endpoint": "/api/pomx/quote"
    },
    "pomx_order": {
      "method": "POST",
      "endpoint": "/api/pomx/order"
    },
    "checkout": {
      "method": "POST",
      "endpoint": "/api/checkout/create"
    },
    "verify": {
      "method": "GET",
      "endpoint": "/api/entitlements/{token}"
    },
    "pomx_verify": {
      "method": "POST",
      "endpoint": "/api/pomx/verify"
    },
    "eop_mint": {
      "method": "POST",
      "endpoint": "/api/eop/mint"
    },
    "eop_verify": {
      "method": "POST",
      "endpoint": "/api/eop/verify"
    }
  },
  "receipts": {
    "format": "w3c-vc",
    "wallet_export": "/api/entitlements/{token}/wallet.json"
  },
  "generatedAt": "2026-08-19T20:11:19.320Z"
}