Multisig DAO
Last updated
Last updated
After creating and funding a Hedera account, navigate to the HashioDAO web application dashboard and connect your wallet. Once your wallet is connected, click Create a new DAO and this will guide you through a series of setup steps where you will define the details of your DAO including name and governance type.
Read and and accept the disclaimer and click Next.
Define the details of your DAO by filling out each field. These details are important because it creates your DAO's public profile and how the community will be identified.
Choose the governance model that works best with your organizations's goals. There are three models to choose from: governance token, multisig, and NFT.
The createDAO()
function is called on the MultisigDaoFactory factory contract when you create a multisig DAO. This initiates a new DAO treasury smart contract based on the parameters you set for you token. These parameters will be set in the next step.
Setting an admin account ID designates the account as the primary administrator responsible for initiating transactions and managing the multisig wallet.
Define the threshold. This is the minimum number of signers required before executing transactions.
Review the DAO details, governance type, and submit the transaction. Approve the DAO creation transaction in your wallet to proceed.
Congrats on successfully creating your first DAO using the multisig model! In this guide, you defined and customized the details of the new DAO, including specifying the admin account and threshold for authorizing transactions. Happy DAO creating!