Vouch · Casper Agentic Buildathon 2026
Bastionv1.2.0
Compliance without surveillance — proven in zero-knowledge, and revocable.
An agentic compliance gateway where users prove they're KYC-compliant via a Groth16 ZK proof (no identity revealed), and a monitoring agent autonomously revokes them the moment they're not. The chain sees only a Merkle root — zero PII.
Gated RWA Pool — Compliance Console
members: 2/3On-chain Merkle root
revoked nullifiers: 0
Monitor agent
watching mallory · OFAC SDN streaming feed
autonomously revokes on a sanctions hit
passport · JP
passport · US
national_id · FR
Every state change is real: proofs are generated and verified against the live Merkle root, revocation publishes a nullifier and removes the commitment, and the remaining holders re-prove against the new root. Only the deploy broadcast is stubbed for the demo.
On-chain PII scan: 0 fields found
Contract state contains only a Merkle root + nullifier hashes. No names, no documents, no wallet→identity links.
x402 Pay-to-Check
A mock dApp submits a holder's ZK proof to /check → 402 → EIP-712 CEP-18 payment → 200 { compliant: true }
Boolean only — never identity. Settlement deploy hash shown. Reinforces "verify the proof, learn nothing else."
Casper Native Integration Architecture
casper-eip-712 Signature Scheme
Enables gasless credential issuance. The holder's PII remains strictly off-chain while producing a cryptographically secure signature matching EIP-712 parameters mapped to Casper account hashes.
Odra Rust Smart Contract
Stores the Merkle root and logs revoked nullifiers on-chain. Built using Odra, allowing upgradable proxy execution and strictly isolated state transitions to prevent any front-running attacks.
casper-js-sdk (Autonomous Signing)
Allows the autonomous monitoring agent to build, sign, and broadcast 'insert_commitment' and 'revoke' transactions using standard PEM keys without relying on human browser wallet authorization.
x402 Micropayments Facilitator
Implements pay-per-check proof verification via CEP-18 token flows, ensuring that high-throughput verification queries are monetized and settled on Casper with cryptographic proof of payment.
CSPR.cloud Streaming Engine
Enables sub-second reactive auditing by streaming blockchain events. The autonomous monitor listens for compliance alerts and instantly triggers updates back to the registry.