From b8317dee8e85be17f045a3958eca94e957a7ff81 Mon Sep 17 00:00:00 2001 From: bt3gl <1130416+bt3gl@users.noreply.github.com> Date: Mon, 28 Mar 2022 00:48:56 -0700 Subject: [PATCH] Add whitepaper notes (#9) --- keeperDAO/whitepaper-notes.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 keeperDAO/whitepaper-notes.md diff --git a/keeperDAO/whitepaper-notes.md b/keeperDAO/whitepaper-notes.md new file mode 100644 index 0000000..12edbe0 --- /dev/null +++ b/keeperDAO/whitepaper-notes.md @@ -0,0 +1,23 @@ +# Notes on [KeeperDAO's whitepaper: Governance by Apparent Consensus](https://www.keeperdao.com/files/gov-beigepaper.pdf) + +* Article describes a new form of self governance for DAOs, called "apparent consensus". +* It can be implemented on- or off-chain, and uses direct token-weighted voting - but it's not plutocratic. +* It has no quorums, and tolerates low turnout without losing legitimacy +* Defaults to a state of expert delegation, withtout requiring any special technology +* It respects minority rights, and allows dishonest actores to be routed around +* When consensus is high, decisions are rapid; when it's low, it take more time + +### Introduction + +Apparent consensus is implemented in three stages: + +* Crowd consensus: a member of the general public makes a proposal and post it ona public forum. +* Sophon consensus: expert members of the DAO analyze the proposal and publs=ish a recomendation. +* Tokenholder consensus: following Sophon consensus, they are offered the chance to object to the recommendation. + +### Summary + +* The properties if the blockchain, the effects of tokenized stake, and the threat of fork, render the effects of voting meaningless and instead support consensus democracy as the natural mode of governance. +* The most widely-practiced form of consensus governance calls the "rule of non-opposition", which creates an "apparent consensus". +* A token-weighted vote is a compatible way to signal a lack of consensus. +* On a meritocracy basis, limited positional authority for coordination makes production communities more competitive.