> ## Documentation Index
> Fetch the complete documentation index at: https://docs.hedera.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Multisig DAO

## Multisig DAO Creation

[After creating and funding a Hedera account](/native/tutorials/getting-started/create-fund-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.

<Frame>
  <img src="https://mintcdn.com/hedera-0c6e0218/o1oF8cuDas_jcJtP/images/open-source-solutions/hashiodao/multisig-dao/multisig-dao-1.png?fit=max&auto=format&n=o1oF8cuDas_jcJtP&q=85&s=e97c16d90a630f7c3bf508b2fa1e0698" width="2468" height="1862" data-path="images/open-source-solutions/hashiodao/multisig-dao/multisig-dao-1.png" />
</Frame>

Read and and accept the disclaimer and click  **Next**.

<Frame>
  <img src="https://mintcdn.com/hedera-0c6e0218/o1oF8cuDas_jcJtP/images/open-source-solutions/hashiodao/multisig-dao/multisig-dao-2.png?fit=max&auto=format&n=o1oF8cuDas_jcJtP&q=85&s=ab62c12285fbb58d3a4cfd016cab518d" width="1416" height="880" data-path="images/open-source-solutions/hashiodao/multisig-dao/multisig-dao-2.png" />
</Frame>

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.

<Frame>
  <img src="https://mintcdn.com/hedera-0c6e0218/G0IR1zlcKNx6U9qf/images/open-source-solutions/hashiodao/multisig-dao/multisig-dao-3.png?fit=max&auto=format&n=G0IR1zlcKNx6U9qf&q=85&s=433321b252e55007dacb4bc9ee6759ce" width="1242" height="1412" data-path="images/open-source-solutions/hashiodao/multisig-dao/multisig-dao-3.png" />
</Frame>

***

## 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.

<Frame>
  <img src="https://mintcdn.com/hedera-0c6e0218/G0IR1zlcKNx6U9qf/images/open-source-solutions/hashiodao/multisig-dao/multisig-dao-4.png?fit=max&auto=format&n=G0IR1zlcKNx6U9qf&q=85&s=0d792a9e7128f03b8146e4a64e72c05a" width="1284" height="1216" data-path="images/open-source-solutions/hashiodao/multisig-dao/multisig-dao-4.png" />
</Frame>

The **`createDAO()`** function is called on the [MultisigDaoFactory](https://github.com/hashgraph/hedera-accelerator-defi-dex/blob/main/contracts/dao/MultisigDAOFactory.sol) 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.

***

## Set Admin Account

Setting an admin account ID designates the account as the primary administrator responsible for initiating transactions and managing the multisig wallet.

<Frame>
  <img src="https://mintcdn.com/hedera-0c6e0218/G0IR1zlcKNx6U9qf/images/open-source-solutions/hashiodao/multisig-dao/multisig-dao-5.png?fit=max&auto=format&n=G0IR1zlcKNx6U9qf&q=85&s=2d95c8c531684b00cd58a6a8ed6bd2b4" width="1280" height="744" data-path="images/open-source-solutions/hashiodao/multisig-dao/multisig-dao-5.png" />
</Frame>

***

## Define Threshold

Define the threshold. This is the minimum number of signers required before executing transactions.

<Frame>
  <img src="https://mintcdn.com/hedera-0c6e0218/G0IR1zlcKNx6U9qf/images/open-source-solutions/hashiodao/multisig-dao/multisig-dao-6.png?fit=max&auto=format&n=G0IR1zlcKNx6U9qf&q=85&s=c4734b73ed1209e017772070c155934e" width="1320" height="708" data-path="images/open-source-solutions/hashiodao/multisig-dao/multisig-dao-6.png" />
</Frame>

***

## Review and Submit to Create DAO

Review the DAO details, governance type, and submit the transaction. Approve the DAO creation transaction in your wallet to proceed.

<Frame>
  <img src="https://mintcdn.com/hedera-0c6e0218/G0IR1zlcKNx6U9qf/images/open-source-solutions/hashiodao/multisig-dao/multisig-dao-7.png?fit=max&auto=format&n=G0IR1zlcKNx6U9qf&q=85&s=a2c51dd429c27b6c8c212287c608d7dd" width="1344" height="1284" data-path="images/open-source-solutions/hashiodao/multisig-dao/multisig-dao-7.png" />
</Frame>

***

## Conclusion and Additional Resources

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!

➡ [**HashioDAO Repository**](https://github.com/hashgraph/hedera-accelerator-defi-dex-ui)

➡ [**HashScan Network Explorer**](https://hashscan.io/testnet/dashboard)

➡ [**HashioDAO Web Application**](https://hashiodao.swirldslabs.com/)

➡ [**Gnosis Safe Governance Docs**](https://safe.global/governance)
