> ## Documentation Index
> Fetch the complete documentation index at: https://docs.gauntlet.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Factory Addresses

> Aera V3 deployment factory addresses by chain and factory type

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](/contract-reference/deployed-vaults). For vault type concepts, see [Vault Types](/guides/concepts/vault-types).

<Tabs>
  <Tab title="Ethereum">
    | Factory                  | Address                                                                                        |
    | ------------------------ | ---------------------------------------------------------------------------------------------- |
    | Multi-Depositor Factory  | [`0x29722c...b90B4F`](https://etherscan.io/address/0x29722cC9a1cACff4a15914F9bC274B46F3b90B4F) |
    | Single-Depositor Factory | [`0x8f1FdB...e25AEb`](https://etherscan.io/address/0x8f1FdB45160234d6E7e3653F5Af8e09A2Ce25AEb) |
    | Base Vault Factory       | [`0x1A8E10...9741B9`](https://etherscan.io/address/0x1A8E10A9503e747Aeb81DA5941bCDa6C6a9741B9) |
    | Base Vault Factory       | [`0xc97961...3c543c`](https://etherscan.io/address/0xc97961eb53430cf6f159cf10692d44a7983c543c) |
  </Tab>

  <Tab title="Base">
    | Factory                  | Address                                                                                        |
    | ------------------------ | ---------------------------------------------------------------------------------------------- |
    | Multi-Depositor Factory  | [`0x29722c...b90B4F`](https://basescan.org/address/0x29722cC9a1cACff4a15914F9bC274B46F3b90B4F) |
    | Multi-Depositor Factory  | [`0x0cdaef...cfe591`](https://basescan.org/address/0x0cdaefbda316eda913dc96d580ec0331e4cfe591) |
    | Multi-Depositor Factory  | [`0x418c3c...c3fb02`](https://basescan.org/address/0x418c3c6b54246fb43ebd4953724a00dfb1c3fb02) |
    | Multi-Depositor Factory  | [`0x53cb34...df8213`](https://basescan.org/address/0x53cb347901b38dbc848185c4a6d1cdad06df8213) |
    | Single-Depositor Factory | [`0x8f1FdB...e25AEb`](https://basescan.org/address/0x8f1FdB45160234d6E7e3653F5Af8e09A2Ce25AEb) |
    | Base Vault Factory       | [`0x1A8E10...9741B9`](https://basescan.org/address/0x1A8E10A9503e747Aeb81DA5941bCDa6C6a9741B9) |
    | Base Vault Factory       | [`0xc597de...a73568`](https://basescan.org/address/0xc597deb367d2b5886fac8f6262bf282b26a73568) |
  </Tab>

  <Tab title="Arbitrum">
    | Factory                  | Address                                                                                       |
    | ------------------------ | --------------------------------------------------------------------------------------------- |
    | Multi-Depositor Factory  | [`0xd18830...d2BD4E`](https://arbiscan.io/address/0xd1883062629157Ff6Eae51ca355aCA4f52d2BD4E) |
    | Single-Depositor Factory | [`0xAfdc48...718762`](https://arbiscan.io/address/0xAfdc4876c7a6d69c196caC078c97d6357e718762) |
    | Base Vault Factory       | [`0xbe351E...cC96d2`](https://arbiscan.io/address/0xbe351E10c68B6d08b057529eEE9CAE0dCecC96d2) |
  </Tab>

  <Tab title="Optimism">
    | Factory                  | Address                                                                                                   |
    | ------------------------ | --------------------------------------------------------------------------------------------------------- |
    | Multi-Depositor Factory  | [`0xd18830...d2BD4E`](https://optimistic.etherscan.io/address/0xd1883062629157Ff6Eae51ca355aCA4f52d2BD4E) |
    | Single-Depositor Factory | [`0xAfdc48...718762`](https://optimistic.etherscan.io/address/0xAfdc4876c7a6d69c196caC078c97d6357e718762) |
    | Base Vault Factory       | [`0xbe351E...cC96d2`](https://optimistic.etherscan.io/address/0xbe351E10c68B6d08b057529eEE9CAE0dCecC96d2) |
  </Tab>
</Tabs>

<Info>
  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.
</Info>
