Selective Disclosure (ZK-compatible design)

Parsona is designed to support zero-knowledge interactions with your vault. This means you can prove things about your identity or behavior without revealing the actual data.

Examples:

Prove you've completed 3 missions without revealing which missions.

Prove your rep score is above 80 without showing the source.

Prove you're an active dApp user without linking to an address.

These proofs can be exported and verified by external smart contracts or dApps. ZK circuits can be customized per use case.

Last updated