Private infrastructure for real-world assets.
Assets move onchain without exposing everything around them. Values, positions, and counterparties are sealed at rest; every change is hash-chained; batches anchor publicly to Solana. Tokenize privately. Settle publicly.
RWAs shouldn’t require public financial records.
A public chain exposes every position, every counterparty, every amount, forever. The vault keeps the record and the proof without the exposure.
Position sizes and holders are sealed with AES-256-GCM before they touch storage. The database holds commitments, not values.
Transfer amounts and counterparties travel sealed. A public observer sees that a batch settled. Never what moved.
Prove what needs proving: a signed, publicly verifiable statement disclosing exactly the fields you choose.
One privacy layer. Multiple asset classes.
Verify without revealing.
Every asset carries a hash-chained event ledger. The chain and its Solana anchors are public and recomputable by anyone; the contents are not. Disclosure is a choice, made field by field, signed by the registry.
- event chain recomputes ✓
- batch root anchored on Solana ✓
- disclosure signature verifies ✓
- holder identity ████████
- position size ████████
- counterparty ████████
- underlying documents ████████
Built for confidential finance.
Sensitive fields are AES-256-GCM-sealed before storage, the same envelope discipline Sable applies to prompts. A database dump shows structure, never values.
Every state change appends to a per-asset hash chain. Rewriting history breaks every later hash; the chain is public and recomputable.
The registry signs statements over its own ledger (secp256k1, EIP-191), verifiable by anyone through the public verify endpoint. Attested and anchored, not zero-knowledge, and labeled as exactly that.
Sable Vault is registry infrastructure. Asset entries are issuer-declared; verification covers ledger integrity and public anchoring, not appraisal. Sable does not custody assets, make investment offers, or provide legal enforcement of ownership.