Your wallet's invisible shield. Solana's first privacy SDK.
Like light through a prism refracts into many colors, one identity refracts into many context-bound personas. Prism is privacy infrastructure: disposable identities, ZK proofs, and MPC encryption so you can trade, vote, and transact without revealing who you are or what you hold.
- Main README — Overview, quick start, and stack
- What the SDK actually does — Honest technical scope
- Dark pools and Solana — Why this use case matters on Solana
- Arcium + ZK flow — Cryptographic flow
- Demo script — 3-minute pitch and flow
| Doc | Description |
|---|---|
| DARK_POOLS_AND_SOLANA.md | What dark pools are, why Solana needs privacy infra, what Prism solves |
| TECHNICAL_WHAT_THE_SDK_ACTUALLY_DOES.md | What we do and don't claim (privacy, signer visibility) |
| ARCIUM_CRYPTOGRAPHIC_FLOW.md | Arcium + ZK cryptographic flow |
| UNDER_THE_HOOD_EXPLANATION.md | Step-by-step execution flow |
| DEMO_SCRIPT.md | 3-minute demo script for hackathon |
| ARCHITECTURE_EXPLAINED.md | Architecture overview |
| ERROR_HANDLING.md | Error handling reference |
| UPDATE_ENV.md | Environment setup |
| ARCIUM_READY.md | Arcium configuration |
| ENCRYPTION_*.md | Encryption decisions and status |
| SDK_STATUS.md | SDK status snapshot (demo working; transaction handling resolved) |