Building block · Data & records
Data exchange, proof attached
Cross-agency and cross-border data sharing where every payload carries a zero-knowledge proof — verify the data is valid without exposing it.
What it does
What it does.
Cross-agency and cross-border data exchange.
Every payload carries its own zero-knowledge proof.
Policy-bound sharing — purpose limitation enforced in code.
Settles over the neutral network with privacy preserved.
How it stays private
How it stays private.
The receiving agency verifies that a payload satisfies a policy without seeing the underlying record — the data is checked, not copied.
Verify a claim, never reveal the data.
Reference deployment
A nation already running it.
// pending approval — a real reference deployment card surfaces here once cleared (QUESTIONS_FOR_HUMAN.md §19.4).
The proof
Verifiable, not asserted.
Proof
repogithub.com/openstatestack/zerox
licenseOSRUL v2.0
commitment0x… // pre-launch
audited · merged · committed // pre-launch
Code
Run it.
import { ZeroX } from '@openstatestack/zerox';
const valid = await ZeroX.verify(payload, { policy: 'cross_border:trade' });// example — verify against the repository before relying on it