TESTNET

Selective Disclosure

Choose What to Reveal

Select exactly which attributes to disclose. Everything else stays private.

Deposit Amount Range
Configurable range proof: deposit โ‰ฅ threshold
Deposit Timestamp Range
Configurable: deposited between date A and B
Source Chain
Reveal origin blockchain
PoI Verification
Reveal Proof of Innocence status
Jurisdiction
Declared jurisdiction for compliance
Token Type
Reveal if deposit is ETH or specific ERC-20
โš™ Range Proof Configuration
ETH
Audit Nonce Binding (Anti-Replay)
Binds proof to a unique nonce โ€” prevents reuse by third parties
Disclosure Preview
// What the verifier sees:
{
"deposit_amount_gte": "1 ETH",
"poi_verified": true,
"poi_provider": "Chainalysis",
"audit_nonce": "0xa7f3...2b1c",
"nonce_bound": true,
// timestamp_range: HIDDEN
// source_chain: HIDDEN
// jurisdiction: HIDDEN
// token_type: HIDDEN
// depositor_address: ALWAYS HIDDEN
}
ZK guarantee: Verifier confirms these facts cryptographically without learning anything else. Nonce binding prevents proof reuse.