Governance Token DAO
Token DAO Creation
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.

Governance Models
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 FTDaoFactory factory contract when you create a token 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.
Define Governance Token and Voting Details
Define the DAO's governance token and voting details. You have the option to create a new governance token or use an existing one. For the purposes of this tutorial, we will create a new one. Define the details for your new governance token:

Once you click Create Token and approve the transaction in your wallet a Governor smart contract is deployed for managing proposals, voting, and executing decisions. This contract streamlines proposal handling and ensures a fair voting process based on community consensus. This transaction will also generate a token ID for your governance token.

Set the voting quorum percentage, voting duration, and delay period for votes. To avoid delays, starting with a low quorum percentage is recommended. This can adjusted over time as the community's needs change.

Be cautious when depositing governance tokens in to the treasury. Since the treasury does not have voting rights, depositing a large portion of your governance tokens may result in being locked out of creating and voting on proposals and accessing treasury funds. Always check that these allocations don't limit your ability to reach a voting quorum.
Review and Submit to Create New DAO
Review the DAO details, governance type, and submit the transaction. Approve the DAO creation transaction in your wallet to proceed.

Your new DAO should show up on the HashioDAO dashboard once the transaction is approved and confirmed. If the DAO was successfully creation, a "Created new public Governance Token DAO ____" message will pop-up on the top-right corner of your browser (see below for example).

Lastly, send in some HBAR to the treasury to finish setting up the DAO by clicking on the Deposit button under the Assets tab. Approve the transaction in your wallet.

Conclusion and Additional Resources
Congrats on successfully creating your first DAO using the governance token model! In this guide, you defined and customized the details of the new DAO, governance token, and voting processes. Happy DAO creating!
Last updated
Was this helpful?