You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 14 Next »

A Distributed Autonomous Organization, or DAO, is a smart contract which allows different parties to vote on decisions with token holdings.  This promises a fast, transparent, yet verified process for collective decision making.  

As the third component of our Operating System for Climate Action, a climate DAO could have a variety of uses, including:

  • A group of consumers form to purchase climate friendly products together.  They use a DAO to vote on which products meet their climate criteria.  The DAO could be used to vote on specific products or the methodology for validating the products.
  • A group of offsets buyers vote on the validity of proposed carbon offset projects, such as forestry or renewable energy.  The DAO could be used to validate the projects while they are awaiting formal certification by a standards-driven body such as the Gold Standard or VCS.

We have customized the Compound DeFI network's DAO to work with the Emissions Tokens Network Project as an example of the second use case.  Here is a video demo:

And here is a technical tutorial of customizing the Compound DAO.

Governance and Voting Rules

The DAO we have working uses the Compound DAO's technical framework, but the rules have been changed significantly to simulate a real world scenario where the tokens represent votes, and the votes are made finite so that voters take them seriously:

  • The contract owner gives voting tokens, "dCLM8", to members of the network.
  • There is no limit to the potential supply of voting tokens.
  • The voting tokens cannot be transferred between voters, though voters can still delegate their votes to another party (for now.)
  • Voting tokens expire automatically if you do not use them.
  • Voters vote Yes or No on proposals.
  • Each proposal has a quorum or minimum number of votes that must be cast to pass.  This quorum is set by the contract owner.
  • Proposals can be made by authorized entities (ie offsets issuers.)
  • Making a proposal requires a minimum number of voting tokens.
  • When you vote your tokens, they are staked on the proposal.
  • When you make a proposal, you are required to vote for it (ie stake) a minimum number of tokens.  This means there is a practical limit to how many proposals a party could make.
  • You can cancel your vote and get your tokens back until the end of the voting period.
  • The vote is held open for a fixed period of time, regardless of how many people have voted, because they could always cancel their votes.
  • At the close of voting, the number of votes is compared to the quorum.
  • If there are not enough votes compared to the quorum, the proposal fails, and all the staked voting tokens are returned to their holders.  
    • A potential variant is if you make a proposal which doesn't pass the quorum, the proposer loses their tokens or at least a portion of them, to discourage "spam" proposals of no interest to the rest of the group.  Everybody else gets their tokens back if the proposal fails quorum.
  • If there are enough votes compared to the quorum, then the voting tokens are "burned" and cannot be used again.
  • If you made a proposal and it succeeds, you are issued the number of tokens you staked on your proposal the first time.  This means you can make a proposal again if the group liked your proposal.  If however your proposal failed then you do not get those tokens back.  This means people who make unpopular proposals eventually run out of tokens to make more proposals.     
  • Voting is quadratic, so the number of votes cast is the square root of the number of tokens you cast.  Quadratic voting has been proposed as a way to better balance the views of many voters with few tokens and a few who hold many tokens.
  • Proposals can be broken up into attributes, so you can either vote on the proposal as a whole, which is the same as splitting your vote equally on all its attributes, or cast all your votes on one attribute of it.

Examples

Initial conditions:

There are 10 members in the DAO, each with 10,000 voting tokens.

A proposal requires you to stake 2500 tokens.

The quorum is 150 votes (22,500 tokens–remember it's quadratic voting.)

Example 1:

  • Arun makes a proposal.  He stakes 2500 out of 10,000 tokens.  5 other members vote for with 2500 tokens each.  2 members vote against with 10,000 tokens each.  The total number of tokens voted is 6*2500 + 2*10000 = 35,000, and the number of votes is sqrt of 35,000=187.1.  This is greater than the quorum. Under quadratic voting, the number of votes for is 6*sqrt(2500) = 300, and the number of votes against is 2*sqrt(10000) = 200.  So the proposal passes even though 15,000 tokens were cast for and 20,000 tokens were cast against.  Arun gets 2500 tokens again because his proposal succeeded.  All other members have used up the tokens they voted with, so 5 members have 7500 tokens left and 2 members have no tokens left.
  • Bianca makes a proposal and stakes 2500 tokens.  1 other member votes for with 2500 tokens and 1 member votes against with 1000 tokens.  The total number of votes cast is 2*sqrt(2500) + 1 *sqrt(1000) = 100 + 32 = 132, which is less than the quorum of 150.  The vote does not reach quorum and fails.  Everybody gets their voting tokens back.
  • Chizu makes a proposal and stakes 5000 tokens.  2 other members vote for with 5000 tokens each and 7 members vote against with 2500 tokens each.  The total number of votes for is 3*sqrt(5000) = 3*71 = 213, and total number of votes against is 7*sqrt(2000) = 7*45 = 315.  Since there are 213+315 votes=528 votes cast, the quorum is passed.  However, the proposal fails (213 votes for and 315 votes against, not 15000 tokens for and 14000 against–quadratic voting!)  Chizu does not get her 5000 tokens back.  All the other voters' tokens are used up.
  • Devin has made 3 proposals and staked 2600 tokens on each proposal, and all 3 proposals passed quorum but failed.  Devin now has 10000 - 3*2600 = 2200 tokens left and cannot make any more proposals.


You can test the math with this spreadsheet.

Possible Applications

Corporate Climate Initiatives

A corporate sponsor gives tokens to customers and the general public to vote on the projects (ie offsets) they like.  This is really to build engagement and feedback on corporate-sponsored projects that otherwise get lost. 

Customer Driven Supply Chain

Agroup of consumers can set up a DAO to collectively choose climate friendly consumer products.  They could vote on both rule based code like the Utility Emissions Channel Project or products themselves or both.  It is like a token-linked social network. 

Validating Carbon Offsets

While standards like Gold Standard are very rigorous, they are also expensive and time consuming.  There are many potential projects -- seagrass, satellite monitored forestry, biochar, small scale renewables -- that could or should qualify but cannot.  So one way a DAO can address this problem is to have a collective validation of these projects with the goal of eventual certification by Gold Standard or the like.  For small scale renewables we just need to aggregate enough deals to be large enough.  For forestry, we could fill the gap where developers have to wait 7 years to start minting offsets, by using satellite imaging to start verifying projects in the interim.  For seagrass, biochar, and a host of others, it's a long waiting period for a standard to evolve.

While we wait, a DAO could certify projects and help get them funded.  By voting for the projects, you stake reputation tokens, and when a verification entity such as the Gold Standard validates the project, your tokens increase in value.  Alternatively if the project is ever invalidated, you lose your tokens.  Rewards are set up so that voting with the consensus yields small rewards, and a minority view which proves correct will yield big results.  Based on the vote of reputation tokens, funders can have a guide for investing in projects.

This simulates a current practice where investors hire experts to invest in high uncertainty, long lead time projects.  The difference is that the relationship between experts and funders can be more open, and the value of experts is more transparent.  Also a separation of experts and money reduces some of the market distortion that could happen if people "vote with their dollars."

Get Involved

An error occured while executinng macro:

Access token 4 not found

Icon

Get Involved

This is an open source project and anyone is welcome to get involved and we will be happy to see you contribute.

1) Start by subscribing to the Climate SIG mailing list for updates and meeting notifications.

2) Join our bi-monthly Peer Programming Zoom call for developers on Mondays at 9 AM US Pacific time (UTC-07:00 America/Los Angeles.) Please check the calendar for the next call

3) Check out the good first issues from our blockchain-carbon-accounting in Hyperledger-labs and feel free to contribute a fix for one that looks interesting to you.

4) See our How to Contribute page for other ways how you could get involved. 


  • No labels