Command Overview ● API LIVE DIFC REG 10 USPTO 64/067,547
JULY 21, 2026 — REGULATORY EVENT
Federal ECOA disparate-impact enforcement softens. §1002.9 adverse-action accuracy endures. Earnest Operations ($2.5M, MA AG, July 2025) turned on inaccurate adverse-action notices and required an algorithmic-oversight regime. GateFrame DPR is the per-decision signed evidence record that closes that gap.
DPRs Sealed
All time · live from API
Sealed Today
Last 24 hours
Chain Integrity
100%
0 integrity failures
Pending Actions
7
Complete before 7AM Dubai
DIFC Regulation 10
● IN FORCE
January 1, 2026 · UAE / DIFC jurisdiction
EU AI Act Article 12
⏱ 77 DAYS
August 2, 2026 · High-risk AI enforcement
Colorado SB26-189
⏱ JAN 1, 2027
Passed May 9, 2026 · Replaces SB24-205
CFPB / ECOA Reg B
● ACTIVE
§1002.9 · AI adverse action notices
CBUAE AI Guidance
● ACTIVE
February 2026 · UAE banking AI
BaFin DORA
● IN FORCE
January 17, 2025 · EU ICT risk
⚖️
USPTO Provisional Patent · Application No. 64/067,547
Priority Date: May 16, 2026 · 33 Claims · Micro-Entity · Non-Provisional Deadline: May 16, 2027 · Covers: DPR chain architecture, dual key custody, Behavioral Corpus Contribution Protocol, Agent Passport + IPR + Sentinel + DPR Trust Stack
01 · DEMO
Live DPR Demo
Generate a signed, verified Decision Provenance Record. CFPB Form C-1. Ed25519 signature. Live API.
→ Run Demo
02 · INTEGRITY
Tamper-Proof Chain
Show hash-chain integrity. Tamper any field and watch the entire chain invalidate.
→ Show Chain
03 · VERIFY
Independent Verification
Paste any DPR JSON. Verify without trusting GateFrame. Examiner-grade output.
→ Verify Record
04 · EXPORT
Evidence Pack Generator
Generate a printable evidence pack for CFPB, DFSA, or OCC examiners. Formatted for submission.
→ Generate Pack
05 · INTELLIGENCE
CFPB Enforcement Database
14 enforcement actions mapped to their evidence gap. $847M in penalties. What GateFrame would have produced.
→ View Database
06 · REFERENCE
DPR Specification v0.1
Technical specification. Apache 2.0. Priority Date April 22, 2026. Referenced in patent claims.
→ Read Spec
GateFrame Evidence Infrastructure · Production
API Live
12 Endpoints
API Docs ↗
Live API Demo

Prove what AI did.

Select a scenario. Hit generate. Watch GateFrame produce a cryptographically signed, examiner-ready Decision Provenance Record — live, against the production API, in under 200ms.

Input · SHAP Values + Context
ECOA / REG B
Principal Adverse Factors
01
VALIDATE
SHAP → Reg B
02
SIGN
Ed25519 + Merkle
03
EVIDENCE
5 artifacts
Raw JSON Payload editable — try your own SHAP values
Ready — select a scenario and generate.
Output · Decision Provenance Record
DPR ID: —
Awaiting generation
Ed25519 + SHA-256 + CFPB Form C-1
Pipeline ms
Reg B Reasons
Signature Chars
5
Evidence Artifacts
GateFrame
Tamper Proof Demonstration · Live API
Cryptographic Integrity
Live Proof · Production API

Can you change what the AI decided?
Watch what happens.

GateFrame signs every AI decision with Ed25519 at the moment it's made. Try changing any field below — the decision, the reason code, the timestamp. The verification will fail. Every time. Cryptographically.

Step 1 — Signed Decision Record
NOT YET SIGNED
Click "Generate & Sign" to create a
cryptographically signed decision record
Step 3 — Verify Cryptographic Integrity
AWAITING
Generate a signed record first,
then verify its integrity here
01 — Ed25519 SIGNING
Signed at the moment of decision
Every decision record is signed with an Ed25519 private key the moment it's created. The signature is computed over the canonical JSON — every field, in sorted order, with no whitespace.
02 — SHA-256 HASH CHAIN
Every record links to the previous
Each record includes the SHA-256 hash of the previous record. Changing any record breaks every subsequent link — the entire chain invalidates, not just the tampered record.
03 — INDEPENDENT VERIFICATION
No trust in GateFrame required
The verifying public key is published at /agentseal/health. Any party — a regulator, an auditor, a counterparty — can verify any record offline without calling GateFrame's servers.
GateFrame
Independent Verification Portal
Public Verifier
Examiner-Grade
Live Demo ↗ API Docs ↗
Independent Cryptographic Verifier

Did this AI record hold?

Paste any GateFrame Decision Provenance Record. This portal independently verifies cryptographic integrity — no trust in GateFrame's servers required. Green means the record is untampered. Red means it was modified after signing.

01 — INDEPENDENT
No vendor trust required
Verification runs against the public Ed25519 key. GateFrame cannot alter a signed record retroactively.
02 — CRYPTOGRAPHIC
SHA-256 + Ed25519
Every DPR is hash-chained and signed. Any modification — even one byte — produces a different hash and breaks the signature.
03 — EXAMINER-FORMAT
Reg B §1002.9 aligned
The verification output maps directly to what OCC, CFPB, and state AG examiners require as defensible AI audit evidence.
Verification Input
PRODUCTION · /agentseal/verify + /sign hash check
Paste the full signed DPR JSON (from /sign or /evidence-pack output) JSON · signed_dpr field
Paste the EvidenceChain JSON (from AgentSeal /agentseal/verify input format) JSON · chain_id + records[]
Record Hash (SHA-256, 64-char hex)
Ed25519 Signature (128-char hex)
Public Key (optional — uses GateFrame's published key if empty)
Paste a DPR record and click Verify to check cryptographic integrity.
For Examiners — How to Read This Output
A green "Integrity Verified" result means the SHA-256 hash of the record content matches the hash that was signed with Ed25519 at decision time. No modification — to reason codes, model ID, applicant ID, timestamp, or any other field — is possible without breaking this verification. The verifying public key is published at gateframe-verification.netlify.app/?id=public-key and registered with GateFrame's independent trust anchor. This constitutes tamper-evident, independently verifiable AI decision evidence under US Treasury AI RMF Control 4.2, Reg B §1002.9, and DORA Article 8(1).
GateFrame
Evidence Pack Generator · Examiner-Format Output
Regulatory Grade

The document your examiner receives

Generate a formatted, printable evidence pack — the same document you hand to a CFPB, DFSA, or OCC examiner.

Select Scenario → Generate Evidence Pack
GateFrame
LangChain · AutoGen · CrewAI
Three frameworks. One standard. Zero new infrastructure.
pip install agentseal-gateframe  ·  Ed25519 + SHA-256 + Merkle chain  ·  EU AI Act Art. 12 per-action granularity
$
pip install agentseal-gateframe
PyPI · Apache 2.0 · patent pending 64/067,547
🔗 LangChain / LangGraph
🤖 AutoGen v0.4
👥 CrewAI
INTEGRATION (3 LINES)
# Install once
pip install agentseal-gateframe langchain-core

# 3 lines in your agent
from agentseal.integrations.langchain_callback import AgentSealCallback
cb = AgentSealCallback(tenant_id="your-firm", api_key="gf-key")
agent = AgentExecutor(agent=agent, tools=tools, callbacks=[cb])
WHAT GETS SIGNED (4 HOOKS)
on_agent_action
Agent DECIDES to invoke a tool — the reasoning step. Legally material under EU AI Act Art. 12.
on_tool_end
Tool RETURNS a result — the execution record. Hash of output preserved.
on_chain_end
LCEL chain / LangGraph node exits. Critical for multi-agent supervisor patterns.
on_agent_finish
Agent produces FINAL output — seals the evidence chain for this session.
WHY 4 HOOKS MATTER: on_tool_end alone produces 5 records for a 10-step workflow. on_agent_action + on_chain_end + on_agent_finish completes the reasoning trace. EU AI Act Article 12 requires the complete decision trace — not just tool outputs. Without on_agent_action, every LangGraph workflow is legally insufficient.
EVIDENCE OUTPUT — WHAT EVERY DPR CONTAINS
🔐
Ed25519 SIGNED
Every record cryptographically signed at moment of action
HASH-CHAINED
SHA-256 chain links every record to previous — tamper breaks chain
📋
CFPB FORM C-1
SHAP values → Reg B reason codes → examiner-ready output
INDEPENDENTLY VERIFIABLE
No GateFrame required. Public key + Ed25519 verify offline.
GateFrame
Embeddable CCO Dashboard Tool
Embed compliance status in any dashboard. Zero dependencies.
3 lines of HTML · CCO sees it → "can we expand this?" → $25K pilot conversation · Revenue flywheel with zero cold outreach
LIVE WIDGET
GateFrame
247
Signed DPRs
2m ago
Last Signed
Chain Live
Last DPR ID
dbbe7f86-e214-4711-...
⚠ Colorado SB26-189 · Jan 1, 2027
Est. exposure without GateFrame: $4,940,000
Live Demo →
Request Pilot
EMBED CODE — 3 LINES
<!-- Step 1: container -->
<div id="gateframe-widget"></div>

<!-- Step 2: embed script -->
<script src="https://gateframe-api.netlify.app/widget.js"
        data-key="YOUR_API_KEY"
        data-lender-id="your-institution">
</script>
data-theme
"dark" (default)
"light"
data-compact
"true" for nav bars
sidebar embed
data-refresh
Auto-refresh seconds
default: 60
DISTRIBUTION FLYWHEEL — NO COLD OUTREACH REQUIRED
Widget embedded (free)
CCO sees DPR count daily
Asks "can we expand this?"
$25K pilot conversation
$150K ARR contract