GovXS / Evaluating-Voting-Design-Tradeoffs-for-Retro-Funding

Measure how different Retro Funding voting designs perform against a number of requirements aimed at optimizing different objectives. Achieved by simulating different types of voter behavior and applying formal reasoning.
MIT License
0 stars 0 forks source link

Can voters allocate fractions of tokens? #26

Closed AngelaKTE closed 1 week ago

AngelaKTE commented 3 weeks ago

Description

The verification to allocate only int values of tokens is computational costly.
We could save a lot of time if we don't have to run this step.
Let's verify if this was a requirement in past voting rounds

linear[bot] commented 3 weeks ago
GOV-34 Can voters allocate fractions of tokens?

#### Description The verification to allocate only int values of tokens is computational costly. We could save a lot of time if we don't have to run this step. Let's verify if this was a requirement in past voting rounds

AngelaKTE commented 3 weeks ago

Going over the voting data of prior rounds in OP Retro Funding, we can find:

R1 Quadratic -> int only

R2 Mean -> int + float?

R3 Quorum Median -> int + float

R4 Simplified Capped Median -> float