Factory Addresses

List of light and simple account factory addresses on different networks

Account factories are smart contracts that facilitate the creation of new wallet contracts. They serve as a template or blueprint, simplifying the process of deploying new accounts with predefined configurations and features. The two account factories mentioned here are: Light Account and Simple Account.

Light Account

The Light Account is an advanced smart account model, optimized for gas efficiency and security. It is designed to be a robust and flexible alternative to traditional account models, suitable for a wide range of applications. Light Account provides features like ERC-4337 compliance, security audits, and extendable capabilities, making it an ideal choice for developers looking for a scalable and secure smart account solution.

Deployment Addresses

Below are the factory addresses for Light Account deployments across different chains:

ChainFactory Address
Eth Mainnet0x00004EC70002a32400f8ae005A26081065620D20
Eth Sepolia0x00004EC70002a32400f8ae005A26081065620D20
Polygon Mainnet0x00004EC70002a32400f8ae005A26081065620D20
Polygon Amoy0x00004EC70002a32400f8ae005A26081065620D20
Optimism0x00004EC70002a32400f8ae005A26081065620D20
Optimism Sepolia0x00004EC70002a32400f8ae005A26081065620D20
Base0x00004EC70002a32400f8ae005A26081065620D20
Base Sepolia0x00004EC70002a32400f8ae005A26081065620D20
Arbitrum0x00004EC70002a32400f8ae005A26081065620D20
Arbitrum Sepolia0x00004EC70002a32400f8ae005A26081065620D20
Zora Mainnet0x00004EC70002a32400f8ae005A26081065620D20
Zora Sepolia0x00004EC70002a32400f8ae005A26081065620D20
Fraxtal Mainnet0x00004EC70002a32400f8ae005A26081065620D20
Fraxtal Sepolia0x00004EC70002a32400f8ae005A26081065620D20

Simple Account

The Simple Account offers a more basic implementation for wallet contracts. It is straightforward and easy to use, making it suitable for testing purposes. We recommend using Light Account in production.

Simple Account comes in versions for v0.7 and v0.6, with different factory addresses for each.

Deployment Addresses

Here are the factory addresses for Simple Account on various networks:

v0.7

ChainFactory Address
Eth Mainnet0x91E60e0613810449d098b0b5Ec8b51A0FE8c8985
Eth Sepolia0x91E60e0613810449d098b0b5Ec8b51A0FE8c8985
Polygon Mainnet0x91E60e0613810449d098b0b5Ec8b51A0FE8c8985
Polygon Amoy0x91E60e0613810449d098b0b5Ec8b51A0FE8c8985
Optimism0x91E60e0613810449d098b0b5Ec8b51A0FE8c8985
Optimism Sepolia0x91E60e0613810449d098b0b5Ec8b51A0FE8c8985
Base0x91E60e0613810449d098b0b5Ec8b51A0FE8c8985
Base Sepolia0x91E60e0613810449d098b0b5Ec8b51A0FE8c8985
Arbitrum0x91E60e0613810449d098b0b5Ec8b51A0FE8c8985
Arbitrum Sepolia0x91E60e0613810449d098b0b5Ec8b51A0FE8c8985
Zora Mainnet0x91E60e0613810449d098b0b5Ec8b51A0FE8c8985
Zora Sepolia0x91E60e0613810449d098b0b5Ec8b51A0FE8c8985
Fraxtal Mainnet0x91E60e0613810449d098b0b5Ec8b51A0FE8c8985
Fraxtal Sepolia0x91E60e0613810449d098b0b5Ec8b51A0FE8c8985

v0.6

ChainFactory Address
Eth Mainnet0x15Ba39375ee2Ab563E8873C8390be6f2E2F50232
Eth Sepolia0x9406cc6185a346906296840746125a0e44976454
Polygon Mainnet0x15Ba39375ee2Ab563E8873C8390be6f2E2F50232
Polygon Amoy0x15Ba39375ee2Ab563E8873C8390be6f2E2F50232
Optimism0x15Ba39375ee2Ab563E8873C8390be6f2E2F50232
Optimism Sepolia0x15Ba39375ee2Ab563E8873C8390be6f2E2F50232
Base0x15Ba39375ee2Ab563E8873C8390be6f2E2F50232
Base Sepolia0x15Ba39375ee2Ab563E8873C8390be6f2E2F50232
Arbitrum0x15Ba39375ee2Ab563E8873C8390be6f2E2F50232
Arbitrum Sepolia0x15Ba39375ee2Ab563E8873C8390be6f2E2F50232
Zora Mainnet0x15Ba39375ee2Ab563E8873C8390be6f2E2F50232
Zora Sepolia0x15Ba39375ee2Ab563E8873C8390be6f2E2F50232
Fraxtal Mainnet0x15Ba39375ee2Ab563E8873C8390be6f2E2F50232
Fraxtal Sepolia0x15Ba39375ee2Ab563E8873C8390be6f2E2F50232
ReadMe