D-KaP cascades trust through 182 agents, 24 post-quantum signatures, and two on-chain anchors — under one shared trust root. A single /v1/status fetch proves compositional binding. Independently auditable.
Most platforms hide their roadmap. We publish ours. 63 of 100 steps are complete and signed. 21 are code-complete and waiting on a release window. 16 are operator-gated — they flip the moment you set an environment variable. No code change, no deploy.
Each step is signed by a PQC keypair, dual-hashed (SHA-256 + SHA3-256), and indexed in the Merkle proof tree.
Set the environment variable, the system flips that step from staged to done.
Each fabric runs a 9-step pipeline ending in a SHA3 mirror entry. All 12 share one trust root and one waterseal head — so a single bridge anchor binds all of them. Domain-specific agents · cross-domain trust.
Every fabric is double-signed by a NIST PQC pair. ML-DSA-65 for fast verification, SLH-DSA-128f for stateless long-term resistance. FALCON-512 has a reserved slot — the schema is forward-compatible the day NIST stabilizes it.
Fast signature, fast verify. One per fabric. Verified end-to-end in Section D of the verifier with all 24 signatures passing.
Stateless, larger signatures, long-term resistance. Paired with ML-DSA on every fabric for dual-PQC defense in depth.
Schema slot lives in shor_proofing.py. The day NIST stabilizes the pqcrypto FALCON port, flip the flag and 12 more signatures land.
These are deployment knobs, not defects. Each one has a working code path already in production. Set the environment variable, the system advances. We document this here because hiding it would be dishonest — and because this is what enterprise buyers ask first.
Quantum random number generation feed for the entropy ledger. Currently uses os.urandom stub. Agent 52 endpoint is wired and waiting.
QRNG_SOURCE=<agent-52-url>Buffer-anchor transaction hash for the L2 receipt. The first anchor at block 44,889,239 is already on-chain — this gap is the follow-on receipt write.
BUFFER_ANCHOR_TX=<tx-hash>The /v1/verify route is built. Run wrangler deploy with bindings + secrets and the public verifier is live.
cd cf-worker && wrangler deploy12 additional PQC signatures unlock the moment the pqcrypto library merges stable FALCON support. Schema is forward-compatible today.
pip install pqcrypto[falcon] · flip flag