Programmable Infrastructure for Stablecoins
ReineiraOS combines three core components into a unified protocol stack:
- Confidential Stablecoin — FHE-encrypted wrapper around USDC/USDT via Fhenix
- Escrow Engine — Conditional holding and release as a protocol primitive
- Cross-chain Deposits — Multi-chain deposit routing to Arbitrum
Users deposit standard stablecoins (USDC, USDT) and receive Reineira tokens. Balances and transaction amounts are encrypted using Fully Homomorphic Encryption via Fhenix — computations execute on encrypted data without exposing values.
| Property | Detail |
|---|---|
| Backing | 1:1 with deposited stablecoins |
| Unwrap | To USDC/USDT at any time |
| Privacy | Balances and amounts encrypted by default |
| Compliance | AML screening on deposits |
| Data | Standard Stablecoins | ReineiraOS |
|---|---|---|
| Balances | Visible to all | Encrypted |
| Transfer amounts | Visible to all | Encrypted |
| Transaction graph | Fully analyzable | Protected |
Every payment can be held, conditioned, or reversed. Escrow operates as a protocol primitive that other components build on.
| Mode | Mechanism |
|---|---|
| Standard | Deposit → Hold → Release |
| Conditional | Rule-based or oracle-triggered release |
| Asset DVP | Atomic delivery-vs-payment for ERC-721 |
- Time-based — Release after a specific date or duration
- Signature-based — Release on multi-party approval
- Oracle-based — Release on external data feed
Users can fund their accounts from multiple chains. Deposits are automatically routed to the Reineira stablecoin on Arbitrum — no manual bridging required.
- User initiates deposit from any supported chain
- Funds are routed cross-chain to Arbitrum
- Stablecoins are wrapped into confidential Reineira tokens
- Balance available in user's account
| Layer | Technology |
|---|---|
| Settlement | Arbitrum (Ethereum L2) |
| Privacy | Fhenix FHE Coprocessor |
| Cross-chain | Multi-chain deposit routing |
| Smart Contracts | Solidity + FHE extensions |
- FHE Security — Based on Learning With Errors (LWE) hardness assumption
- No Hardware Trust — Cryptographic guarantees, no TEE dependency
| Component | Assumption |
|---|---|
| Fhenix FHE | Correct FHE computation and key management |
| Arbitrum | Network consensus integrity |
| Cross-chain routing | Bridge operator integrity |
For the consumer application, see Privara. For the full protocol overview, see the Litepaper.