Deploy DAO

Deploy an DAO smart contract.

About

The DAO smart contract allows users to create and vote on proposals to control the DAOs treasury.

You must have an ERC-20 token smart contract deployed before you deploy a DAO contract. This ERC-20 token is used as the governance token to vote on proposals (weighting based on the % supply of ownership of governance tokens).

The smart contract itself can receive and hold tokens as a treasury, and then holders of the DAOs governance tokens can vote to distribute the funds from the treasury to a wallet address.

Parent Element

Deploy Smart Contracts

Drop this element onto the page first to access this action.

Action Name

Deploy DAO a Deploy Smart Contracts

Action Parameters

Press "Show Documentation" under the input for more information on each field.

Exposed States

The following states are available once this action has run.

DAO Contract Address

The smart contract address of the deployed DAO smart contract.

DAO Deployment Error

The error that occurred when deploying a DAO smart contract.

Events

DAO Contract Deployed

A DAO smart contract was successfully deployed.

DAO Deployment Error

An error occurred while deploying a DAO smart contract.

More questions? Join our Discord

Last updated