Primary Objective

Existing Privacy-Preserving Proof-of-Stake (PPoS) protocols—such as Ganesh et al.'s PPoS, Kerber et al.'s Ouroboros Crypsinous, and our own Nomos Cryptarchia—achieve liveness and safety but suffer from low throughput and high confirmation latency. In this writeup, we aim to design a PPoS protocol that significantly improves performance while maintaining strong liveness and safety guarantees.


“Commit-and-Prove” in Privacy-Preserving Protocols

A foundational technique in many privacy-preserving cryptocurrencies is the Commit-and-Prove paradigm. It enables privacy and verifiability by combining non-interactive commitments with non-interactive zero-knowledge (NIZK) proofs. This approach is widely adopted in protocols like Zerocash and Ouroboros Crypsinous.

While effective for privacy, these techniques tend to increase computational and communication overhead—limiting throughput and responsiveness in decentralized settings.


Hybrid Consensus

Hybrid Consensus (Pass–Shi '17) is a layered consensus architecture combining the robustness of permissionless blockchain protocols (PoW or PoS) with the efficiency of classical Byzantine Fault-Tolerant (BFT) consensus. The key idea is to decouple leader election from transaction confirmation:

Leader Election via PoW/PoS

Fast Transaction Confirmation via BFT

Security and Performance Guarantees