
This repository contains two toolkits that analyze Decentralized Autonomous Organization (DAO) decentralization, VBE-library and VBE-dashboard. Simply, we wish to showcase how decentralized voting blocs are in an organization, and higher VBE means greater decentralization. This artifact can be used to reproduce the numbers under the “oVBE validation” paragraph of Section 5.2, and the numbers in Figure 1 of the paper Voting-Bloc Entropy: A New Metric for DAO Decentralization. VBE-library: Enables reading VBE data from our relational database, and easy calculations of the Voting-Bloc Entropy (VBE) metric on governance data. VBE-dashboard: Contains code to pull voting data from Tally and Snapshot (governance voting platforms), and generate analytics for the DAO VBE Dashboard. Below is an outline of the key steps in VBE-library: rds_readonly.py: loads data from relational database given the variables in the .env file. Query can be changed to retrieve DAO, proposal, voter, and other data tables. load_data.py: loads and formats the data from voting or governance sources. Cleans data, removes duplicates, and flags issues. calculate_vbe.py: performs clustering for voter feature data, and computes VBE as a function on the size of the largest cluster. utils.py: used for supporting functions in loading data, calculating optimal model parameters, and saving data. results/: saves report for VBE and model parameters, as well as clustering data. data/: where to drop csv file for data loading .env: pre-populated read-only user to view the VBE relational database Below is an outline of the key steps in VBE-dashboard: DAO data retrieval from open source APIs such as Snapshot, Tally, Boardroom Data standardization across different APIs, including significant cleaning and cross-referencing of data Manually augmenting dataset according to expert consultation, and aggregating this data in a PostgreSQL database. Data filtering to identify valid data for clustering and analysis, such as only counting voters that have voted on at least one proposal. Calculating VBE across different organizations and within a signle organization. Visualizing results.
| selected citations These citations are derived from selected sources. This is an alternative to the "Influence" indicator, which also reflects the overall/total impact of an article in the research community at large, based on the underlying citation network (diachronically). | 0 | |
| popularity This indicator reflects the "current" impact/attention (the "hype") of an article in the research community at large, based on the underlying citation network. | Average | |
| influence This indicator reflects the overall/total impact of an article in the research community at large, based on the underlying citation network (diachronically). | Average | |
| impulse This indicator reflects the initial momentum of an article directly after its publication, based on the underlying citation network. | Average |
