Octant Vaults
Overview
Octant-style vault support is deployed on Arbitrum and Sepolia and implemented in contracts, shared vault hooks, admin vault views, and indexer handlers. Celo artifacts keep the module/factory addresses at zero. Per-garden availability still depends on vault creation, strategy configuration, and chain readiness.
Current surfaces
Octant.sol,OctantVault, and strategy code define the contract-side vault model.- Shared vault hooks cover deposits, withdrawals, previews, strategy rates, harvests, and vault events.
- Admin surfaces include garden vault views, event history, and vault tests/stories.
- The indexer handles
OctantModule,OctantVault, and yield-split events for configured chains.
Builder notes
- Gate live docs and UI states on non-zero vault/module addresses plus a created garden vault for the target chain.
- Keep yield and deposit displays sourced from shared vault hooks.
- Update deployment status when a chain becomes vault-active.
Next page
Next best action
Deployment status is the source for which vault surfaces are active per chain.
Deployment status