Chain base
Prototype Built on Cosmos SDK / Ignite. Consensus is CometBFT-style BFT with a PoS-style initial validator set and staking module — a testnet validator model, not finalized mainnet economics. It is not proof-of-work.
Shielded module
Prototype The shielded pool is the core state machine: notes are represented as commitments inserted into a Merkle commitment tree; spending consumes notes via nullifiers, and duplicate nullifiers are rejected to prevent double-spends. Deposit, withdraw, spend, viewing-key registration and single-note disclosure all have tested prototype implementations. Deposit and withdrawal amounts are currently public on-chain.
Zero-knowledge status
Prototype The prototype includes a development-key Groth16 verification path. It does not yet provide production-grade zero-knowledge security: no trusted setup has been performed, circuit soundness is unverified, and no external cryptographic audit has been completed.
Test evidence
Client tests 40/40 The disclosure-code client core passes 40/40 tests (local verification, 2026-06-10, Node v26). Not yet implemented: the server-side grant stack, on-chain inclusion verification, and production-grade Argon2id / XChaCha20-Poly1305 adapters.