Confidential-computing attestation proves the GPU is real, but only once, at startup. Every inference that happens after that is not tied to it anymore. Swap the model, reroute the device, serve a cheaper version as the full one, change the output. The hardware attestation still passes. S2S keeps watching. Every inference gets chained into a window that ties back to the hardware evidence and a code Hive sends, signed with ML-DSA-65, and anyone can check it offline.
The crypto core is built and works. 11 out of 11 tests pass (seven attack types plus other checks). The verifier makes zero network calls. Real silicon is still pending a CC-mode GPU. Every piece of origin evidence in the reference build is flagged simulated=True. Nothing on this page pretends to be a live hardware receipt, and there is no live-silicon benchmark because none exists yet. Honesty is the product.
The blue flash on the left is nvtrust at startup: a genuine GPU check, 1 to 3 seconds, done once. Everything that streams after it is not tied to anything. Any of those dots could be a swapped model, a rerouted device, or an altered output, and the attestation stays green anyway. Flip S2S on and watch every inference link back to the evidence.
These seven attacks are both our test cases and the demo. All seven pass in the crypto core today, tested against evidence flagged simulated=True. Pick an attack. The left panel is NVIDIA telling the truth. The right panel is S2S catching the lie anyway.
Each inference locks in a fingerprint of the one before it. That is what closes the gap. Tap any link in the chain to tamper with it and watch every link after it die. Then heal it and watch the chain come back together.
We're looking for CC-mode design partners running vLLM. You bring the GPU in CC mode. We wire up the nvtrust flow, add in Hive's code, and run the seven attacks with simulated=False. You walk away with the first inference receipts that a regulator, auditor, or court can check offline, without having to trust NVIDIA, the provider, the model owner, or Hive.