Technical Documentation
Aethel Protocol
Architecture, security, and technical specifications for the institutional RWA vault protocol deployed on Arc.
Core Architecture & ERC-4626
The protocol is built on an asynchronous, non-speculative vault architecture designed to capture institutional liquidity on Arc. Deposited USDC generates yield backed by real-world sovereign assets.
ERC-4626 Standard
Strict implementation of the ERC-4626 standard — the vault is natively composable with the entire institutional DeFi ecosystem. Every interaction (deposit, withdrawal, share calculation) follows the standardized interface.
Deposit Mechanics
One-click native USDC deposit. The smart contract mints a Receipt Token (rwaUSDC) whose value appreciates against the underlying USDC as RWA yield is injected into the vault.
Arc Mainnet Deployment
Targeted for the September 16 launch. Bytecode is optimized for Arc's EVM with predictable execution costs and a controlled gas ceiling.
Chainlink Integration — Proof of Reserve
The infrastructure makes zero compromises on transparency. Every dollar of yield is cryptographically proven on-chain before any user interaction.
Proof of Reserve (PoR)
The vault queries the Chainlink PoR feed on every critical operation. Off-chain reserves (tokenized Treasuries) are verified in real time — no implicit trust required.
Institutional Price Feeds
Collateral valuation via institutional-grade Chainlink price feeds. The vault's net asset value is updated every block with sub-cent precision.
Automatic Circuit Breaker
A conditional require in the mint function: if on-chain Total Supply exceeds off-chain reserves validated by PoR, the protocol pauses immediately. No manual intervention needed.
Security, Access Control & Audit
The protocol is entering Code Freeze for submission to top-tier audit firms. The codebase is modular, documented, and defensively architected.
Logic Separation
The Vault contract (deposits / withdrawals) is isolated from the Strategy contract (yield generation). Reduced attack surface, independent upgrade path, and maximum auditability.
Governance & Timelock
OpenZeppelin AccessControl with Ownable2Step. Every parameter change goes through a 48-hour minimum Timelock — users always have time to react.
Full NatSpec Documentation
Every function, state variable, and modifier is documented via NatSpec. Auditors have full documentation coverage from day one.
UI / UX Specifications
The interface conveys banking-grade reliability and precision engineering — a clean break from the typical Web3 aesthetic.
Tech Stack
Next.js, Tailwind CSS, Wagmi & Viem. Robust, frictionless wallet connection, SSR for public metrics, client hydration for user actions.
"Fractal / Premium" Design System
Glassmorphism components (frosted glass via backdrop-blur), platinum metallic borders, internal cyan glows via box-shadow and radial gradients. Every pixel evokes institutional precision.
1-Click Deposit Flow
A streamlined experience centered on trust metrics: Chainlink PoR status, real-time TVL, sovereign debt APY. No speculative jargon — only verifiable facts.
This documentation is updated continuously. The protocol is in Code Freeze — the specifications above reflect the codebase submitted for audit.