Architecture Overview
Lagoon is a full stack vault management infrastructure designed to run investment products with asynchronous subscriptions and redemptions, powered by ERC 7540. They are designed to support NAV-based settlement, role-based permissions, and configurable fee logic. This request-then-settle workflow mirrors subscription and redemption cycles used in traditional asset management. When required, Lagoon can also operate in a synchronous mode.
Lagoon vaults are built in Solidity, deployed on EVM-compatible chains, and have been audited by three independent auditor firms. You can find the audits here.
Key Concepts
Asynchronous Request
Deposits and redemptions are requested first, then settled later at a defined valuation point.
Valuation
NAV inputs are used to price shares at the moment of settlement, not at the moment of request.
Settlement
The curator processes pending requests at a chosen valuation point, ensuring consistent pricing within a cycle.
Roles
Responsibilities are separated between the curator, valuation provider, and vault admin.
How It Works
Users submit deposit or redemption requests. The curator settles the requests at a defined valuation point. Users claim the resulting assets or shares. This batching ensures consistent pricing within a settlement cycle and reduces operational complexity.
Last updated