Registries
Once deployed, a vault registers with a contract that attests to its legitimacy and, optionally, enforces facet allow-lists.
BaseVaultsRegistry
Abstract template that tracks vault addresses and exposes role-based admin hooks. Other registries inherit from it.
N/A (abstract)
VaultsRegistry
Permissioned registry. Admins can add/remove facets and cap protocol-level fees, giving governance a circuit-breaker.
Facet allow-list + protocol-fee ceiling
PermissionlessVaultsRegistry
No facet allow-list and zero protocol fee. Anyone can deploy, aligning with testnets, experimental chains or protocols not included in VaultsRegistry.
None (open)
Registries are replaceable per network: a DAO can run a permissioned registry on mainnet as well as permissionless ones, without touching factory code.
Last updated