MCRC v1.0.0-alpha · Live Attestations

Constitutional Proof,
Not Policy

Every governance claim this site makes is backed by cryptographic evidence. Below are the real Ed25519 signatures, real revocation latencies, and real sequencing gate reports from the MCRC simulation harness.

Open Live Viewer ↗ Download Verification Kit
<1.2ms Revocation Latency
4/4 Gates Passed
3 Signed CPEs
Ed25519 Signature Scheme
200ms SLA Threshold

Live Constitutional Provenance Viewer

Download the Verification Kit

Run the simulation yourself. Every signature is reproducible. The kit contains the harness, verifier, sequencing gates, and the public key.

⚙️

constitutional_stress_test.py

The λ/μ concurrent harness. Injects fracture and bifurcation perturbations. Emits signed CPEs.

🔐

verify_zahavian_signal.py

Independent verifier. Loads mu_public_key.pem, checks Ed25519 signatures, monotonic nonces, and dynamic thresholds.

🚦

sequencing_gates.py

Four cryptographic preconditions gating commercial deployment. No soft passes. No manual overrides.

📋

zahavian_attestations.jsonl

Append-only signed CPE chain. Three trial records. Each tamper attempt breaks the Ed25519 signature.

bash — reproduce in 60 seconds
$pip install cryptography
$python simulations/constitutional_stress_test.py # generates attestations
$python simulations/verify_zahavian_signal.py # verifies Ed25519 sigs
$python simulations/sequencing_gates.py # runs 4 deployment gates
View on GitHub ↗ Download Attestations (.jsonl) Download Gate Report (.json)