Skip to main content
Factories are the on-chain entry points for deploying new Aera V3 vaults. Each chain has up to three factory variants corresponding to the three vault archetypes.
  • Base Vault Factory — Deploys the core vault implementation. Used as the foundational building block for all vault types.
  • Single-Depositor Factory — Deploys vaults owned and funded by a single entity (e.g. a DAO treasury or institutional depositor).
  • Multi-Depositor Factory — Deploys vaults that accept deposits from multiple users via the Provisioner pattern.
For deployed vault instances, see Deployed Vaults. For vault type concepts, see Vault Types.
FactoryAddress
Multi-Depositor Factory0x29722c...b90B4F
Single-Depositor Factory0x8f1FdB...e25AEb
Base Vault Factory0x1A8E10...9741B9
Base Vault Factory0xc97961...3c543c
Some factory types have multiple deployed addresses per chain due to iterative versioning. All listed addresses are active and may have vaults deployed from them. Contact Gauntlet if you need to verify which factory produced a specific vault.