ParaloomPARALOOM

Introduction

Paraloom is an open privacy Layer 2 for Solana, validated on commodity hardware.

What is Paraloom?

Paraloom is an open privacy Layer 2 for Solana. SOL bridges into a shielded pool, transfers move privately inside it, and withdrawals settle back to Solana — anchored by Groth16 zero-knowledge proofs over BLS12-381. The validator network is intentionally designed for commodity hardware: laptops, home PCs, single-board computers running a verify-only role.

The on-chain Anchor program holds the pool merkle root, the nullifier set, and the validator registry — replay protection and validator stake are enforced on Solana itself.

Two primitives

Why commodity hardware?

A Groth16 proof verifies in roughly ten milliseconds on a single CPU core. Validators are verify-only — proof generation stays with the user. That's small enough that any laptop, server-room leftover, or single-board computer can carry the role. No GPUs, no specialized silicon, no co-location.

What's anchored on Solana

Status

v0.5.0-rc2 — pre-mainnet. Audit pending. MPC ceremony in progress.

Value
Lines of Rust~33,000
Tests passing407
Commits246
Proof verify time~10 ms / proof
Proof size192 bytes
Default BFT threshold7 of 10
Coordinator HAactive / passive failover, < 30s RTO
LicenseMIT

Where to go next

On this page