DCII Framework — Evidence Infrastructure

The Regulator’s Receipt™
Every AI Decision. Court-Admissible.

Three cryptographically signed PDFs generated automatically from every council deliberation. SHA-256 hashed, Merkle tree verified, RFC 3161 timestamped. Independently verifiable without Datacendia.

One Decision. Three Documents.

Every council deliberation automatically generates three distinct PDFs — each purpose-built for a different audience. No manual export. No reformatting. Generated in under 2 seconds.

Court-Admissible Record
Regulators · Litigation · Auditors

Full Appendix B format. Monospace Courier throughout — deliberately formatted to match legal document conventions. Every field cryptographically anchored.

  • Receipt ID, Decision ID, Organization, timestamps
  • Decision question, recommendation, confidence %, named dissenting agents
  • SHA-256 decision hash (full 64-char hex)
  • Merkle root across deliberation, citations, responses, dissents
  • Ed25519 digital signature + Key ID + signature date
  • Compliance gate checklist: [PASS] / [FAIL] per framework
  • Council participant table: role, response count, citation count, confidence avg
  • Shell verification commands (openssl, sha256sum) — no vendor needed
  • Running header on every page: CONFIDENTIAL — COURT ADMISSIBLE
Court Admissible
📜
Evidence Package
Compliance Teams · Internal Audit

The complete deliberation evidence dump. Every agent response, every citation, the full reasoning chain — packaged for internal compliance review and audit trail.

  • Full agent response transcripts
  • Citation chain with source references
  • Dissent filings with per-agent rationale
  • Human approver record (if applicable)
  • Compliance framework mapping
  • Complete cryptographic evidence chain
  • Workflow configuration and compliance profile
  • IISS™ institutional resilience score at time of decision
Full Evidence
📊
Executive Summary
Boards · Leadership · Stakeholders

Clean table-based layout for executive audiences. Same cryptographic anchoring as the court-admissible version — formatted for readability over legal precision.

  • Decision summary table: mode, consensus score, timestamps
  • Council participants overview
  • Compliance frameworks satisfied
  • Key recommendation and confidence level
  • Dissent count and summary
  • Receipt ID for cross-reference to full evidence package
Executive Ready
Sample — Court-Admissible Format (actual output structure)
================================================================ DATACENDIA REGULATOR'S RECEIPT Decision Evidence Package | Court Admissible | DCII Framework v2.0 ================================================================
RECEIPT ID: RR-1771557046091-A4163C09
DECISION ID: del-8f3a2c91-4b7e-4d1f-9c2a
ORGANIZATION: Acme Financial Group
DECISION DATE: 2026-02-20 03:10:46 UTC
DECISION TYPE: BOARD_COUNCIL (Financial)
COMPLIANCE PROFILE:SOC2 / GDPR / EU AI ACT
SECTION 1: DECISION SUMMARY
Question: Should we proceed with the Q2 acquisition of TechCorp at $2.4B?
Recommendation: Proceed with conditions — require escrow and IP audit
Confidence: 87%
Dissenting Views:2 (CFO-Agent, RiskCounsel-Agent)
Human Approver: J. Martinez (Chief Risk Officer) — 03:14:22 UTC
SECTION 2: CRYPTOGRAPHIC INTEGRITY Decision Hash (SHA-256): a3f8c2d1e4b7091f6e5d4c3b2a1908f7e6d5c4b3a2918f7e6d5c4b3a2918f7e Merkle Root: 7b3e9f2a1c8d4e6f0b5a7c9d2e4f6a8b0c2d4e6f8a0b2c4d6e8f0a2b4c6d8e0 Digital Signature: [Verified] Signed by: datacendia-kms Key ID: kms-prod-ed25519-2026-02 | Signature Date: 2026-02-20 03:10:47 UTC
SECTION 3: COMPLIANCE GATES [PASS] SOC2 Type II — Audit trail complete [PASS] GDPR Article 22 — Human oversight documented [PASS] EU AI Act Article 14 — Human-in-the-loop verified [PASS] ISO 27001 — Evidence chain integrity confirmed
SECTION 4: COUNCIL PARTICIPANTS Agent Role Responses Citations Confidence ----------------------------------------------------------------------- LegalCounsel-Agent Legal Review 4 7 91% FinancialRisk-Agent Risk Analysis 5 9 84% CFO-Agent Finance 3 5 72% [DISSENT] RiskCounsel-Agent Risk Counsel 4 6 69% [DISSENT] Moderator-Agent Synthesis 1 0 —
SECTION 5: VERIFICATION INSTRUCTIONS 1. Verify decision hash: $ echo "del-8f3a2c91-4b7e-4d1f-9c2a" | sha256sum Expected: a3f8c2d1e4b7091f... 2. Verify Merkle root: recompute from leaf hashes (deliberation, citations, responses, dissents) 3. Verify digital signature: $ openssl dgst -sha256 -verify datacendia_public_key.pem \ -signature receipt.sig receipt.json 4. Access full evidence vault: compliance@datacendia.com | Ref: RR-1771557046091-A4163C09

================================================================ DATACENDIA™ | DCII Framework v2.0 | Decisional Compliance Intelligence Infrastructure Cryptographically signed. Tamper-evident. Court-admissible. Page 1 of 4 ================================================================

Independently Verifiable. No Vendor Trust Required.

Any third party — a regulator, a court, an auditor — can verify the receipt’s integrity without contacting Datacendia. All verification uses standard open-source tools.

🔒
SHA-256 Decision Hash
Every deliberation is hashed at completion. The hash covers the full decision packet — question, responses, recommendation, dissents, timestamps. Any change invalidates the hash.
Algorithm: SHA-256 · Output: 64-char hex
🌳
Merkle Tree Integrity
Four leaf hashes — deliberation, citations, agent responses, dissents — combined into a single Merkle root. Tampering with any leaf invalidates the root.
Leaves: deliberation · citations · responses · dissents
✏️
Ed25519 Digital Signature
Applied by the Datacendia KMS at generation time. Public key published for independent verification via standard openssl commands. No proprietary tools required.
Algorithm: Ed25519 · Verifiable: openssl dgst
🕐
RFC 3161 Timestamp
External timestamp authority anchors the exact moment of generation. Proves the document existed at a specific time — critical for regulatory and litigation timelines.
Standard: RFC 3161 · External TSA
📋
PDF/A Archival Format
Generated to PDF/A-1.7 standard — the archival format required by many regulatory bodies. Structured tags, embedded fonts, no external dependencies.
Standard: PDF/A-1.7 · Tagged: yes
🔐
Post-Quantum Option
Optional post-quantum signing with Dilithium or SPHINCS+ for organizations requiring long-term cryptographic durability against quantum computing threats.
Algorithms: Dilithium · SPHINCS+

Verify Without Datacendia

The receipt is designed so verification requires no proprietary software, no Datacendia account, and no internet connection. Standard Unix tools only.

Shell Verification Commands (included verbatim in every court-admissible PDF)

Step 1 — Verify decision hash
$ echo "del-8f3a2c91-4b7e-4d1f-9c2a" | sha256sum # Expected: a3f8c2d1e4b7091f6e5d4c3b2a1908f7...
Step 2 — Verify Merkle root (recompute from leaf hashes)
$ cat deliberation.json citations.json responses.json dissents.json \ | sha256sum | awk '{print $1}' | sha256sum # Compare with Merkle Root in receipt header
Step 3 — Verify digital signature
$ openssl dgst -sha256 -verify datacendia_public_key.pem \ -signature receipt.sig receipt.json # Expected: Verified OK
Step 4 — Verify RFC 3161 timestamp
$ openssl ts -verify -in receipt.tsr -data receipt.json \ -CAfile tsa_ca.pem # Expected: Verification: OK

Built for the Moments That Matter

The Regulator’s Receipt™ is designed for high-stakes situations where AI decision accountability is demanded — not just preferred.

Regulatory Investigation
Regulator requests evidence of how an AI-assisted decision was made. Hand over the court-admissible PDF. The cryptographic chain speaks for itself.
Litigation Discovery
Opposing counsel demands AI decision records. The evidence package provides the complete deliberation transcript, agent reasoning, and dissent filings.
📋
SOC 2 / ISO 27001 Audit
Auditors require proof of AI governance controls. The receipt demonstrates human oversight, compliance gate checks, and immutable audit trail — in one document.
🏠
Board Accountability
Board members need to understand and stand behind AI-assisted decisions. The executive summary gives them the full picture in a format they can actually read.
🌎
EU AI Act Compliance
Article 14 requires human oversight of high-risk AI systems. The receipt documents human-in-the-loop approval with timestamp, approver identity, and decision context.
📈
Internal Post-Mortems
When a decision goes wrong, the evidence package provides the complete reasoning chain — who said what, what was cited, what dissents were filed, what was overridden.

See a Real Receipt in 30 Minutes

Run a council deliberation on your infrastructure. We’ll generate all three PDFs live. You keep the output.