{
  "ok": true,
  "source": "privatedao-proof-workflows-status",
  "generatedAt": "2026-06-19T11:17:23.104Z",
  "product": "Proof Workflows",
  "promise": "Private decisions. Verifiable outcomes.",
  "availableWorkflows": [
    {
      "id": "credit-limit",
      "label": "Credit Limit Decision",
      "status": "live",
      "sample": "/api/v1/proof-workflows/credit-limit/sample",
      "run": "/api/v1/proof-workflows/credit-limit/run",
      "verify": "/api/v1/proof-workflows/verify",
      "publicDemoProof": "/api/v1/proof-workflows/verify/demo-proof-id"
    }
  ],
  "proofIssuanceRules": [
    "No proof is issued if customer data import fails.",
    "No proof is issued if membership is not verified.",
    "No proof is issued if imported earnings records are empty.",
    "No proof is issued if required workflow stages fail."
  ],
  "verification": "We recompute the proof from the public proof package and compare it with the original hash. If anything changes, verification fails."
}