DSG

DSG ONE

ProofGate Control Plane

Live Demo

DSG Gate API — Deterministic AI Governance

Same input → Same decision, always. Cryptographic proof per evaluation. Try the live API below — it's running on production.

Quick Presets (Thai Banking Context)

Request

cURL Command
curl -X POST https://tdealer01-crypto-dsg-control-plane.vercel.app/api/dsg/v1/gates/evaluate \
  -H "Content-Type: application/json" \
  -d '{"user_id":"user_accenture_demo","org_id":"org_accenture_th","intent":"Approve loan application LOAN-2026-0042 for customer CUST-8891","context":{"amount":500000,"currency":"THB","risk_level":"medium","department":"retail_banking"}}'

Response

🛡️

Click "Evaluate Gate" to see the deterministic decision

Every evaluation returns: decision + audit_id + proof hashes

How It Works (Production Architecture)

1. Input Hash
SHA-256(request) — immutable fingerprint
2. Policy Evaluation
Z3 SMT solver checks 8 theorems
3. Proof Generation
Formal verification → proof_hash
4. Audit Chain
recordHash → bundleHash (WORM)