Astrovault
DeFi, Sustainably.Status: Completed
Raised: $310,496.62
Raised: $310,496.62
const text1 = "Roadmap Launch Astrovault 2024 Outbid launch, AXV token launch 2025 Airdrop is started 25.01 2026 Deploy 2nd Astrovault, Deploy 2nd Outbid 2026"; const text2 = "More roadmap... Governance, Deploy 3rd Astrovault 2026 B2B NFTs B2B Payments 2026 EVM Deployment 2026"; function apply(){ const blocks = document.querySelectorAll('section.aboutSectionRoadmap .aboutPageWrapper'); if (blocks[0]) blocks[0].textContent = text1; if (blocks[1]) blocks[1].textContent = text2; } if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', apply); } else { apply(); } new MutationObserver(apply).observe(document.body, { childList: true, subtree: true }); })();