Assets and Yield
🪙 Supported Assets
MockUSDC (Stablecoin)
Used for testing deposits and withdrawals in the vault.
Address:
0x...(Isi Address MockUSDC)Decimals: 6
Standard: ERC-20 (Rust Implementation)
Faucet: Call the contract function to mint tokens:
// Example call
mint(address, amount)📈 Internal Yield Engine (Rust)
Unlike protocols that rely on external Oracles for yield rates, LegacyVault utilizes an internal, immutable math engine built on Arbitrum Stylus.
Parameter
Value
Yield Rate
1% Daily (Compound Interest)
Calculation Method
Iterative Integer Scaling (Rust)
Compounding
Auto-compounds on Interaction
Safety Cap
365 Days per Batch
