Once a proposal is stored on the governance canister, all eligible neurons can vote on it. A proposal can be decided upon in two ways:
- Absolute Majority - At any point, even before the voting period ends, if an absolute majority (more than half of the total voting power) has voted "yes," then the proposal is adopted. If an absolute majority has voted "no," then the proposal is rejected.
- Simple Majority - When the voting period ends, if a simple majority (more than half of the cast votes) has voted "yes" and the number of these yes-votes constitute at least 3% of the total voting power, then the proposal is adopted. Otherwise, the proposal is rejected.
The governance voting algorithm also applies to the "wait for quiet" period, which decides on proposals quickly if all voters agree, but increases the time that neurons can vote for proposals that are more controversial. Depending on the neurons’ votes, the voting period can be dramatically increased.
Updated