You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm looking at setting up a Snapshot space that uses a governance token with a circulating supply that varies significantly over time. Therefore, as opposed to using fixed values when configuring "Proposal Threshold" and "Voting Quorum", I'd like to set those as percentages of the total supply. For example to enforce that the author of a proposal has at least X% of the total voting power.
What would be the best way to do this for "Proposal Threshold"?
Is there anything existing that I could re-use? Or would you recommend to write a new custom validation plugin?
Same question for "Voting Quorum"?
Is there anything existing that I could re-use? Otherwise, is there a way to write a custom plugin for quorum evaluation?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm looking at setting up a Snapshot space that uses a governance token with a circulating supply that varies significantly over time. Therefore, as opposed to using fixed values when configuring "Proposal Threshold" and "Voting Quorum", I'd like to set those as percentages of the total supply. For example to enforce that the author of a proposal has at least X% of the total voting power.
What would be the best way to do this for "Proposal Threshold"?
Is there anything existing that I could re-use? Or would you recommend to write a new custom validation plugin?
Same question for "Voting Quorum"?
Is there anything existing that I could re-use? Otherwise, is there a way to write a custom plugin for quorum evaluation?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions