Protocol Overview
Last updated
Last updated
In this section, we'll provide a high-level overview of the Nomos smart contracts. We'll explore the key components that make up the system, how they interact, and the role each component plays in the ecosystem.
The Nomos smart contract protocol consists of a single factory to deploy every multisig wallet.
Factory: The Factory
contract serves as the main entry point for users wanting to create a wallet.
Multisig: The Multisig
contract is the base of the Nomos project. It's the wallet that users will use to send messages to the blockchain together in a secure and flexible way.
A new user initiates the creation of a Nomos wallet with the first members and the number of approvals for a proposal.
The Factory
deploys a new Multisig
contract. The users then can start sending proposals of transactions to the wallet.
Other users approve this proposal.
Once the proposal has reached the minimum amount of approvals its executed. This proposal can be anything from a withdrawal to an IBC transfer.