|
| 1 | +--- |
| 2 | +id: research-basis |
| 3 | +title: "Research Basis" |
| 4 | +sidebar_position: 5 |
| 5 | +description: "Privana's architecture is grounded in peer-reviewed cryptographic research published by Cornell Tech." |
| 6 | +--- |
| 7 | + |
| 8 | +Privana's architecture is grounded in peer-reviewed cryptographic research published by Cornell Tech. |
| 9 | + |
| 10 | +### Primary Research Paper |
| 11 | + |
| 12 | +**"Liquefaction: Privately Liquefying Blockchain Assets"** |
| 13 | +Austgen, Fábrega, Kelkar, Vilardell, Allen, Babel, Yu, and Juels — Cornell Tech |
| 14 | +arXiv: [2412.02634](https://arxiv.org/abs/2412.02634), December 2024 |
| 15 | + |
| 16 | +This paper introduces key encumbrance as a primitive, formalizes the SEAO assumption that conventional wallets rely on, and proves security properties of TEE-based policy governance. The paper demonstrates that TEE-based key encumbrance can break the Single-Entity Address-Ownership assumption, enabling private renting, sharing, and pooling of blockchain assets and privileges. Privana is the Oasis Network's production implementation of the Liquefaction framework. |
| 17 | + |
| 18 | +### Key concepts from the research |
| 19 | + |
| 20 | +#### Key Encumbrance |
| 21 | + |
| 22 | +The core primitive. A private key generated and held within a TEE, governed by programmable access-control policies. Enables automation without custody transfer. |
| 23 | + |
| 24 | +#### SEAO Assumption |
| 25 | + |
| 26 | +Single-Entity Address-Ownership — the assumption that one blockchain address is controlled by a single entity. Key encumbrance breaks this in a controlled, beneficial way. |
| 27 | + |
| 28 | +#### Asset-Time Segmentation |
| 29 | + |
| 30 | +The principle that a given asset is exclusively controlled by one sub-policy at any given time. Prevents deadlock and double-spend between competing policies. |
| 31 | + |
| 32 | +#### Overlay Smart Contracts |
| 33 | + |
| 34 | +Because encumbered keys are managed off-chain (in TEEs), smart-contract-like logic can be applied to chains that have no native smart contract support — Bitcoin, Dogecoin, Litecoin, etc. |
| 35 | + |
| 36 | +### Additional references |
| 37 | + |
| 38 | +The FlexVaults whitepaper cites several additional works relevant to the security model: Kelkar et al. on Complete Knowledge proofs (ACM CCS, 2024), Jean-Louis et al. on privacy flaws in TEE-based platforms (ePrint 2023/378), and Van Schaik et al. on SGX security (IEEE S&P, 2024). For readers interested in the full security analysis, the [Liquefaction paper](https://arxiv.org/abs/2412.02634) is the recommended starting point. |
| 39 | + |
| 40 | +For Oasis-specific technical resources: [Sapphire developer documentation](https://docs.oasis.io/dapp/sapphire/), [ROFL documentation](https://docs.oasis.io/build/rofl/), and the [Oasis Protocol overview](https://oasis.net/). |
0 commit comments