PoC Documentation (archived)
Historical reference only
These documents describe an early proof-of-concept implementation that diverges from the current design. They are kept for historical context only — do not use them as a reference for current behavior. The source of truth for the system as it stands today is the Specification.
See Current Flaws & Doubts for the issues that motivated the redesign.
Contents
| Document | Description |
|---|---|
| Architecture | System design and component overview |
| Encrypted Balances | How ElGamal ciphertexts store and update balances |
| Staking | The anonymous commitment pool, nullifiers, and IMT |
| Relayer | Gas sponsorship, IMT witness service |
| Compliance | Regulatory encryption for auditing |
| Key Management | BPK identity, spending/signing/viewing keys, linked mode |
| Cryptography Reference | Curves, hashes, proof system, key derivation |
| Discrete-Log Solver | Recovering plaintexts from ElGamal ciphertexts |
| SDK Structure | Cross-platform architecture, storage and prover adapters |
| Current Flaws & Doubts | Known issues in the reference implementation |
| Usage | Getting started and developer workflows |