ZK privacy rollup, based on the Jito Validators Program. Solana-grade throughput with rollup-grade privacy.
We combine client-side zero‑knowledge proofs with Jito-powered bundle routing so intent never leaks before execution. Proofs minimize on-chain data; bundles land privately with high inclusion probability.
Using the Jito Validators Program aligns fees and order flow with top Solana validators, improving execution quality while preserving user privacy.
Applications keep using familiar Solana SDKs while adopting a private rollup execution model with verifiable state transitions.
zkRollup and zkPorter branches anchored to a common root, powered by Solana and Jito Validators.
Generate proofs in-browser and reveal only what is necessary.
Submit private payloads to relayers and avoid mempool leakage.
Verify proofs inside your Solana program and commit minimal state.
Test the endpoints with the interactive REST client.
The ZKChan layer wraps sensitive user flows with client-side ZK proofs and encrypted bundle relaying. The outcome is less data exposure from user → relayer → validator → program.
Use the Playground to test endpoints and explore the API.
POST /hash → derive commitmentPOST /prove → generate proofPOST /verify → verify proofPOST /bundle/submit → submit encrypted bundleGET /fees/quote → get a fee estimate