Aether AI · Protocols
Cryptographic Proof Chains
A cryptographic proof chain is a sequence of commitments where each link is bound to the one before it, so the whole history is tamper-evident. Aether AI LLC's patented commitment chain is built on Protocol-C, which uses OS kernel entropy (CSPRNG) and is fully classical.
A cryptographic proof chain answers a simple question with strong guarantees: did this happen, in this order, without being altered after the fact? Each link in the chain is a commitment — a fixed, verifiable record of some value or event — and every link is cryptographically bound to the one before it. Change any earlier link and the binding for every link after it breaks. That is what makes the history tamper-evident rather than merely stored.
The commitment chain
Aether AI LLC's commitment chain is one of the company's two patents, the other being Quantum-Constrained AI. The chain is the mechanism that lets an action and its context be sealed at the moment they occur and verified later by anyone holding the chain, without trusting the party that produced it. Because each commitment depends on its predecessor, a proof chain gives you an ordering guarantee for free: you cannot quietly insert, delete, or reorder events without leaving a visible break.
Built on Protocol-C — classical, zero-cost
The chain's commitments come from Protocol-C, which is described precisely in the Protocol Family: zero-cost commitment infrastructure using OS kernel entropy (CSPRNG). The word to underline is classical. Protocol-C uses no quantum hardware. Its unpredictability comes from the operating system's cryptographically secure pseudo-random number generator, which is exactly the kind of entropy production that classical systems already do well and at no extra cost. A proof chain does not need exotic hardware to be sound; it needs good entropy and correct binding, and Protocol-C supplies both.
Where quantum does and does not appear
It is worth separating the layers so nothing gets overstated. The proof chain and Protocol-C are classical. The Protocol Family does include a quantum sibling — Protocol-L, which uses IBM Fez quantum hardware for quantum-authenticated commitments — but that is a distinct product, not the basis of the proof chain discussed here. Conflating the two is the easiest mistake to make and the one this post is written to prevent.
In practice, these chains give Aether Cloud a verifiable audit spine: agent actions can be committed as they happen and proven afterward without trusting the runtime that produced them. For the canonical one-line definitions of Protocol-C and the rest, see the Aether AI glossary.