Summary

Privacy Boost is an enterprise privacy infrastructure SDK built by Sunnyside Labs in partnership with OP Labs, deployed live on OP Mainnet as of early 2026. It combines ZK proofs with TEEs to deliver sub-500ms latency, thousands of TPS, and regulatory-compliant privacy controls (KYC-only environments, auditable views). It targets the gap between private chains (poor composability) and fully anonymous privacy apps (non-compliant) by providing a developer-friendly SDK that meets institutional privacy and compliance requirements without sacrificing DeFi composability.

Why Privacy Matters for Institutional DeFi

Less than 0.5% of the global financial system was on-chain as of 2026. The primary institutional blockers are:

  1. Privacy: institutions cannot expose trading intent, positions, or counterparty relationships on a public chain
  2. Compliance: regulated entities need KYC-verified environments and auditable transaction histories
  3. Composability: private chains solve privacy but destroy DeFi composability; institutions need both

Privacy Boost addresses all three simultaneously.

The Privacy Landscape (Three Categories)

Sunnyside Labs categorizes blockchain privacy into three buckets:

1. Private Chains

  • Examples: Hyperledger Fabric, private Besu networks, permissioned L2s
  • Privacy: strong (data never leaves the permissioned environment)
  • Composability: poor (isolated from public DeFi liquidity)
  • Compliance: easier (controlled participant set)
  • Problem: institutions cannot access Ethereum’s DeFi ecosystem; liquidity is fragmented

2. Private Apps (Maximum Anonymity)

  • Examples: Tornado Cash, privacy-first protocols (Railgun)
  • Privacy: maximum (unlinkable transactions)
  • Composability: moderate (deployed on public chains)
  • Compliance: poor (anonymity by design conflicts with KYC requirements)
  • Problem: regulators and compliance teams cannot onboard

3. Privacy Infrastructure SDKs (Privacy Boost’s Category)

  • Privacy: configurable (institution controls what’s visible and to whom)
  • Composability: full (deployed on OP Mainnet, composable with Ethereum DeFi)
  • Compliance: built-in (KYC-only environments, auditable views, policy controls in TEE)
  • Problem: none identified as a category; Privacy Boost is designed to fill this gap

Technical Architecture

ZK + TEE Hybrid

The core design combines two privacy technologies:

ZK Proofs (zero-knowledge):

  • Prove properties of private data without revealing the data
  • E.g., “this transaction comes from a KYC-verified address” without revealing which address
  • E.g., “the sender has sufficient balance” without revealing the balance
  • Used for: compliance attestations, balance proofs, KYC proofs

TEEs (Trusted Execution Environments):

  • Process sensitive computation in hardware-isolated enclaves
  • Accelerate ZK proof generation (bottleneck in pure-ZK systems)
  • Policy enforcement: TEE controls who can receive decrypted transaction data (auditors, KYC providers)
  • Secrets (keys, policy rules) never leave the enclave

Why the combination: pure ZK is too slow (proof generation minutes→seconds); pure TEE requires trusting hardware manufacturers and doesn’t provide cryptographic privacy guarantees. ZK+TEE gives cryptographic proofs with near-real-time performance.

Performance

  • Latency: sub-500ms end-to-end (from transaction submission to privacy-preserved execution)
  • Throughput: thousands of TPS (OP Mainnet base capacity plus Privacy Boost privacy layer)
  • ZK acceleration: TEE-assisted proof generation reduces proof times by orders of magnitude vs. pure ZK

SDK Design

  • Languages: TypeScript (web), Android (mobile), iOS (mobile), Rust (server)
  • Integration: designed for OP Stack chains; composable with any OP Mainnet contract
  • “SDK-first”: built for developers to integrate into existing apps, not a standalone protocol

Regulatory Controls

Policy controls enforced inside the TEE:

  • KYC-only environments: only KYC-verified addresses can submit transactions
  • Auditable views: regulators or compliance teams can receive a decrypted view of specific transactions without public exposure
  • Allowlists: institution-defined whitelists of permitted counterparties
  • Spending limits: TEE-enforced transaction size limits for regulatory compliance

These are enforced at the TEE layer, not at the smart contract layer — so they cannot be bypassed by calling the smart contract directly.

Deployment

  • Network: OP Mainnet (Optimism) — live and in beta as of early 2026
  • Partnership: built by Sunnyside Labs; co-developed with and endorsed by OP Labs (OP Labs CEO on record as supporter)
  • Status: production beta; not yet at full mainnet scale

Use Cases

1. Crypto Debit Cards (Private Spending)

  • Users make purchases on-chain without exposing their full transaction history to merchants or card processors
  • ZK proof demonstrates “this card has sufficient balance” without revealing the account
  • Merchant sees payment confirmation; does not see wallet address or transaction history
  • Privacy Boost handles the compliance layer (KYC for card issuance; auditability for card network compliance)

2. Institutional Repo Market On-Chain

  • Repurchase agreements (repos) are a $4T+ daily market in traditional finance
  • On-chain repos require: posting collateral, receiving cash, agreement to repurchase at a fixed price
  • Problem on public chains: counterparties would see each other’s positions and pricing
  • Privacy Boost solution: collateral and terms are private; settlement is on-chain and atomic; KYC for both counterparties; auditable to regulators on request

3. Cross-Border Digital Asset Exchange

  • Multi-institution settlement where each party has compliance requirements in different jurisdictions
  • Privacy Boost allows each institution to maintain its own permissioned view while settling on a shared public chain
  • Connects to the EEZ (Ethereum Economic Zone) vision of sovereign chains composing with public DeFi

Connection to EEZ and Institutional L2s

Privacy Boost implements a slice of the EEZ vision:

  • Institutions can maintain privacy-preserving L2 environments composable with Ethereum mainnet
  • The TEE policy layer enforces compliance rules without sacrificing DeFi access
  • KYC credentials can be stored in the TEE and used to produce ZK proofs on-demand (exactly the identity use case described in the EEZ article: “national government issues digital identity on sovereign chain, citizens KYC with any service without underlying data exposed”)
ApproachPrivacyComplianceComposabilityLatency
Private chainStrongEasyPoorFast
Privacy Boost (ZK+TEE)ConfigurableBuilt-inFull (OP Mainnet)Sub-500ms
LUCID (encrypted mempool)Pre-executionNoneFull~3s (same-slot)
Tornado Cash-styleMaximumNoneGoodNormal
Permissioned L2ModerateEasyLimitedFast

Open Questions

❓ How does Privacy Boost handle cross-chain privacy? If a user moves funds from OP Mainnet to Arbitrum, does the privacy guarantee transfer?

❓ What happens if the TEE hardware is compromised? Does the regulatory audit capability expose user privacy if the TEE is attacked?

❓ Is sub-500ms latency achieved for all transaction types or only simple transfers?

Timeline

  • 2026 (early) — Privacy Boost deployed on OP Mainnet in partnership with OP Labs
  • 2026-04 — Podcast discussion featuring Sunnyside Labs; product featured in institutional context

See Also