Protocol Overview
LiquidVZ is a real-world asset (RWA) protocol built on Solana that tokenizes Venezuelan real estate.
Architecture
┌─────────────────────────────────────────────────┐
│ Frontend │
│ (Next.js + Wallet Adapter) │
└─────────────────────┬───────────────────────────┘
│
┌─────────────────────▼───────────────────────────┐
│ Solana Programs │
│ ┌─────────────┐ ┌─────────────┐ ┌────────────┐ │
│ │ Property │ │ Vault │ │ Governance │ │
│ │ Tokens │ │ Program │ │ Program │ │
│ └─────────────┘ └─────────────┘ └────────────┘ │
└─────────────────────┬───────────────────────────┘
│
┌─────────────────────▼───────────────────────────┐
│ Off-Chain Services │
│ ┌─────────────┐ ┌─────────────┐ ┌────────────┐ │
│ │ Property │ │ Yield │ │ Legal │ │
│ │ Management │ │ Calculator │ │ SPV │ │
│ └─────────────┘ └─────────────┘ └────────────┘ │
└─────────────────────────────────────────────────┘
Key Components
Property Tokens
Each property is represented by SPL tokens. Token supply = property value in USD.
Vault Program
Handles USDC deposits, token distribution, and yield payments.
Governance Program
$LVZ holders vote on protocol decisions and property acquisitions.
Token Flow
1. User deposits USDC → Vault
2. Vault mints property tokens → User
3. Property generates rent → SPV
4. SPV deposits USDC → Vault
5. Vault distributes yield → Token holders