snapshot
Search
⌃K

Voting systems

Learn more about the different voting schemes on Snapshot.
Snapshot supports a number of different voting systems and we plan to support many more in the future. If you would like to request a new voting type, please open a feature request here
🙏

What is a voting system?

Voting system defines how users can cast their votes and how the final result is calculated.
Do not mistake it with the voting strategy though - a voting strategy is used to calculate the individual voting power of a user while the voting system calculates the outcome of the proposal.
Voting system is defined in the space settings or at the level of an individual proposal (unless it has been already defined in the space settings) and can allow the users to:
Let's have a look at each voting system in the next section.

Voting systems types

Single choice voting

Each user can select only one option. The results will reflect these votes as percentages of the total voting power of all voting participants cast on the specific choice.
Ideal for choosing one option from many. Pros: Most simple and common voting system which is easy to set up and use. Cons: Voters can pick only one option.

Weighted voting

Each user can spread their voting power across any number of choices, from one to all. Their voting power will be divided between their chosen options according to how much weight they attribute to each option by increasing or decreasing the voting power fraction.
Pros: Allows voters to express support for more than one option and specify how much they support each of them. Cons: Requires more time and adds complexity to the voting process.
This voting method was first introduced by Float Protocol with Scattershot (a fork of Snapshot).
👉
Try it yourself!

Approval voting

Each user can select (approve) any number of choices, each selected choice will receive equal voting power, i.e. if user selects two choices, each choice will receive the total voting power of the user.
Pros: Ask for approval of several decisions in a single proposal. Cons: There is no way to manifest how much you support each choice. It’s a simple yes or no.
👉
Try it yourself!

Quadratic voting

Each user can spread voting power across any number of choices. The results are calculated quadratically, thanks to which the number of individual voters matters more than the sum of voting power contributed.
For more information on quadratic voting refer to this article.
Pros: Dilutes the whales' voting power in favor of smaller holders. Individuals will matter more than the amount of tokens. Cons: This voting type needs to be accompanied by a Sybil-resistance mechanism that prevents whales from splitting funds across different wallets.
👉
Try it yourself!

Ranked choice voting (Instant Runoff Voting)

Each user has to rank all choices in a desired order.
In the first step votes are counted for each voter's number one choice. If a choice receives more than 50% votes (cast on number one choices of each user), that choice wins. The result will show the percentages reflecting how users voted for their first choice only.
In the second step if the first-choice candidate doesn't get over 50% of the total votes the choice with the fewest number one votes is eliminated. Voters who had chosen the defeated choice as number one now have their number two choice counted as their number one choice.
The process continues over multiple rounds until a choice has more than half (> 50%) of the total votes.
For more details, read this discussion.
Some options will show up as if they had not received any votes because they were eliminated in the ranked-choice voting process.
Pros: Favors the option with the strongest support and reduces wasted votes. Cons: Complex to understand. Will only determine one winner, doesn’t work well to select 2 or more winning options.
👉
Try it yourself!

Basic voting

Each user can select one of three options: For, Against, Abstain.
The votes cast on the Abstain choice are counted in calculating if the necessary quorum has been reached for a proposal to pass.
Pros: Results are easy to interpret and hard to contest. Cons: Choices are predefined and cannot be edited.
👉
Try it yourself!