0

I am trying to create a NFT DAO, ERC 721 based after ERC 721 vote feature came in recently. Tally is the only tool allowing for that. But I wanted to try and experience traditional DAO creation first.

So I have been trying my hands on to create a DAO. I know about the basics, I know what a DAO is and how it works. I have read about all the tools that help in building it from snapshot to Aragon, Daostack, zodiac and others. I have also gone through DAO Masters

What I didn't understand is, how do people join the DAO.

I mean, I created a DAO over rinkeby network using Aragon, I was the only participant at first, now how will any other address join the DAO? I created a token inside the DAO itself but what next? Similar steps are for daohaus.

I tried looking for tutorials but I couldn't find an end to end one. There is a flood of articles that tell about how there are tools for DAO creation but the next steps are no where to be found.

Intuitively, This is how I thought DAO creation tools work before trying them.

DAO Name, Symbol, Address, Details (proposals, voting, cooldown etc). DAO Governance Token details (if ERC20, then details like total supply and price etc.) Initial addresses (members) of DAO and their Shares/Token allocation. Option to buy tokens (with a limit enforced) to become a part of the DAO. The money from the token purchase is now part of the treasury. Next steps are pursued like proposals and voting. My aim is to create a NFT DAO, where each NFT = 1 Vote and the NFT is an ERC 721 token. A limit on how many tokens can be owned by a single wallet. Purchase/Mint of the NFT makes them a member of the DAO and the amount used to purchase/mint comes to the DAO treasury. The number of ERC 721 tokens and their price is still under discussion but it'll most likely be 40-50k. I have also weighed the options and came to the conclusion that I want to use ERC 721 and not ERC 20.

Any help regarding this will be helpful (help ~ pointing towards resources, tutorials, whitepaper, articles, an explanation or pointing out what a fool I am and how I should have read/watched/understood/referred to a previous question, topic, documentation (which I must have missed unintentionally.))

Note : I want to create everything over Ethereum Blockchain.

2 Answers2

0

Am also facing some of that problems right now, Maybe this post aims to help you create an NFT project that is DAO-ready right from day 1. We’ll walk through the steps to create an on-chain DAO where 1 NFT = 1 vote. You’ll need a working knowledge of the Solidity build environment.

https://medium.com/tally-blog/how-to-create-an-nft-dao-47669a9e4e3a

  • As it’s currently written, your answer is unclear. Please [edit] to add additional details that will help others understand how this addresses the question asked. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Feb 28 '22 at 16:10
  • Thanks. I came across this article by tally and wanted to pursue it but I had one doubt. Normally these DAO tools, they give us a dashboard and readymade front end to interact with the DAO. Of we go by the process and create our own smart contract for DAO, can we add it to these tools or tally? Or do we have to create a DAO from their dashboard only? – Satyam Srivastava Mar 01 '22 at 05:18
0

snapshot+safesnap may be a good solution

  • 1
    If a question can be answered by naming a tool or lib, then it is off-topic and should be closed and deleted. If it cannot not be answered by naming a tool then you should not. Instead please provide an answer according to [answer]. Demonstrating how what you mention can be used to solve the problem would be one way to do so. – Yunnosch Mar 06 '23 at 19:01