STABLE VAULT
11.2%
Low Risk
BOOST VAULT
18.7%
Med Risk
ALPHA VAULT
33.4%
High Risk
// SIMULATE DEPOSIT · Solana Mainnet · NO REAL FUNDS
DEPOSIT AMOUNT
USDC MAX
$vsUSD Received 1,000.00
Projected Yield (12mo) +$112.00
Total at Maturity $1,112.00
vs. Savings (4%) +$72.00 more
* Simulation only · No real USDC required · Solana Mainnet MAINNET
// LIVE PROTOCOL DATA
STABLE APY 11.2% LIVE
BOOST APY 18.7% LIVE
ALPHA APY 33.4% LIVE
AI REBALANCES 1,847
NETWORK Solana Mainnet
CHAIN ID 84532
← Back to vaulta.works
// ── SCROLL REVEAL ── const observer = new IntersectionObserver((entries) => { entries.forEach(e => { if (e.isIntersecting) { e.target.style.opacity = '1'; e.target.style.transform = 'translateY(0)'; } }); }, { threshold: 0.1 }); document.querySelectorAll('.vault-card, .ai-card, .step, .team-card, .sec-card, .rm-card').forEach(el => { el.style.opacity = '0'; el.style.transform = 'translateY(24px)'; el.style.transition = 'opacity 0.5s ease, transform 0.5s ease'; observer.observe(el); }); // ── CLEAN URL SCROLL ── document.querySelectorAll('a[href^="/#"], a[href^="#"]').forEach(anchor => { anchor.addEventListener('click', function (e) { const href = this.getAttribute('href'); const id = href.substring(href.indexOf('#') + 1); const target = document.getElementById(id); if (target) { e.preventDefault(); target.scrollIntoView({ behavior: 'smooth' }); history.replaceState(null, null, window.location.pathname + window.location.search); } }); }); if (window.location.hash) { const target = document.getElementById(window.location.hash.substring(1)); if (target) { setTimeout(() => { target.scrollIntoView({ behavior: 'smooth' }); history.replaceState(null, null, window.location.pathname + window.location.search); }, 100); } }