-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve the address scoring algorithm #10
Comments
Current repo's script from Round 1: https://github.com/dOrgTech/DAO-Drops/tree/main/scripts In Round 1: There's a max # of points each address can have, and a multiplier on each type of data set, for example a smart contract is worth 1 point, a POAP is worth 3 points. The purpose of that is so one person doesn't have one voting point (the minimum # in round one was 10 points), and one person doesn't have 10,000 points. Question for Round 2: do we grab existing data sets, or run our own chain scraping? |
To do week of 9/6/23: @LordMarkDev will look into where to find these address sets, and think more on best optimization of an intelligent and dynamic scoring algorithm for who has voting power. |
from @LordMarkDev: assign value to each type of action (e.g. 1 point per $100 donated, 1 point per $100 donation received, 5 points per smart contract deployed, 3 points per DAO voted in, 2 point per POAP) then run normalization over the outputted scores |
I made a document about the v2 data sources, "DAO DROPS V2 ADDITIONAL DATA SOURCES": https://docs.google.com/document/d/1rlSSZCgXQ5GRf4eUTOtgODflliiH_CRERf0t5j-v77k/edit?usp=sharing |
The text was updated successfully, but these errors were encountered: