Skip to main content

Overview

ZKScore implements privacy features including selective disclosure, ZK proofs, and encrypted data storage.

Privacy Options

Selective Disclosure

Prove specific claims without revealing all data:
// Prove score > threshold without revealing exact score
const canAccess = await zkScore.proveScoreThreshold(user, 500);

Private Attestations

Create attestations with encrypted data visible only to authorized parties.