Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fenway snx sip 408 update 1 #2097

Merged
merged 2 commits into from
Sep 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 11 additions & 5 deletions content/sips/sip-408.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,25 +17,31 @@ Currently, Synthetix operates under a delegated governance model. There is no de
This limits the power of the ultimate stakeholder of Synthetix, the SNX token holders, to enact significant protocol change if they collectively determine it to be required.

## Abstract
The SIP aims to improve the governance structure of the Synthetix protocol by introducing a mechanism (i.e. a token holder Referendum) for token holders to directly vote on a proposal, constitution change or protocol issue. This is in contrast to delegated governance where representatives vote on proposals. A successful Referendum would require 68m SNX tokens to participate, and two-thirds majority to pass.
The SIP aims to improve the governance structure of the Synthetix protocol by introducing a mechanism (i.e. a token holder Referendum) for token holders to directly vote on a proposal, constitution change or protocol issue. This is in contrast to delegated governance where representatives vote on proposals. A successful Referendum would require 75m SNX tokens to participate, and two-thirds majority to pass.

## Motivation
To make Synthetix governance more robust, there must be a mechanism for SNX token holders to vote on proposals (i.e. Referendums). There are two important scenarios where a referendum can be effective and improve the robustness of Synthetix Governance:
--1. The Spartan Council can refer proposals of the utmost significance to the ultimate Synthetix stakeholder, the SNX token holder.
--2. Proposals that may conflict with or not be aligned with the perspectives or motivations of the Spartan Council can be proposed via a referendum.

## Specification
A SNX token holder referendum can be proposed by any community member.
A SNX token holder referendum can be proposed by any community member. For an SR to be merged and included on the SIP website, proof of a soft quorum (i.e. 10m SNX - configurable by SCCP) must be provided to a SIP editor. This prevents spam referendums and ensures community discussion is focused on impactful and supported change.

SR’s will live on the same site as the [SIPs official site](https://sips.synthetix.io/) but follow a slightly different specification.

For a referendum, `1 SNX = 1 vote` (i.e. linear voting). Voting will take place on [Snapshot](https://snapshot.org/#/).
For a referendum, `1 SNX = 1 vote` (i.e. linear voting). Voting will take place on [Snapshot](https://snapshot.org/#/). The voting window will be 7 days (configurable by SCCP).

Given the nature of referendums is to enact significant change, for the referendum to pass, it must meet two criteria:

1. A quorum, meaning the minimum number of SNX tokens that are required to partake in a referendum (vote yes, no or abstain), of 75m SNX tokens is required. The rationale for this number is outlined in _Note 1_ below. This represents half of the non-Treasury SNX stakers and is over 400% more SNX tokens than those that voted in the recent Spartan Council election.
1. A quorum, meaning the minimum number of SNX tokens that are required to partake in a referendum (vote yes, no, or abstain), of 75m SNX tokens is required. The rationale for this number is outlined in _Note 1_ below. This represents half of the non-Treasury SNX stakers and is over 400% more SNX tokens than those that voted in the recent Spartan Council election.

2. Approval must be over two-thirds majority of the yes/no vote (i.e. 66.67% approval threshold, excluding abstention).
These criteria can be voted on by governance with an SCCP.

_Note 1 - There are ~150m staked SNX, excluding the Synthetix Treasury balance. Stakers are a representation of the more active component of the Synthetix community. 75m SNX tokens, or 50% of these community members, represent an adequate sample size of the community. Additionally, based on the recent election only ~17m SNX tokens partook in the Spartan Council election (<12.5m debt shares, with a debt per voting power of ~0.5, and an average c-ratio of <350% across Synthetix --> <$22m worth of SNX tokens, or <17m SNX tokens priced at $1.30). 75m SNX tokens represents over 400% of the community that recently partook in protocol governance._
These criteria can be voted on by governance with an SCCP. Changes to SR criteria cannot be proposed or approved between the time an SR is posted and the time voting has closed.

Changes to a referendum's criteria are considered metagov changes and require 6/8 Spartan Council members to approve (also configurable by SCCP).

_Note 1 - There are ~150m staked SNX, excluding the Synthetix Treasury balance. Stakers are a representation of the more active component of the Synthetix community. 75m SNX tokens, or 50% of these community members, represent an adequate sample size of the community. Additionally, based on the recent election only ~17m SNX tokens partook in the Spartan Council election (<12.5m debt shares, with a debt per voting power of ~0.5, and an average c-ratio of <350% across Synthetix --> <$22m worth of SNX tokens, or <17m SNX tokens priced at $1.30). 75m SNX tokens represents over 400% of the community that recently participated in protocol governance._

_Note 2 - Should exchange wallets that hold SNX tokens on behalf of customers be identified as partaking in a Referendum, their votes may be manually excluded from both the quorum and the vote._
Loading