Sabu Factory

The Sabu Factory is a Smart Contract in charge of creating new projects on the protocol, along with creating ERC-4337 Smart Accounts. When users initially sign up for Sukuri and create their account, they will interact with the Sabu Factory which uses a proxy to create a new Smart Account contract.

The Sabu contract also deploys new ERC-721S and ERC-1155S contracts to the protocol. These are the Smart Contracts that represent subscriptions. When initially creating a project, a Sukuri Smart Account will interact with the Sabu Factory to deploy a new Smart Contract that other accounts can mint subscriptions from.

This contract also acts as an indexer for all Smart Accounts and active projects on the protocol. You can derive project addresses and Smart Account addresses using user information.

Last updated