

Core Components
Shield, transfer, and withdraw tokens privately. Every operation is backed by a Groth16 ZK-SNARK proof verified on-chain — no counterparty learns the amounts or participants.
Groth16 proofs over BN254 with Poseidon hashing. Circuits compiled from Circom and verified natively in the Substrate runtime — no trusted off-chain verifier required.
Share a disclosure key (orbdisc:…) to prove a note's exact value and asset to any verifier — locally, without a ZK proof submission, and without exposing the spending key.
One keypair, two worlds. EVM and Substrate accounts share the same balance natively. Add aliases and Private Link for ZK-verifiable cross-chain identity flows.
Full Frontier-based EVM. Deploy Solidity contracts without modification, use MetaMask or Rabby, and call shielded pool operations directly from EVM via precompiles.
Built on FRAME. Modular runtime pallets, XCM cross-chain communication, and a customizable execution environment designed for production-grade chains.
Documentation
Getting Started
Installation, node setup, and first transactions.
Architecture
System design, shielded pool, ZK proofs, and EVM integration.
Vision
Project goals, principles, and long-term direction.
Roadmap
Development phases, milestones, and planned features.
Quick Links
- Installation - Build from source
- Run a Node - Development and production modes
- Wallet CLI - Privacy operations
- Privacy Architecture - ZK proof system and shielded pool design