.
Proof of Humanity (POH) is a DAO that, since early 2021, takes care of the Proof of Humanity protocol, a system developed on Ethereum’s mainnet that combines webs of trust with reverse Turing tests and dispute resolution to create a sybil-proof list of humans. Members of this curated list can benefit from subsequent implementations, such as the Universal Basic Income (UBI) token, which drops every minute.
Using Snapshot’s data gently provided by Flipside Crypto, we’ll take a look into their governance highlights.
.
Data was queried from Flipside Crypto’s Velocity database, and the SQL code used is shown below. The result of this chunk is a dataset containing all votes casted on all POH related proposals:
select *
from ethereum.core.ez_snapshot
where space_id = 'poh.eth' or space_id = 'proofofhumanity.eth'
So, how does this DAO works? Each proposal (called HIP for “humanity improvement proposal”) goes through 3 stages, two of which are voted on Snapshot (none of them is voted on-chain):
Phase 1 (Ideation): consists on a post on their governance forum, detailing the proposal objective and facilitating an initial, informal discussion. For it to pass to Phase 2, it has to gain attention from the community, as there’re no formal requirements.
Phase 2 (Specification): voted on Snapshot, it’s a signalling poll that last 3 days, and, for it to pass to Phase 3, there must be one outcome with a relative majority of votes (of course, it has to include the option “Make no changes”).
Phase 3 (Consensus): a binding vote on Snapshot that lasts 7 days for a refined and improved proposal. For proposals to be accepted in this final phase, there must be one outcome with a relative majority of votes. If the relative majority of votes on the proposal indicates the result Make no changes, the proposal will not be accepted and considered closed.
It’s also important to note that each registered person has a vote, but also that this democracy is liquid, so any of them can delagate their vote to another registered human. Note that this aspect is not taken into account in this dataset, so any vote that we see here appears to count as one but might have more voting power.
Governance summary:
So, let’s see some aspects of this DAO’s governance:
Let’s see some basic summary statistics:
| Amount.of.proposals | Amount.of.authors | Amount.of.voters |
|---|---|---|
| 85 | 25 | 2344 |
So, we have a total of 2344 unique voters for 85 Snapshot votes (if we count both Phase 2 and Phase 3 votes), and 25 different authors. But, as it’s commonly known in the DAO and Web 3 space, not every member participates actively, and not even every person who has voted once votes on every proposal. So, how many votes have each proposal received?
| PROPOSAL_TITLE | n | date |
|---|---|---|
| [Phase 3] HIP-50 Clarify which Telegram group and Twitter accounts belong to PoH DAO | 768 | 2022-07-14 |
| MISSION BOARD ELECTION | 742 | 2022-05-21 |
| [Signalling] [Phase-2]: Accept 352 as width in vertical video submissions | 474 | 2021-05-05 |
| [Phase 2] HIP-49: Change of Arbitrator | 317 | 2022-07-06 |
| [Phase 3] [Binding] HIP-41: Allow verbal confirmation for registrating users | 311 | 2022-04-22 |
| [Phase 2] HIP 48 - Removal of Clement Lesaege as mission board member | 264 | 2022-06-29 |
| [Phase 2] [Signaling] HIP-42: Allow Spanish phrase | 261 | 2022-04-29 |
| [Phase 3] [Binding] HIP-42: Allow Spanish Phrase | 258 | 2022-05-31 |
| [Phase-2] [Signalling] HIP-27: Allow 1-character mistakes in displayed addresses | 220 | 2021-11-19 |
| [Phase 3] [Binding] - HIP 27: Allow 1-character mistakes in displayed addresses | 216 | 2022-01-05 |
Here we can see that the most voted proposals received more than 700 votes, and we can also appreciate how the participacion has increased over time, despite some rough votes at the beginning of 2021:
Finally, we can dive into the content of some of these proposals:
Take, for example, the most voted proposal up to date, HIP-50, which states: “Clarify which of Proof of Humanity Telegram group belongs to the DAO”.
This might be a little confusing, and Snapshot data cannot tell us a lot about the reason for this proposal being the most voted. As an active member of the DAO, I can say that there’s quite a story behind this, and that the outcome was more symbolic than practical, as it represented a political dispute between two sides. The outcome reflects this, as it was a pretty disputed vote, which ended up in the passing of the proposal:
| VOTE_OPTION | n |
|---|---|
| Accept changes | 492 |
| Make no change | 276 |
Another example of this increasing politization was a HIP-49, which aimed at changing the smart contract that deals with disputes to the profile submission and removals with “a new one that serves better the interests of the Proof of Humanity community”. Note that this time the proposal, which was driven by some of the same people who won HIP-50 vote, couldn’t make it to Phase 3, as it lost the vote in Phase 2:
| VOTE_OPTION | n |
|---|---|
| Pass to Phase 3 | 130 |
| Make no change | 187 |
However, not every proposal in this DAO is a political dispute, sometimes the topic discussed is more technical, as Phase 2 of what was later known as HIP-8 shows us. In this case, what was being discussed were some technical characteristics of video submission, as each member of POH has to upload a video stating that he/she is a human that’s not already registered:
| VOTE_OPTION | n |
|---|---|
| Pass to Phase 3 | 317 |
| Make no change | 157 |
So, all in all, voting in POH DAO seems to be pretty fun, as a wide variety of topics are discussed and voted, ranging from purely political disputes to quite technical aspects, and, what’s more important, the outcomes are always unknown and votes are many times quite disputed.