{
  "schema_version": "2026-07-07",
  "name": "Asterionyx Agent Commerce Status",
  "canonical": "https://asterionyx.com/.well-known/agent-commerce.json",
  "protocol_matrix": "https://asterionyx.com/.well-known/agent-protocols.json",
  "commerce_model": "manual_prepaid_recharge",
  "automatic_purchase_supported": false,
  "customer_action_required": true,
  "status_manifests": {
    "x402": "https://asterionyx.com/.well-known/commerce/x402.json",
    "mpp": "https://asterionyx.com/.well-known/commerce/mpp.json",
    "ucp": "https://asterionyx.com/.well-known/commerce/ucp.json",
    "acp": "https://asterionyx.com/.well-known/commerce/acp.json"
  },
  "current_flow": [
    "Customer signs in to the portal.",
    "Customer creates a recharge order.",
    "Customer pays using displayed instructions.",
    "Admin marks the order as paid.",
    "Admin adds Points in a separate audited action."
  ],
  "protocols": {
    "x402": {
      "supported": false,
      "status": "not_supported",
      "status_url": "https://asterionyx.com/.well-known/commerce/x402.json",
      "specification_url": "https://x402.org/",
      "reason": "Asterionyx does not currently return HTTP 402 payment challenges for API calls or content."
    },
    "mpp": {
      "supported": false,
      "status": "not_supported",
      "status_url": "https://asterionyx.com/.well-known/commerce/mpp.json",
      "specification_url": "https://mpp.dev/",
      "reason": "No Machine Payments Protocol challenge, credential, or receipt flow is implemented."
    },
    "ucp": {
      "supported": false,
      "status": "not_supported",
      "status_url": "https://asterionyx.com/.well-known/commerce/ucp.json",
      "specification_url": "https://ucp.dev/2026-04-08/specification/overview/",
      "reason": "Asterionyx does not currently expose catalog, cart, checkout, identity-linking, or order-management primitives for Universal Commerce Protocol."
    },
    "acp": {
      "supported": false,
      "status": "not_supported",
      "status_url": "https://asterionyx.com/.well-known/commerce/acp.json",
      "specification_url": "https://www.agenticcommerce.dev/docs",
      "reason": "Asterionyx does not currently expose Agentic Commerce Protocol checkout or payment-token exchange."
    }
  },
  "docs": "https://asterionyx.com/pricing"
}
