Skip to content

How should I add quorum to my proposal #1175

Answered by metrox-eth
metrox-eth asked this question in Q&A
Discussion options

You must be logged in to vote

Quorum setting

You can enter a value in the quorum field

Then on the UI, based on the amount of voting power used to vote, you'll see the % that you've reached of the quorum.
For example
https://snapshot.org/#/yam.eth/proposal/0x21ea31e896ec5b5a49a3653e51e787ee834aaf953263144ab936ed756f36609f

Quorum plugin

With the quorum plugin you define a quorum, it can be a fixed number or a kind of custom-call function to get a number dynamicly onchain.

You can setup it with a static number using params in this format:

{
  "strategy": "static",
  "total": 200000
}

Example with Yam here:
https://hub.snapshot.org/api/spaces/yam.eth

Or you can use contract call to get a dynamic value with this format:

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@samuveth
Comment options

Answer selected by metrox-eth
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants