Skip to main content
Version: 0.3.0

Concepts

This SDK enables private token balances on EVM chains. Balances are encrypted on-chain using ElGamal encryption, and transfers are verified by zero-knowledge proofs -- the chain confirms validity without seeing amounts. All decryption and proving happens client-side.

These pages explain the architecture behind the SDK. You don't need to read them to use it, but they help when you want to understand what's happening under the hood.