Skip to content

Commit da24ce9

Browse files
authored
Merge pull request #7446 from scottfits/patch-1
Improve page on DAOs
2 parents cbc9350 + 9f6802c commit da24ce9

File tree

1 file changed

+58
-25
lines changed

1 file changed

+58
-25
lines changed

src/content/dao/index.md

Lines changed: 58 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ summaryPoint3: A safe place to commit funds to a specific cause.
1515

1616
## What are DAOs? {#what-are-daos}
1717

18-
DAOs are an effective and safe way to work with like-minded folks around the globe.
18+
A DAO is a collectively-owned, blockchain-governed organization working towards a shared mission.
1919

20-
Think of them like an internet-native business that's collectively owned and managed by its members. They have built-in treasuries that no one has the authority to access without the approval of the group. Decisions are governed by proposals and voting to ensure everyone in the organization has a voice.
20+
DAOs allow us to work with like-minded folks around the globe without trusting a benevolent leader to manage the funds or operations. There is no CEO who can spend funds on a whim or CFO who can manipulate the books. Instead, blockchain-based rules baked into the code define how the organization works and how funds are spent.
2121

22-
There's no CEO who can authorize spending based on their own whims and no chance of a dodgy CFO manipulating the books. Everything is out in the open and the rules around spending are baked into the DAO via its code.
22+
They have built-in treasuries that no one has the authority to access without the approval of the group. Decisions are governed by proposals and voting to ensure everyone in the organization has a voice, and everything happens transparently on-chain.
2323

2424
## Why do we need DAOs? {#why-dao}
2525

@@ -41,10 +41,60 @@ This opens up so many new opportunities for global collaboration and coordinatio
4141

4242
To help this make more sense, here's a few examples of how you could use a DAO:
4343

44-
- A charity – you can accept membership and donations from anyone in the world and the group can decide how they want to spend donations.
45-
- A freelancer network – you could create a network of contractors who pool their funds for office spaces and software subscriptions.
44+
- A charity – you could accept donations from anyone in the world and vote on which causes to fund.
45+
- Collective ownership – you could purchase physical or digital assets and members can vote on how to use them.
4646
- Ventures and grants – you could create a venture fund that pools investment capital and votes on ventures to back. Repaid money could later be redistributed amongst DAO-members.
4747

48+
## How do DAOs work? {#how-daos-work}
49+
50+
The backbone of a DAO is its smart contract, which defines the rules of the organization and holds the group's treasury. Once the contract is live on Ethereum, no one can change the rules except by a vote. If anyone tries to do something that's not covered by the rules and logic in the code, it will fail. And because the treasury is defined by the smart contract too that means no one can spend the money without the group's approval either. This means that DAOs don't need a central authority. Instead, the group makes decisions collectively, and payments are automatically authorized when votes pass.
51+
52+
This is possible because smart contracts are tamper-proof once they go live on Ethereum. You can't just edit the code (the DAOs rules) without people noticing because everything is public.
53+
54+
<DocLink to="/smart-contracts/">
55+
More on smart contracts
56+
</DocLink>
57+
58+
## Ethereum and DAOs {#ethereum-and-daos}
59+
60+
Ethereum is the perfect foundation for DAOs for a number of reasons:
61+
62+
- Ethereum’s own consensus is distributed and established enough for organizations to trust the network.
63+
- Smart contract code can’t be modified once live, even by its owners. This allows the DAO to run by the rules it was programmed with.
64+
- Smart contracts can send/receive funds. Without this you'd need a trusted intermediary to manage group funds.
65+
- The Ethereum community has proven to be more collaborative than competitive, allowing for best practices and support systems to emerge quickly.
66+
67+
## DAO governance {#dao-governance}
68+
69+
There are many considerations when governing a DAO, such as how voting and proposals work.
70+
71+
### Delegation {#governance-delegation}
72+
73+
Delegation is like the DAO version of representative democracy. Token holders delegate votes to users who nominate themselves and commit to stewarding the protocol and staying informed.
74+
75+
#### A famous example {#governance-example}
76+
77+
[ENS](https://claim.ens.domains/delegate-ranking) – ENS holders can delegate their votes to engaged community members to represent them.
78+
79+
### Automatic transaction governance {#governance-example}
80+
In many DAOs, transactions will be automatically executed if a quorum of members votes affirmative.
81+
82+
#### A famous example {#governance-example}
83+
84+
[Nouns](https://nouns.wtf) – In Nouns DAO, a transaction is automatically executed if a quorum of votes is met and a majority votes affimrative, as long as it is not vetoed by the founders.
85+
86+
### Multisig governance {#governance-example}
87+
88+
While DAOs may have thousands of voting members, funds can live in a wallet shared by 5-20 active community members who are trusted and usually doxxed (public identities known to the community). After a vote, the multisig signers execute the will of the community.
89+
90+
## DAO laws {#dao-laws}
91+
92+
In 1977, Wyoming invented the LLC, which protects entrepreneurs and limits their liability. More recently, they pioneered the DAO law that establishes legal status for DAOs. Currently Wyoming, Vermont, and the Virgin Islands have DAO laws in some form.
93+
94+
#### A famous example {#law-example}
95+
96+
[CityDAO](https://citydao.io) – CityDAO used Wyoming's DAO law to buy 40 acres of land near Yellowstone National Park.
97+
4898
## DAO membership {#dao-membership}
4999

50100
There are different models for DAO membership. Membership can determine how voting works and other key parts of the DAO.
@@ -57,7 +107,7 @@ _Typically used to govern broad decentralized protocols and/or tokens themselves
57107

58108
#### A famous example {#token-example}
59109

60-
[MakerDAO](https://makerdao.com) – MakerDAO's token MKR is widely available on decentralized exchanges. So anyone can buy into having voting power on the Maker protocol's future.
110+
[MakerDAO](https://makerdao.com) – MakerDAO's token MKR is widely available on decentralized exchanges and anyone can buy into having voting power on Maker protocol's future.
61111

62112
### Share-based membership {#share-based-membership}
63113

@@ -79,25 +129,6 @@ _Typically used for decentralized development and governance of protocols and da
79129

80130
[DXdao](https://DXdao.eth.link) – DXdao is a global sovereign collective building and governing decentralized protocols and applications since 2019. It leverages reputation-based governance and holographic consensus to coordinate and manage funds, meaning no one can buy their way into influencing its future.
81131

82-
## How do DAOs work? {#how-daos-work}
83-
84-
The backbone of a DAO is its smart contract. The contract defines the rules of the organization and holds the group's treasury. Once the contract is live on Ethereum, no one can change the rules except by a vote. If anyone tries to do something that's not covered by the rules and logic in the code, it will fail. And because the treasury is defined by the smart contract too that means no one can spend the money without the group's approval either. This means that DAOs don't need a central authority. Instead, the group makes decisions collectively, and payments are automatically authorized when votes pass.
85-
86-
This is possible because smart contracts are tamper-proof once they go live on Ethereum. You can't just edit the code (the DAOs rules) without people noticing because everything is public.
87-
88-
<DocLink to="/smart-contracts/">
89-
More on smart contracts
90-
</DocLink>
91-
92-
## Ethereum and DAOs {#ethereum-and-daos}
93-
94-
Ethereum is the perfect foundation for DAOs for a number of reasons:
95-
96-
- Ethereum’s own consensus is distributed and established enough for organizations to trust the network.
97-
- Smart contract code can’t be modified once live, even by its owners. This allows the DAO to run by the rules it was programmed with.
98-
- Smart contracts can send/receive funds. Without this you'd need a trusted intermediary to manage group funds.
99-
- The Ethereum community has proven to be more collaborative than competitive, allowing for best practices and support systems to emerge quickly.
100-
101132
## Join / start a DAO {#join-start-a-dao}
102133

103134
### Join a DAO {#join-a-dao}
@@ -117,6 +148,7 @@ Ethereum is the perfect foundation for DAOs for a number of reasons:
117148
### DAO Articles {#dao-articles}
118149

119150
- [What's a DAO?](https://aragon.org/dao)[Aragon](https://aragon.org/)
151+
- [The DAO Handbook](https://daohandbook.xyz)
120152
- [House of DAOs](https://wiki.metagame.wtf/docs/great-houses/house-of-daos)[Metagame](https://wiki.metagame.wtf/)
121153
- [What is a DAO and what is it for?](https://daohaus.substack.com/p/-what-is-a-dao-and-what-is-it-for)[DAOhaus](https://daohaus.club/)
122154
- [How to Start a DAO-Powered Digital Community](https://daohaus.substack.com/p/four-and-a-half-steps-to-start-a)[DAOhaus](https://daohaus.club/)
@@ -126,3 +158,4 @@ Ethereum is the perfect foundation for DAOs for a number of reasons:
126158
### Videos {#videos}
127159

128160
- [What is a DAO in crypto?](https://youtu.be/KHm0uUPqmVE)
161+
- [Can a DAO Build a City?](https://www.ted.com/talks/scott_fitsimones_could_a_dao_build_the_next_great_city)[TED](https://www.ted.com/)

0 commit comments

Comments
 (0)