The gap
Every existing AI governance system operates by convention. Policy is a configuration file, a system prompt, or a set of rules the system is merely expected to follow. Nothing structurally prevents the system from ignoring, overriding, or silently modifying those rules — a prompt injection can rewrite policy, a configuration change can disable guardrails, and a model update can alter behavior without any governance system detecting the change.
This is not a bug in any particular implementation. It is a consequence of treating governance as a layer applied to a system rather than a property intrinsic to it. When policy is external, compliance is voluntary; when compliance is voluntary, an auditor can be told what happened but cannot verify it.
The invention
Cryptographic governance makes policy a signed, verifiable, structurally enforced property of the agent object. Policy agents are cryptographically bound to their scope. Mutations are gated by signed authorization. Multi-party decisions require cryptographic quorum. Compliance is not a promise but a mathematical property that any participant can check.
Because enforcement is cryptographic, compliance becomes auditable by construction. Every policy decision carries a signed provenance chain, every mutation carries a verifiable authorization record, and every quorum decision carries cryptographic proof of participation. An auditor does not need to trust the system — the signed governance state, freshness and revocation handling, and an append-only audit ledger let them verify it.
The inventive step
The departure from prior art is that policy is enforced through the object rather than around it. Prior systems treat governance as an external gate that the runtime is trusted to consult; here the policy reference, the signed authorization gating each mutation, and the quorum required for multi-party decisions are structural conditions on the agent itself — bypassing them does not produce an unauthorized action, it produces an object that fails verification.
From that inversion follow mechanisms that external governance cannot express: scoped mutation gating, policy indirection and resolution, freshness and revocation of governing keys, quorum override, structural quarantine of non-conforming agents, and governance inheritance across lineage. Each is a consequence of binding policy to the object cryptographically rather than asserting it by configuration.
Alone, and in composition
On its own, cryptographic governance is the compliance substrate for deployments where autonomous systems must demonstrate — not merely assert — that they operated within authorized boundaries: regulated AI, financial audit trails, healthcare, defense classification, and coalition policy distribution. The signed provenance and audit ledger are the structural proof such regimes require.
In composition, it is the enforcement layer the rest of the architecture trusts. It signs and verifies the policy fields carried by the canonical agent object, so inference control and confidence governance can gate transitions against a policy state that cannot be quietly rewritten. Without cryptographic binding, governance is advisory; with it, every decision the platform makes inherits verifiable compliance.