"sha256:" + SHA-256(JCS(...)) over the reference before it,
so recompute any input field and that reference and everything downstream of it
diverges. A decision made for one agent, authority, or policy cannot be silently
re-attributed; an execution recorded under one decision cannot be claimed by
another.
What 1.0.0 closes
algovoi-substrate 1.0.0 closes the Keystone with
execution_ref, decision-bound execution evidence. Identity
proves who an agent is and a decision proves an action was authorized;
execution_ref proves what the agent did and binds that execution to the exact
decision that authorized it. This is the consistency property: the evidence is
bound to the decision, not merely correlated with an identity. It is the gap the
field has been naming as “post-identity trust,” now shipped, byte-verifiable, and
optionally post-quantum signed.
The whole chain, in one call
buildKeystone) produce byte-identical output. The three
upstream references are issued by their own tiers (Agent Passport, Payment
Mandate, Policy Binding) and supplied by value; the substrate composes the rest.
Verify the whole Keystone yourself
The end-to-end composition is proven byte-for-byte in the conformance corpus, offline, with no package import (an RFC 8785 JCS library and SHA-256 are the whole dependency):keystone_v1 recomputes every reference from raw fields, shows each equals the
published output of its own conformance set, and shows the execution tier binds
the exact decision the chain produced. It is the flagship “verify it yourself”
proof for the whole chain.
The full lifecycle composes onto the Keystone
The Keystone extends through the whole post-decision lifecycle. Each step is an additive composition in the conformance corpus (0.23.0), built on the same JCS + SHA-256 discipline with no new hashing primitive:- Settlement binds to execution. A settlement attestation whose
settled_payment_refis the exactexecution_refthe Keystone produced, capped by oneexecution_bindingover{execution_ref, settlement_ref, retention_chain_ref}. What settled binds to what executed, not to an identity. (composition/settlement_binding_v1) - Refund binds to execution. A refund receipt anchored to the
execution_refof the payment that committed, not merely to the decision that authorized it. (composition/refund_execution_v1) - PEF carries the Keystone. A Payment Evidence Frame is the signed transport envelope:
it wraps a Keystone reference and pins it, so its
frame_idcommits to the exact Keystone position it carries. PEF is the delivery and attribution layer, not a new link in the chain. (composition/pef_keystone_v1) - Audit chain of frames (the capstone). The whole lifecycle, execution then settlement
then refund, expressed as a chain of PEF frames whose
receipt_hashequals the Keystone reference each one transports, linked byprev_hashand capped by onetrust_query_ref. Tamper any frame and itsframe_id, the downstream rows, and the cap all diverge. (composition/audit_chain_of_frames_v1)
.mjs) that produces identical references, or run the whole
corpus at once with python composition/verify_corpus.py.
Verified performance
The full Keystone, including the signed transport frames and the capped audit chain, recomputes in well under a millisecond. A sustained single core soak (Docker--cpus=1,
120 seconds, driven through the published algovoi-substrate canonicalizer) recorded:
| Runtime | Sustained throughput | Latency p50 / p99 | Memory |
|---|---|---|---|
Python (rfc8785) | ~3,850 keystones/sec | 0.20 / 0.60 ms | plateaus ~25 MB, no leak |
Node (canonicalize) | ~14,200 keystones/sec | 0.05 / 0.29 ms | plateaus ~68 MB, no leak |
Commercial: signed, CCC-ingestable execution evidence
The open tier binds and proves. The commercial tier signs and renders: the execution tier is co-signed with Falcon-1024 and ML-DSA-65 and emitted as a hash-linkedexecution_evidence chain that the Compliance Command Center ingests
and re-verifies offline, surfacing a “Keystone, execution evidence” posture tier.
See also
execution_ref: the link that closes the Keystone- Spend decision chain: the decision tier
- Conformance vectors:
keystone_v1,settlement_binding_v1,pef_keystone_v1,refund_execution_v1,audit_chain_of_frames_v1 - Canonicalisation substrate: the JCS discipline underneath