Cryptographic governance, non-bypassable by construction.
The Sovereign runtime is the cryptographic floor under every decision. Signatures are mandatory, not advisory. Hash chains carry continuity. Third parties verify without trusting the provider.
Ed25519 Signatures
Every PolicyRecord and capability is signed by a Codex-anchored authority.
SHA-256 Hash Chains
Continuity is proven by a hash-linked chain of EvidenceBundles.
Iron Path Enforcement
Execution flows down a single inspectable path — no side channels.
Config Snapshots
Every decision binds the exact config that produced it for replay.
Audit Blockchain
Tamper-evident ledger; ALLOW, DENY, HALT, ESCALATE all anchor here.
Trust portable through cryptography.
An external auditor downloads a compliance bundle and runs the sovereign-verify CLI. They validate the hash chain, the Ed25519 signatures, and the signing-authority mapping — without trusting us.
# Third-party audit (no provider trust required)
python project_ai_cli.py sovereign-verify \
--bundle compliance_bundle.jsonGenesis Re-Anchoring
Last-resort recovery for catastrophic continuity loss. It creates a new genesis anchor — a temporal root with no predecessor — resetting the governance state chain from a known-good point.
If you are reading this for the first time during an incident — stop. Get a human governance authority on the call before proceeding.
- · Requires an out-of-band
GENESIS_ROOT_AUTHORITY_TOKEN - · ExecutionGate, IronPathExecutor, PolicyDecisionEvaluator, and CapabilityTokenService are permanently blocked from invoking it
- · Not a routine operation — not a substitute for key rotation, branch adjudication, or policy re-registration
Anchor documents
Sovereign Runtime System Technical Specification Executive Summary Project AI's Sovereign Runtime System transforms the platform from a "certification ready specification" into a cryptographically provable, non bypassabl…
Sovereign Verification System Quick Start Guide Overview The Sovereign Verification System enables third party auditors to independently verify Project AI's compliance bundles without trusting the provider. This makes tr…
Genesis Re Anchoring: Sovereign Recovery Protocol Version: 1.0.0 Branch: 05 09 26 Structural upgrades Status: Active — Guarded Stub Classification: CRITICAL OPERATIONAL PROCEDURE What This Is Genesis Re Anchoring is the …