Verifiable evidence

Runnable proof — three live L12 chains.

Every claim Promethean makes about "cryptographically auditable AI" is backed by code anyone can run. Below: three example chains, one per reference deployment (paysafe / cliniclens / civicgate). Download the chain. Download the Apache-2.0 verifier. Run. The verifier is ~500 lines of plain Node 18+, zero npm dependencies.

30-second verification

  1. # 1. fetch the verifier
    curl -O https://promethean.software/verify.mjs
  2. # 2. fetch any example chain
    curl -O https://promethean.software/paysafe-runtime-ai-receipts.jsonl
  3. # 3. verify
    node verify.mjs paysafe-runtime-ai-receipts.jsonl

Expected: PASS (exit 0) with a breakdown of every model identity, schema-violation count, reviewer verdict, and per-entry signature status. If the chain has been tampered with, FAIL with the entry id and reason.

Fintech · PSD3 SCA · DORA Art. 28

PaySafe — payment fraud classifier

Card-not-present fraud classification with reviewer-gate above €1k. Twelve receipts: one approved, one amended, two schema-violations triggering deterministic fallback.

curl -sO https://promethean.software/paysafe-runtime-ai-receipts.jsonl && curl -sO https://promethean.software/verify.mjs && node verify.mjs paysafe-runtime-ai-receipts.jsonl

Healthtech · MDR · HIPAA · AI Act Annex III

ClinicLens — clinical decision support

Prior-authorization recommendation drafter with clinician-in-the-loop. Closed-enum verdict; chain integrity sufficient for MDR Annex II technical documentation.

curl -sO https://promethean.software/cliniclens-runtime-ai-receipts.jsonl && curl -sO https://promethean.software/verify.mjs && node verify.mjs cliniclens-runtime-ai-receipts.jsonl

Govtech · GDPR Art. 22 · eIDAS

CivicGate — citizen-service eligibility

Eligibility-tier classifier for citizen benefit requests. Per-decision GDPR Art. 22 audit trail; full deterministic fallback when confidence below threshold.

curl -sO https://promethean.software/civicgate-runtime-ai-receipts.jsonl && curl -sO https://promethean.software/verify.mjs && node verify.mjs civicgate-runtime-ai-receipts.jsonl

For regulators and auditors

  • Source repository: github.com/Giorvanni/promethean
  • Verifier license: Apache-2.0 (unconditional). Read, fork, audit, distribute without restriction.
  • SDK license: BSL-1.1, converts to Apache-2.0 on 2030-05-15.
  • Trust anchor: /api/facts/trust-anchor — published Ed25519 key + sha256 fingerprint.
  • All verifiable facts: /api/facts — machine-readable index of every quantitative claim on this site.