-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Roll out sequence for ranking:
V0: take into account staking amount
V1: take into account staking amount, raised amount [UI UX of staking hub rankings will need to change]
V2: take into account staking amount, raised amount, tweets [UI UX of staking hub rankings will need to change further]
V3: take into account staking amount & duration, raised amount & recency, tweets & recency [UI UX of staking hub rankings will need to change further]
By default, whenever a new user navigates to either Causes or Crypto Unlocked, we should use a composite score filter for the list of Causes or Challenges as default, based on the following:
V0: TRST Staked
V1: TRST Staked + ETH Raised
V2: TRST Staked + ETH Raised + Social Engagement
A user can choose any specific sorting method thereafter.
Note for V1 and V2: How do we count contributions in on-going CU campaigns in regards to Spring rankings? Count them if campaign is active or succeeded, Do not Count them for campaigns that failed
TRST STAKED = (x/y)
(TRST staked for that cause = x)
(max TRST staked for any cause = y)
ETH Raised = (x/y)
(ETH raised for that cause = x)
(max TRST staked for any cause = y)
Social Engagement = (x/y)
(tallied hashtags for that cause = x)
(max tallied hashtags for any cause = y)
Example
https://docs.google.com/spreadsheets/d/1js-KePVfU7_Y25UBunvfpgdV7I4b3IFFjjGZaM1DfPA/edit#gid=0
Prysmatic has 400 TRST staked, 10 ETH raised, and 21 hashtags tweeted.
ChainSafe has 300 TRST staked, 15 ETH raised, and 5 hashtags tweeted.
Rainforest Trust has 500 TRST staked, 5 ETH raised, and 15 hashtags tweeted.
Internet Archive has 200 TRST staked, 20 ETH raised, and 4 hashtags tweeted.
y for TRST staked = 500 (max staked for any cause, which is Rainforest Trust)
y for ETH raised = 20 (max raised for any cause, which is Internet Archive)
y for Engagement = 21 (max tweets, which is Prysmatic)
Prysmatic: TRST Staked (400/500) + ETH Raised (10/20) + Social (21/21) == 2.3
ChainSafe: TRST Staked (300/500) + ETH Raised (15/20) + Social (5/21) == 1.588
Rainforest Trust: TRST Staked (500/500) + ETH Raised (5/20) + Social (15/21) == 1.964
Internet Archive: TRST Staked (200/500) + ETH Raised (20/20) + Social (4/21) == 1.59
in this case ranking would be
Prysmatic
Rainforest Trust
Internet Archive
Chainsafe
more details here:
https://docs.google.com/document/d/1D06djHB_hy9rtl2zr1KM5I_7EYtR5fi7P40gXkHlB0A/edit