Technology

Technology Stack

  • Blockchain: Solana.

  • Smart Contracts: Rust-based Solana programs.

  • Data & Integrity: Structured, time series, and document storage for performance, fees, reputation, and RWA.

  • Frontend Layer: Next.js / React / Typescript interface with multi wallet support and real time strategy / credit pool dashboards.

  • Monitoring & Risk: Continuous event ingestion and anomaly detection

  • Security & Resilience: Non custodial design, redundant infrastructure, audit-ready data trail, progressive decentralization roadmap.

Smart Contract Architecture

Modules:

  • Vault Core Program: Handles deposits, withdrawals, pay fund investors, pay rwa investors and trading.

  • Fee Module:

  • Management Fee: Continuous accrual (block-time prorated).

  • Performance Fee: Crystallized periodically (e.g., monthly).

Security Principles:

  • Minimal trusted roles (multisig for upgrades).

  • Defense-in-depth: audits, formal verification candidates (Phase 2), bug bounty program.

12. Fee & Performance Mechanics

  • Net Asset Value (NAV) Calculation: real-time indicative NAV from pricing feed.

  • Performance Fee Example:

  • Crystallization Epoch: 30 days.

  • If NAV > HWM → fee = (NAV - HWM) * performance_rate.

  • Fees minted/distributed in SOL.

  • Management Fee: (AUM * annual_rate) * (time_elapsed / seconds_in_year).

Last updated