Proof, not promises.

11/11 publishes the exact cryptographic primitives used at every layer of the control plane. Reviewers do not have to guess. Every public claim is reproducible against the live, machine-readable proof endpoint.

The cryptography is named, not implied

Primitives, stated at every layer.

Ed25519
Authorization artifact signatures
SHA3-512
Audit chain hashing
BLAKE2b-512
Secondary evidence chaining
Fail-Closed
Default-deny enforcement
GET control.11aiblockchain.com/v1/public/proof
{
  "decision": "ALLOW",
  "artifact": "ed25519:9b3a…c41",
  "sha3_512": "f4c1…7e2",
  "blake2b" : "a90d…11b",
  "tenant"  : "t_8f21…",
  "latency_ms": 41
}
--- or ---
{
  "decision": "DENY",
  "reason"  : "policy.boundary.exceeded",
  "enforced": true
}

Both paths are evidence

ALLOW and DENY are signed.

A denial is not a silent failure, it is a signed, persisted record with a policy-violation reason. Verify any decision against the live machine-readable proof endpoint.

  • Decision hash and lineage published publicly
  • Reproducible, no demo wrapper, no slide-only diagram
  • Signed typically in under 100ms by the production gateway

EA-11 Evidence State · v2.2 Live

Deterministic, Merkle-rooted execution evidence.

11/11 has upgraded from single proof-hash evidence to deterministic EA-11 Evidence State v2.2. Each governed execution now binds Decision Hash, Artifact Hash, Execution Hash, Audit Hash, and Lineage Root into a Merkle-rooted evidence state with inclusion proof verification and fail-closed tamper detection. This strengthens third-party verification, audit reconstruction, certification readiness, evidence lineage integrity, and governed execution trust.

Now Live

EA-11 Evidence State v2.2 is live: deterministic component hashes, Merkle-rooted execution evidence, inclusion proof verification, fail-closed tamper detection, real post-quantum signatures, SDK verification, and Ed25519 JWKS discovery.

Decision Hash → Artifact Hash → Execution Hash → Audit Hash → Lineage Root → EA-11 Merkle Root → Merkle Inclusion Proof → Fail-Closed Verification → EA-11 Evidence Root
EVIDENCE STATE COMPONENTS
  • Decision Hash
  • Artifact Hash
  • Execution Hash
  • Audit Hash
  • Lineage Root
  • EA-11 Merkle Root
  • EA-11 Evidence Root
  • Merkle Inclusion Proofs
  • Fail-Closed Evidence Verification
  • Tamper Detection
  • Formal Specification
  • 14 Tests Passing
SDK

EA-11 Evidence Verification

Merkle inclusion proof verification implemented; SDK tests passing.

RUNTIME

JWKS Origin Endpoint Live

Gateway running with Ed25519 public verification discovery active.

POST-QUANTUM

PQ Enforcement Required

Real ML-DSA-65 and SLH-DSA-SHA2-128f enabled; post-quantum verification VERIFIED.

PRODUCTION BASELINE ESTABLISHED
  • EA11_EVIDENCE_STATE_V2_2
  • Real ML-DSA-65 Enabled
  • Real SLH-DSA-SHA2-128f Enabled
  • PQ Verification VERIFIED
  • PQ Enforcement REQUIRED
  • Ledger Integrity 100%
  • Fail-Closed Runtime Enabled
RUNTIME STATUS
  • PQ Enforcement: REQUIRED
  • PQ Verification: VERIFIED
  • ML-DSA-65: VALID
  • SLH-DSA-SHA2-128f: VALID
  • Evidence State: EA11_EVIDENCE_STATE_V2_2
  • Ledger Integrity: 100%

SDK · In active development

Verify a decision, then govern your own agent.

@11ai/execution-governance is the single developer surface for the 11/11 control plane. One package, one integration, two capabilities. The SDK requests and verifies. The control plane holds the keys and signs. Governance sits on the action, not the model, so one integration covers OpenAI, Anthropic, Grok, and your own custom agents alike. Vendor-neutral by construction.

VERIFY

Check any decision yourself

Verify governance decisions against the public JWKS and proof endpoint. The same public verification surface this site already exposes, now callable from your own code.

GOVERN

Put your agent behind the boundary

Wrap your own agent's actions in pre-execution authorization and fail-closed enforcement, with a signed proof of every decision. The fuller use of the same SDK.

Vendor-neutral by construction

It governs the action, not the model. One integration covers every agent you run.

OpenAI

Anthropic

Grok

Custom agents

How the govern path works

Every action your agent takes is authorized before it can run, and proven after.

01

Agent builds a request

02

SDK signs and sends it

03

Signed allow or deny

04

Verify against public JWKS

05

Proceed, or never run

  • Your agent builds an action request.
  • The SDK signs the request and sends it to the control plane.
  • The control plane returns a signed allow or deny decision.
  • The SDK verifies that signature against the public JWKS.
  • Allowed actions proceed. Denied actions never run. Every decision is recorded.
Status

The SDK is in active development. It is not yet generally available, publicly downloadable, or production-supported for outside integrations. That is fine, because the control plane it governs against is live and public today. You do not have to take our word for it, you can verify a real signed decision yourself.

Verify Before RuntimeEnforce During RuntimeProve After Runtime

Execution Governance™ · Governed Execution™ · EA-11™ · Execution Arithmetic™ · Execution Evidence State™ · Patent Pending

Published & citable

The doctrine is on the public record.

11/11 publishes its execution governance architecture as formal, DOI-registered reports through the 11/11 AI Research Division. Each is permanently archived, openly licensed, and independently citable. This is proof you can footnote.

Reference verifier & standards track

Verify a governed decision against the reference implementation.

Open-source verifier: clone and run in 30 seconds   verify-live-proof status

Verification before runtime. Enforcement during runtime. Proof after runtime. Copyright © 2026 11 AI Blockchain Developments Land and IP Trust. Execution Governance™, Governed Execution™, EA-11™, Execution Arithmetic™ , Execution Evidence State™ , Patent Pending.