Skip to content

What strategy should I use for my proposal #752

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

You must be logged in to vote

It widely depends on your use case, if you want coin-voting (1 token= 1 vote) you can use "erc20-balance-of", however you may want:

  • Delegate voting power using a delegation strategy
  • Weighting voting power using a quadratic strategy
  • NFT voting with an ERC-721 based strategy
  • Only allow certain members to vote using whitelist strategy
  • Calculate voting power from multiple chains with multichain strategy

You can combine up to 8 strategies on a single proposal (combination work as OR not AND opperator)

At the time of writing snapshot has over 150 voting strategies. Explore them here https://snapshot.org/#/strategies
You can even preview actions using the playground button.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@DAC-Philantrop
Comment options

@metrox-eth
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
question Further information is requested
2 participants