Private blockspace
Private blockspace lets you post encrypted data to Celestia while proving itās valid and available. You get confidentiality and verifiability, which is ideal for institutional applications that need both privacy and compliance.
How it works
A lightweight proxy sits between your app and Celestia:
- Submit: The proxy encrypts your data, generates a zkVM proof, and posts to Celestia
- Retrieve: The proxy fetches and decrypts blobs using your encryption key
- Verify: Anyone can verify availability and correctness without seeing plaintext
Use cases
- Confidential exchanges: Private order books with provable solvency (HibachiĀ )
- Confidential payments: Encrypted transactions with regulatory compliance
- RWA tokenization: Private holder data with verifiable state
- Private backups: Encrypted recovery without exposing plaintext
- Cross-chain messaging: Verifiable encrypted data transport
Get started
- About private blockspace: Architecture and technical details
- Quickstart guide: Run on your own
- PDA proxy repoĀ : Source code and examples
Feel stuck? Go to our Discord!
Last updated on