Terp Network Docs

Privacy

Privacy on Terp Network — selective disclosure, storage access patterns, zero-knowledge proofs, and private agreements

Privacy

Privacy is essential for freedom in a digital world. Terp Network provides tools and patterns for privacy-preserving interactions.

Why Privacy Matters

Without privacy:

  • All transaction history is publicly linked to identities
  • Mass surveillance of financial activity is trivial
  • Users cannot selectively reveal information
  • Coercion and discrimination become easier

Privacy Methods on Terp Network

MethodWhat It ProtectsHow
Selective disclosureIdentity attributesCommit-reveal, Merkle proofs, ZK
Storage access patternsContract dataEncrypted storage, off-chain references
Private paymentsTransaction detailsFuture: ZK-based private transfers
Private votesVoting choicesZK-vote tallying (PollRegistry)
Private agreementsContract termsEncrypted state with selective reveals

Tools

  • Selective Disclosure — prove attributes without revealing data (more)
  • Storage Access Patterns — understand data visibility and query privacy (more)
  • zk-CosmWasm — zero-knowledge contract execution (infrastructure)
  • PollRegistry — verifiable, private vote aggregation

Privacy architecture diagram scaffold — a visual showing different privacy layers and where they apply (identity, transaction, contract state, governance voting).

Further Reading


Cypherpunk Manifesto

On this page