Overview
The IPTF Map documents proven technical patterns for building privacy-preserving institutional blockchain systems. Each pattern addresses specific confidentiality requirements while maintaining regulatory compliance and interoperability.Core Patterns
L1 ZK Commitment Pool
Hide amounts and positions on Ethereum L1 using shielded pools with commitments and nullifiers. Best for low-frequency trades.
L2 Encrypted Off-chain Audit
Store only commitments on-chain with encrypted audit logs off-chain. Ideal for cost-sensitive settlements with selective disclosure.
Hybrid Public-Private Modes
Enable per-transaction selection between public and private execution. Optimizes cost and confidentiality per trade leg.
Modular Privacy Stack
Four-layer architecture separating Data, Execution, Settlement, and Disclosure concerns for flexible privacy design.
Regulatory Disclosure
Regulatory Disclosure Keys & Proofs
Provide on-demand scoped visibility using threshold viewing keys and ZK proofs. Enables least-privilege access for regulators.
Pattern Selection
Choose by Trade Volume
- Low volume (< 100 trades/month): L1 ZK Commitment Pool
- Medium to high volume: L2 Encrypted Off-chain Audit
- Mixed requirements: Hybrid Public-Private Modes
Choose by Privacy Requirement
- Amount confidentiality only: L2 with encrypted audit logs
- Full position privacy: ZK commitment pools
- Selective per-transaction privacy: Hybrid modes
- Flexible multi-layer approach: Modular privacy stack
Choose by Deployment Complexity
Common Components
All patterns leverage these foundational standards:- ERC-7573: Atomic delivery-versus-payment settlement
- ERC-3643: Compliant security token transfers
- EAS: Ethereum Attestation Service for audit trails
Most patterns are compatible and can be combined. For example, use L2 encrypted audit for cash legs and L1 ZK pools for bond transfers in the same settlement.
Related Sections
Privacy Approaches
Explore foundational privacy technologies: ZK, FHE, TEE, and MPC.
Vendor Implementations
See production implementations from Aztec, Zama, Railgun, and others.

