Skip to main content
Generated with Sonnet 4.6 · Research concepts
I want to build a privacy-preserving stablecoin — like a Zcash-style shielded pool but for USDC on Solana. Users deposit USDC, get a private balance, and can transfer without anyone seeing amounts or recipients. I know Tornado Cash got sanctioned but I think there’s a compliant way to do this with selective disclosure and ZK proofs. What does the landscape look like and is this even possible on Solana technically?

What follows is Copilot’s unedited deep-dive output — the full research report generated from the prompt above.

Similar Projects

Note: These are hackathon submissions — demos and prototypes, not production products. Many may no longer be active. They’re included as inspiration and to show what’s been tried before, not as a competitive landscape.
  • Hush (hush, Breakout) — ZK-proof protocol for anonymous token transfers on Solana using Groth16; multi-track (Consumer, DeFi, Infrastructure)
  • noirwire (noirwire, Cypherpunk) — Private payments + encrypted messaging using shielded pools and the Noir ZK language on Solana; closest architectural match to Zcash-style design
  • Privax Protocol (privax-protocol, Breakout) — “Banking secrecy” self-custody layer with ZK proofs + “compliant transactions”; 19 likes / 17 comments, highest engagement in the cluster; explicitly targets regulatory compliance
  • NinjaPay (ninjapay, Breakout) — ZK + stealth addresses + “auditable back keys for lawful oversight”; explicitly embeds compliance from day one
  • Radr (radr, Cypherpunk) — ZK-SNARK privacy pool for SOL with multi-hop relaying and on-chain Merkle tree verification; technically close to the note-commitment tree approach in Zcash
  • Cloak (cloak-or-solana-privacy-layer, Cypherpunk, 3rd Place Stablecoins, C4 Accelerator) — Token-mixing privacy layer with miner-driven anonymity sets; NOT ZK-proof-based — uses mixer/incentivized-mining model
  • DARKLAKE (blackpool, Radar, 2nd Place DeFi, C2 Accelerator) — ZK private DEX (trade privacy + MEV protection), not a stablecoin shielded pool; adjacent vertical
  • Degen Cash (degen-cash, Cypherpunk, C1 Accelerator) — Gamified privacy-preserving stablecoin using Arcium MPC for confidential transfers; uses USDC + randomized mint/burn mechanics

Archive Insights

  • “Achieving Crypto Privacy and Regulatory Compliance” (a16z, Burleson/Korver/Boneh, 2022, similarity 0.565) — Proposes a three-layer ZK compliance framework: (1) deposit screening against sanction blocklists, (2) withdrawal screening, (3) selective de-anonymization via ZK proofs for law enforcement. Written in the wake of the Tornado Cash sanction. Directly validates the user’s thesis.
  • “Privacy-Protecting Regulatory Solutions Using Zero-Knowledge Proofs” (Full Paper) (a16z, 2022, similarity 0.552) — The full academic companion. Argues privacy-preserving protocols that lack adequate controls fail from insufficient compliance architecture, not from privacy itself.
  • “6 Myths About Privacy on Blockchains” (a16z, Sverdlov/Slavin, 2025, similarity 0.693) — Most relevant result. Argues the “privacy vs. compliance” tension is a false dichotomy; ZK proofs, homomorphic encryption, and MPC are mature enough to give users privacy while giving regulators the signals they need.
  • “Contracts with Bearer” (Nick Szabo / Nakamoto Institute, 1997/1999, similarity 0.259) — Foundational framing: digital bearer certificates as the cryptographic primitive for private value transfer. Shielded USDC is the 2025 incarnation of what Szabo described.
  • “Breakpoint 2023: Composable Privacy with Sandwiching” (Breakpoint transcripts, 2023, similarity 0.363) — Solana-specific talk on composable privacy layers using “sandwiching” patterns — wrapping existing token programs with privacy layers rather than replacing them. Architecturally relevant for USDC / Token-2022 integration.

Current Landscape

Angle 1: Solana-Native Privacy Infrastructure (Technical Feasibility)

  • Key players: Solana Confidential Balances (Token-2022, Solana Labs), Arcium ($9M raised, Solana Mainnet Alpha Feb 2026), Bonsol (ZK co-processor, in development)
  • Recent developments: Solana launched Confidential Balances in April 2025 — hides transfer amounts via homomorphic encryption + ZK proofs, with optional “Auditor Key” that can decrypt amounts for compliance. Arcium launched Mainnet Alpha February 2, 2026. Confidential SPL standard targeted for Q1 2026.
  • Maturity: Growing — native infrastructure exists, production apps emerging in 2026

Angle 2: Compliance-First Privacy Protocols (Regulatory Path)

  • Key players: Umbra (Arcium-powered, $155M ICO commitments, Feb 2026), Midnight (Cardano partner-chain, ZK + selective disclosure), Aztec (EVM L2 for private smart contracts), Circle/Aleo partnership (privacy USDC on Aleo, not Solana)
  • Recent developments: Tornado Cash sanctions reversed by OFAC March 2025 after Fifth Circuit ruling (immutable smart contracts not “property” under IEEPA). Roman Storm trial resulted in hung jury on two counts (Aug 2025). zkKYC pattern now mainstream.
  • Maturity: Emerging — regulation has clarified meaningfully, compliance-first architecture is understood but sparse in production

Angle 3: Institutional DeFi Privacy (B2B Use Case)

  • Key players: Fireblocks (KYC-gated vaults, institutional DeFi), Sygnum Bank (institutional DeFi analysis)
  • Recent developments: Georgetown Law Oct 2025 paper on illicit finance risk in institutional DeFi. Sygnum report: institutional DeFi infrastructure exists but allocation hasn’t followed — compliance gap is the stated blocker.
  • Maturity: Emerging — demand exists, infrastructure inadequate, winner not determined

Key Insights

  • The “amount-only” gap: Solana’s native Confidential Balances (Token-2022) hides amounts but not sender/recipient. On-chain you can still see who is sending to whom — just not how much. A full Zcash-style shielded pool is NOT natively available and requires a separate program.
  • Umbra is the closest competitor but barely started: Launched Feb 2026 in closed beta with 100 users/week and a $500 deposit cap. Uses MPC (not pure ZK), which has different trust assumptions. Compliance features are minimal.
  • The compliance angle is the differentiator: Every privacy project in the hackathon corpus treats compliance as an afterthought. The a16z paper from 2022 laid out the blueprint — nobody has built it fully on Solana.
  • Elusiv is dead (sunset Jan 2025), Cloak uses a mixer model (legally riskier post-Tornado Cash), DARKLAKE is a DEX not a stablecoin pool.
  • Trend: Privacy + compliance is converging. The 2025-2026 window is optimal: Tornado Cash sanctions reversed, Solana native ZK infrastructure mature, institutional demand explicitly expressed.
  • Cohort data: “Lack of financial privacy” is NOT in the top 8 problem tags across cypherpunk+breakout (2,992 total projects) — the space is underrepresented relative to its importance.

Opportunities & Gaps

  • Underexplored: Compliance-first ZK stablecoin infrastructure for regulated businesses and institutions — specifically the BSA/AML stack layered on top of a full shielded pool
  • Underexplored: USDC-native shielded pool via Circle partnership — no major protocol has become “the official private USDC layer”
  • Emerging niche: B2B private payments on Solana (payroll, supplier payments, treasury management) — institutions can’t use public chains, can’t use Umbra (no compliance stack), no alternative
  • Saturated: Generic “privacy mixer” approach — regulatory risk, no differentiation
  • False start: Trying to build on Arcium/MXE as a middleware play — Umbra already occupies this with $155M backing

Deep Dive: Top Opportunity

Compliance-First ZK Stablecoin Pool for Regulated Entities on Solana

Incumbent Analysis

Direct Competitor Alert: Umbra (Arcium-powered, launched Feb 2026) is building a “dual-mode shielded environment” with selective disclosure via viewing keys. They have $155M in ICO commitments. To differentiate, you need a concrete wedge.
However, the gap is real — it is a Partial gap (Segment):
  • Who is the incumbent? Umbra + Arcium for general-purpose shielded finance; Token-2022 Confidential Balances for amount-only privacy. No incumbent for regulated/institutional USDC privacy.
  • Gap classification: Umbra serves privacy-first crypto-native users. It does not serve regulated businesses who need: (1) BSA/AML-compatible transaction monitoring, (2) Travel Rule compliance, (3) zkKYC-gated entry, (4) structured audit reports for regulators. Umbra explicitly avoids this complexity.
  • Evidence: Sygnum Bank May 2025: “institutional DeFi infrastructure exists but allocation hasn’t followed — compliance gap is the stated blocker.”

The Problem

  • Concrete friction: A DAO paying 12 contractors monthly in USDC exposes salary bands, vendor relationships, and treasury allocation on a public ledger. A pharmaceutical company paying clinical trial sites can’t use Solana because competitors can monitor payments. A market maker can’t execute treasury transfers without broadcasting position changes.
  • Who experiences this? B2B payment operations teams at crypto-native companies; regulated financial institutions exploring Solana; individual high-net-worth users who need privacy from business competitors.
  • Quantified impact: Cross-border B2B payments: $150T/year global. DeFi TVL on Solana: ~$8B. Even 0.1% of global B2B payment flow is $150B/year.

Revenue Model

  • Transaction fee: 0.1-0.2% per shielded transfer
  • Compliance SaaS: $500-5,000/month per entity for AML monitoring dashboard, audit reports, regulator access
  • White-label SDK: License the compliance-ready shielded pool to other DeFi protocols
  • TAM path: 1,000 enterprise accounts × $1,000/month = $12M ARR recurring, plus transaction fees

Go-to-Market Friction

  • Cold start problem: The anonymity set problem — if only 10 people use the pool, withdrawals are trivially deanonymized. Must be solved before launch.
  • Bootstrap: Seed with $500K-2M protocol-owned USDC. Sign 3-5 DAOs with active payroll as design partners. Leverage Solana Foundation privacy grants.
  • Integration targets: Squads (multisig) and Realms (DAO treasury) — natural entry points for B2B/DAO payroll.

Founder-Market Fit

  • Ideal background: Former Chainalysis/TRM compliance engineering, or a bank BSA officer who has also shipped on-chain protocols.
  • Red flags: A pure crypto-privacy maximalist who views compliance as ideological compromise. Also: someone without ZK engineering experience.
  • Team: ZK engineer + compliance/legal person + growth/BD for DAO/institution relationships. Three people minimum.

Risk Assessment

  • Technical risk: Moderate. ZK proof generation is well-understood, but Zcash-style full anonymity on Solana’s account model requires careful engineering. Budget 6-9 months for production-ready proving system.
  • Regulatory risk: Nuanced. Tornado Cash sanctions reversed March 2025; a16z/Dan Boneh framework has regulatory legitimacy. But Roman Storm still facing one guilty count. FATF Travel Rule applies. The compliance features are not just marketing — they are your legal moat.
  • Market risk: Painkiller for B2B payroll operations. Behavioral inertia is real — need a specific activation event to accelerate adoption.
  • Execution risk: Getting a BSA officer at a regulated institution to sign off on using a smart-contract-based privacy pool is a high-friction sales cycle. Start with DAOs where the compliance bar is lower.

Further Reading

  • Helius blog: “Confidential Balances — Empowering Confidentiality on Solana” — Technical deep dive on Token-2022 architecture
  • a16z full paper: “Privacy-Protecting Regulatory Solutions Using Zero-Knowledge Proofs” — The academic blueprint for your compliance feature set
  • Projects to study: noirwire (Noir-based ZK on Solana), privax-protocol (highest community engagement), ninjapay (compliance-first with auditable back keys)
  • Communities: Solana privacy working group, Arcium developers (understand their MXE model as your primary technical competitor)