Smart Contract Security
Security model and audits for Volta90's on-chain infrastructure.
Lagoon Protocol
Volta90 is deployed via the standard Lagoon vault factory with no modifications to core contract logic. The Lagoon protocol has undergone external security audits. Audit reports are available on the Lagoon documentation site.
No Custom Contracts
Volta90 does not deploy custom smart contracts beyond the standard Lagoon vault configuration. This minimizes the attack surface compared to vaults with bespoke or unaudited logic.
Verify On-Chain
All contract addresses are published on the Contract Addresses page. You can verify the vault implementation and source code on Arbiscan.Access Control
- Role-based access control enforced at the contract level via Lagoon
- Manager cannot withdraw investor USDC directly from the vault
- Whitelist manager has no access to vault assets
- Admin role required to change core vault parameters