Helius Acquires Light Protocol for an Onchain Privacy Layer on Solana
Helius acquires Light Protocol, the developers of Solana's ZK syscalls and ZK Compression. The goal is a programmable privacy layer: encrypted balances, payments, and markets — with auditability.
What Happened
Solana infrastructure provider Helius is acquiring Light Protocol — the team that built core zero-knowledge building blocks for Solana. Light’s engineering team joins Helius; the official announcement is on the Helius blog.
Who Light Protocol Is
Light Protocol built two of the most important ZK primitives on Solana:
- the network’s original ZK syscalls (including the Poseidon hash function and alt_bn128 group operations) — the cryptographic primitives that zero-knowledge proofs build on onchain
- ZK Compression, which cuts onchain state costs by up to 1000x (see our report: ZK Compression is live)
The Stated Goal
Per the announcement, Helius and Light want to build a fully onchain, programmable privacy layer for Solana: encrypted balances, encrypted payments, and encrypted markets — with auditability and selective disclosure (targeted disclosure to authorized parties). Light CEO Jorrit Palfner: “Privacy is the single most important primitive we can build and scale on Solana.”
For existing ZK Compression users, nothing changes per Helius except expanded team support; the Light Token SDK, however, will be sunset.
Context
Privacy is an active construction site on Solana with clear limits in the status quo — Confidential Transfers so far encrypt only amounts, and confidential DeFi is not yet natively possible (background: Privacy on Solana explained). The acquisition now bundles core ZK competence with the reach of a major infrastructure provider — in a week where privacy topics are visibly gaining speed across the ecosystem.
What to Watch
- When the first privacy-layer building blocks land on mainnet and how they relate to Token-2022 confidential transfers
- How auditability/selective disclosure is implemented concretely — decisive for regulated users
- What the sunsetting of the Light Token SDK means for existing integrations
Sources
- Helius — Light Protocol Acquisition
- Light Protocol — lightprotocol.com
- SOLANA·HUB knowledge: Privacy on Solana explained
- SOLANA·HUB news: ZK Compression is live