Create a InitialVoiceCreditPerToken
for voice credit depending on amount of tokens
#1968
Open
2 tasks done
Labels
enhancement
New feature or request
Prerequisites
Please answer the following question for yourself before submitting a feature request.
Motivation
We need to have a voice credit contract that would assign credit to each voter depending on the amount of tokens the user has or the user has sent to the MACI contract. This way we can use MACI directly for quadratic funding depended on tokens.
Details
We are going to create a new contract similar to
ConstantInitialVoiceCreditProxy.sol
but it will assign voice credit to each user depending on the amount of tokens the user has or has sent to the MACI contract. There are three variations:We also need to implement a withdraw function to send the funds somewhere else (an admin wallet, a multi-sig, etc)
The text was updated successfully, but these errors were encountered: