15 - Build a DAO

DAO - Decentralized Autonomous Organizations

“If you want to go fast, go alone. If you want to go far, go together.”

– African proverb.

Create a DAO

Like building a website, you can create a DAO with easy-to-spin-up tools or customizable frameworks. If you want to start quickly, you can use DAOHaus.

DAOHaus has a great general guideline on the basics you need to start a DAO. Here is another guide on an overview of how DAOs work.

The bare minimum that is needed is:

  • A mission statement
  • A place to hang and meet
  • A regular community call or meeting
  • The DAO Smart Contracts

DAO Tools and Services

Beyond the basics, developers can build full-featured and more customized DAOs. Here are some of the leading DAO frameworks.

DAO and Governance Frameworks

Moloch (via DAOHaus)

Moloch is a governance framework that allows a creator to spin up a DAO via DAOHaus easily. Their contracts are very minimal to avoid bugs and were used to spin up various DAOs early on. The project is named after the Canaanite god of child sacrifice to refer to the suboptimal outcomes due to poor group coordination. Groups can suffer from poor judgement, misaligned incentives and wrong goals. Moloch was created to help solve the incentive and coordination problems in funding public goods open-source protocols. Circa 2021, they also have lots of funding available for promising DAOs. You can learn more about them here and get an excellent overview here. Their GitHub and their hackMD also have interesting resources to learn more.

Aragon

Aragon offers a full suite of tools to create and manage your DAO. They have an easy way to spin up your DAO via their site. Aragon client lets you spin up the DAO. Aragon Govern is a tool for on-chain voting. Aragon Court is for dispute resolution that is Sybil resistant, similar to Kleros Court. Aragon Voice helps DAOs with submitting proposals similar to Discourse. Finally, Vocdoni focuses on digital voting solutions for organizations.

OpenZeppelin

OpenZeppelin developed OpenZeppelin Governor, a suite of smart contracts for governance. This post has a very comprehensive look into OpenZeppelin Governor. OpenZeppelin Governor ties into Tally and OpenZeppelin Defender for a comprehensive method of governance. You can play with OpenZeppelin Governor via Openzeppelin’s fantastic code interface. Their docs have a great explanation of how to set up on-chain governance. Tally’s Docs describes OpenZeppelin Governor as well. Using OpenZeppelin allows for a more customizable and extensible system.

Others

Colony and DAOStack are two other DAO frameworks. However, their communities are smaller than Aragon and Moloch. Therefore, evaluate the frameworks and choose the best. A deeper comparison of Colony, DAOStack and Aragon can be found here.

DAO Management Tools

Coordination goes beyond having a suite of smart contracts. DAO typically have various other tools to help create, sustain and grow their communities.

Authority

The industry is fast coalescing to using Multi-Signature wallets to decentralize the control of contracts and increase security. Gnosis Wallet is the leader in this space, being used by Synthetix, SushiSwap, Balance, Ethereum Name Service and more. Multi-sigs are essentially smart contracts that hold assets, thereby having extensible logic which can help with security. Synthetix is a good case study to outline their use of multisig within their governance system.

Chat Platforms

Most DAOs chat via Discord, a popular gaming platform due to its free and powerful paid features. DiscordJS allows for the creation of bots that can be integrated into the server. However, Discord is a centralized service. Using them creates centralization risk, and they would be able to shut down your server as they did to Wall St. Bets. Open source decentralized solutions exist like Matrix Protocol, a decentralized conversation store with no central point of failure. There are various user-friendly clients for both mobile and desktop that support Matrix Protocol like Element. Mastodon is another open-source and user-friendly project. Think of it as a decentralized Twitter meets Reddit.

User onboarding is essential to a community. This can happen on a Chat Platform. A great example is how BanklessDAO does it. Check them out and see how they approach their website and discord onboarding.

For lead generation, you can create a subreddit to populate it with content and attract new members. However, be aware that Reddit is centralized. The upside is that it’s highly customizable with the ability to add wikis, widgets. Their auto moderator system is pretty advanced to keep a good percentage of spam, trolls and scammers out. You can integrate it with Ethereum based tokens and create an attractive token economy there. You can see r/cryptocurrency and learn about MOONs.

Video platforms

Video chat allows for members to create a closer community. Zoom, Google Meet, Discord’s video conferencing feature, and Jitsi are popular options. Zoom and Google limit the time a call can occur. Discord Limits the size. Jitsi is free, open-source and works via a web browser. Its paid version called 8x8 is $USD 12 a year and allows for saving video recordings. If you are more technical, you can deploy your own Jitsi instance to host conversations.

Proposal Staging

There are various tools to stage and propose improvements to the community. The most popular platform used is Discourse. However, Discourse was not made for DAOs, and fast-rising platforms cater to crypto projects like Tally and Boardroom. Tally helps users participate with on-chain governance, while Boardroom helps with the entire flow of collaboration. Ironically Discourse could be a more decentralized approach since their codebase is free and open-source, allowing customization and self-hosting. Another tool that can be used is Notion which allows for easy customization.

Hackathon idea: Create an open-source Discourse plug-in that reads from the chain.

Voting and Vesting

Voting can happen on-chain or off-chain. Before Layer-2 solutions, on-chain voting was expensive. So tools like SnapShot were created to allow off-chain voting by allowing users to sign for or against a proposal. Boardroom and Tally also aim to help with this.

Although people can vote, it doesn’t mean that they will. Or that they would hold on to the governance token. DeFi projects like Curve and SushiSwap are looking to use a vote locking mechanism to boost yields to those who stake their tokens long term vs others who don’t.

Rewarding

DAOs can also reward contributors with payroll-like solutions. Developed by Yearn Finance, Coordinape allows DAOs to reward, incentivize and scale DAO operations. Smart Invoice by Raid Guild is another solution and is described here. You can also engage in liquidity mining operations as a marketing and onboarding strategy for user engagement.

Domains

You can host your site on a decentralized file storage solution like IPFS or Filecoin. An easy and free way to use IPFS is via NeoCities. You can use Unstoppable Domains to buy domains for: .crypto, .bitcoin, .dao, .nft, .blockchain, .wallet and more. Furthermore, you can use Ethereum Name Service to buy a .eth domain name and eth.link, which links DNS to Ethereum via EthDNS and also link your website, which also works with IPFS.

Data

Another identity solution is 3Box which offers various tools for decentralized storage, messaging and identity. They also offer Ceramic Network for serverless applications. You can also host your DAO’s data via Textile’s decentralized infrastructure, which runs on IPFS.

Identity

With Serto can issue a verifiable credential, aka "Crypto Cookies, " a building block for decentralized identity. They are tamper-resistant cryptographic signatures issued by one entity to a receiver to establish a relationship. And the work off-chain!

Why use these over NFTs? An NFT is on-chain and is like a commendation, while verifiable credentials are like recommendations and work on or off-chain. They establish a relationship between entities, say like a club and its members or a college and a graduate. These relationships are important because people’s recommendations and references help make up our external identities and reputations.

By having a self-sovereign identity, one could interact reliably and issue credit or other benefits without intermediaries. In DeFi, identity would help to create credit scores. They could be within DAOs for reputation or to promote greater trust between members since affiliations cannot be forged. This would help build an interoperable deep web of trust based on user interactions rather than issued centrally.

We will now see how these tools are used in conjunction to create a governance system.