OlympusDAO - 20. The OHMies Voting Power.

    Overview :

    Find the addresses that voted on governance proposal TP-11. Seperate the addresses by voting power. You may group addresses into different levels of voting powers. Present the data in a histogram.

    Approach :

    • In order to find the voting power , we must first go to the address of ohm currencies. After finding the currency address through the ethereum.labels table, go to the ethereum.erc20_balances table to find the holders and balances .

    • METHOD :

    • In order to find the voting power of individual users is a difficult and time consuming task and it will be very difficult to summarize the results in this case, I have done a grouping as follows:

    • If the number of tokens is less than 200, I consider them Plankton. I was disappointed with the number of tokens between 200 and 2000 minor groups.

      other groups by balance:

      between 2000 and 5000 --> fishes
      between 5000 and 10000 --> Jellyfishes
      between 10000 and 20000 --> Sharks
      between 20000 and 200000 --> Whales
      balance >= 200000 --> Monsters 
      
    • I did my analysis based on this grouping

    • RESULTS :

    • The chart below shows the total number of assets of the mentioned groups for the first day of April 2022. Looking at the chart, we find that as we expected, the total number of assets of the Monster Group is more than all the groups. Then there is the second group, the whales, and then the minor group. Plankton in the fourth row and Jellyfishes in the fifth row, as well as fish in the sixth row and sharks in the last row.

    Loading...
    Loading...
    Loading...
    Loading...
    • The following diagram also shows the number of holders of each of the groups listed above . Again, as we expected, the number of plankton, ie people with less than 200 tokens, is more than these groups, and the vast majority of holders belong to the plankton group. And after them are naturally the group of minors who have assets between 200 and 2000.

    Looking at the chart above, we see that the number of people in all groups has experienced good growth.