{
  "protocol": "globax-proof/1",
  "api_version": "1.0.0",
  "name": "GlobaX Proof",
  "operator": "GLOBAX SOCIALFUSION LTD",
  "website": "https://globax-social-fusion.com",
  "description": "GlobaX converts human activity into deterministic system records called proof moments. Each record carries a stable public identifier (gx_code) that any independent system can resolve and verify without access to GlobaX's private application interface.",
  "verification_endpoint": "https://globax-social-fusion.com/api/public/v1/proof/{gx_code}",
  "capabilities_endpoint": "https://globax-social-fusion.com/api/public/v1/capabilities",
  "human_specification": "https://globax-social-fusion.com/interoperability",
  "identifier_pattern": "^[A-Za-z0-9_.:-]{3,128}$",
  "authentication": "none",
  "cors": "*",
  "can_verify": [
    "existence of a proof record for a given identifier",
    "module and proof type",
    "receipt state and lifecycle status",
    "recorded timestamp",
    "whether the record is seeded demonstration data"
  ],
  "cannot_verify": [
    "identity of any account, person, or organisation",
    "monetary amounts, payments, settlements, or withdrawals",
    "eligibility for money, shares, securities, or financial products",
    "endorsement, partnership, certification, or accreditation by GlobaX",
    "external real-world facts asserted inside the recorded activity"
  ],
  "environment": "public_beta_prototype",
  "notice": "Public beta prototype. Recognition and record-keeping only. A verified proof record is not a payment, settlement, investment, security, guarantee, or partner claim.",
  "contact": "mailto:security@globax-social-fusion.com",
  "last_updated": "2026-08-28"
}
