- 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.
- Ethereum
- Base
- Arbitrum
- Optimism
| Factory | Address |
|---|---|
| Multi-Depositor Factory | 0x29722c...b90B4F |
| Single-Depositor Factory | 0x8f1FdB...e25AEb |
| Base Vault Factory | 0x1A8E10...9741B9 |
| Base Vault Factory | 0xc97961...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.