One decision, three proofs
Our coherence model makes one decision on one input. Below, that exact decision is proven to you three independent ways, all live in your browser: re-run it bit-for-bit, verify a zero-knowledge proof that never reveals the input, and check an Ed25519-signed audit credential. Nobody else can offer all three, because nobody else's model is deterministic, integer, and energy-based at once.
Your browser re-runs the model's int64 decision from its exact integer form, bit-for-bit, the same answer as the lab's CPU, native, and GPU. You see everything.
A 806-byte Groth16 proof that the model produced this decision - without revealing the input. snarkjs verifies it right here, no server.
An Ed25519-signed receipt anyone verifies offline with the public key, mapping the
decision to the controls a regulator asks for.
basin_fp decision; Mode 2 is a circom + snarkjs Groth16 proof over the model's exact
integer constants, with the input kept private; Mode 3 is an Ed25519-signed, re-runnable
receipt. Same decision, three proofs - reproducible, private, and auditable. Built by Coherence
Energy Labs.