Privacy & Confidential Execution
Why Privacy Matters for Portfolio Managers
DeFi today is transparent by default - which is powerful, but often limiting.
In particular, vault curation of public, blockchain-based DeFi products is one of the most promising business models for the next generation of finance. However, its scalability and long-term sustainability are limited by a fundamental issue: the need for portfolio managers to protect their alpha.
In today's DeFi environment, vault tokenization standards expose real-time portfolio compositions and trading behaviors. Copycats and freeloaders can easily monitor, reverse-engineer, and replicate strategies without bearing the associated research and execution costs.
Without privacy, managers interested in avoiding liquidity fragmentation are forced into an impossible trade-off between:
- Sharing all their moves and risking the loss of their edge, or
- Operating off-chain, undermining the auditability and composability of DeFi.
If DeFi is to scale professional asset management, confidentiality must become a first-class primitive - just as composability, security, and permissionlessness already are.
Our Commitment to Onchain Privacy
Through innovations like confidential smart contracts, Orion enables:
- Protection of proprietary strategies without sacrificing onchain composability;
- Private portfolio management with verifiable, encrypted performance;
- Auditability for users and LPs without exposing sensitive manager behavior: vault strategies remain private, with holdings and trades encrypted, while performance remains auditable.
- MEV protection, safeguarding trade execution against frontrunning and sandwich attacks;
- Users to deposit into vaults without revealing their positions or allocations.
By integrating confidential computing natively into our architecture, Orion brings institutional-grade privacy to the permissionless world of DeFi - unlocking a new era of scalable, professionalized, and competitive onchain asset management.
Confidential Smart Contracts: A Key Enabler
Orion integrates advancements in cryptography1 2 to power private vault strategies and encrypted performance tracking. This integration enables the execution of confidential smart contracts on encrypted data - ensuring both data privacy and composability within blockchain environments.
Transaction inputs and on-chain states are encrypted, ensuring that sensitive information remains confidential, while fully onchain, non-custodial and verifiable by anyone.
Technical Overview
Let:
- be the number of active privacy-preserving portfolios.
- be the number of distinct assets (tokens) active in the netted portfolio.
- denote the (encrypted) amount of asset held by portfolio , where and .
Each portfolio is defined as a vector:
where entries are encrypted amounts associated with a whitelisted investment universe shared by every portfolio (i.e., the union of unique symbols across all portfolios).
Let:
- denote the total (observable) amount of asset across all portfolios.
These totals are used to compute the single, batched portfolio finally executed on-chain.
Note that we can decrypt the sum, not sum decrypted entries, using homomorphic encryption, to further minimize trust:
Let:
- be the plaintext price of asset as returned by an on-chain oracle.
The Profit and Loss of each portfolio is computed as the inner product of its holdings with the public assets return:
As above, using FHE:
Proof
For an outside observer, the number of unknowns is (portfolio states).
The number of equations is (one for each asset and one for each portfolio):
Thus, the system is underdetermined and has infinitely many solutions if and only if:
Which is easily satisfied for .