From 9624282417b6848f18ce0b5e2c72bef3cbbb9e96 Mon Sep 17 00:00:00 2001 From: Kain Warwick Date: Tue, 7 Jan 2025 18:54:44 +1100 Subject: [PATCH 1/2] Create sip-420.md --- content/sips/sip-420.md | 105 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 105 insertions(+) create mode 100644 content/sips/sip-420.md diff --git a/content/sips/sip-420.md b/content/sips/sip-420.md new file mode 100644 index 000000000..c93477a3f --- /dev/null +++ b/content/sips/sip-420.md @@ -0,0 +1,105 @@ +--- +sip: 420 +title: Protocol Owned SNAX +network: All +status: Draft +type: Governance +author: Kain Warwick (@kaiynne) +implementor: Synthetix Core Contributors +release: (Release Name) +implementation-date: TBC +proposal: (*optional) +created: 2025-01-06 +--- + + + +## Simple Summary + + + +This SIP proposes a mechanism for SNX stakers to provide staked SNX to protocol-owned staking pool, where the debt will be owned by the protocol and used to generate yield via Ethena. This effectively reduces the complexity of staking for individual stakers while making the overall system more capital efficient. + +## Abstract + + + +This SIP proposes the creation of a protocol-owned debt pool, effectively enabling “delegated staking.” SNX holders can contribute their existing debt positions to this pool, which can support a lower issuance ratio (e.g., 200%) because there is no concern about bad debtors within the pool. Over twelve months, debt positions (but not the collateral) will be transferred to this new staking pool. The protocol will use its newly minted sUSD to mint sUSDe (via the Ethena protocol), providing additional yield. Meanwhile, a higher c-ratio (1000%) will be enforced for solo stakers, incentivizing them to join the delegated system. The collateral from the treasury staking position will be redistributed to all participating stakers over a multi-year period, and an sUSD/USDe liquidity pool will be incentivized for the liquidity of the stablecoin. Finally, 250k SNX from the treasury will be allocated as a bonus for the core contributors who implement this proposal at the council's discretion. + +## Motivation + + + +No inflation and mediocre fees have created minimal incentive for SNX staking, even with the lower risk in the current system. Staking rates are at multi-year lows, and a large minority of SNX is unstaked and sitting idle on exchanges. This proposal removes the need for active individual staking and creates a capital-efficient structure that significantly enhances incentives. It also helps rectify past debt inflation issues by ensuring only willing participants remain in the protocol’s debt pool. + +## Specification + + + +### Overview + + + +1. **Create a delegated staking contract** + - Stakers deposit their existing debt positions into the new pool. +2. **Raise the current c-ratio to 1000%** + - Discourage solo staking and encourage delegation to the pool. +3. **Set the issuance ratio for the delegated pool to 200%** + - Allow more efficient capital deployment without risk of bad debtors. +4. **Transfer each debt position (but not collateral) over 12 months** + - Gradual transition ensures minimal disruption to existing stakers. +5. **Use the sUSD from the delegated pool to mint sUSDe via Ethena** + - Leverage Ethena to generate yield. +6. **Transfer the treasury staking collateral to other stakers over 2-3 years** + - Redistribute collateral systematically and fairly among participants. +7. **Incentivize a liquidity pool for sUSD/USDe** + - Encourage stable trading between these two synthetic assets. +8. **Allocate 250k SNX as a bonus** + - Reward core contributors who implement this proposal, at the council’s discretion. + +### Rationale + + + +The rationale behind this delegated staking model is twofold: +1. **Capital Efficiency & Reduced Risk** + - By consolidating debt into a single protocol-owned pool, we remove the variability of individual staker defaults or liquidation risks, allowing for a lower issuance ratio. +2. **Enhanced Staking Incentives** + - Transitioning to a delegated model removes the problem of low staking rates. The newly minted sUSDe and the liquidity incentives and debt jubilee make staking more lucrative, driving higher participation. This also addresses historical debt inflation. + +### Technical Specification + + + +A detailed technical design and contract specification will follow upon community feedback. It will likely involve: +- A new delegated staking smart contract (or extension of existing staking contracts). +- Logic for transferring debt positions over time without transferring underlying collateral. +- Mechanisms for distributing SNX collateral from the treasury. + +### Test Cases + + + +Planned tests will include: +- Simulation of debt transfer over the 12-month window to ensure no partial debt positions remain stuck. +- Edge cases where stakers attempt to unstake or alter their collateral mid-transfer. + +### Configurable Values (Via SCCP) + + + +- Issuance ratio for delegated staking (initially proposed at 200%). +- C-ratio for non-delegated stakers (initially 1000%). +- Time windows for transferring debt vs. collateral. +- Incentive amounts for the sUSD/USDe pool. +- Amount of SNX allocated from the treasury for implementation bonuses (250k SNX) + +## Copyright + +All content herein is licensed under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/). From 5cb294ee6fb8dde9fba5171e6aace5c2e61a7918 Mon Sep 17 00:00:00 2001 From: Kain Warwick Date: Wed, 8 Jan 2025 15:44:54 +1100 Subject: [PATCH 2/2] Update sip-420.md minor edits for feedback and header fixes. --- content/sips/sip-420.md | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/content/sips/sip-420.md b/content/sips/sip-420.md index c93477a3f..964e16e13 100644 --- a/content/sips/sip-420.md +++ b/content/sips/sip-420.md @@ -1,14 +1,10 @@ --- sip: 420 title: Protocol Owned SNAX -network: All +network: Ethereum, Optimism, Base & Arbitrum status: Draft type: Governance author: Kain Warwick (@kaiynne) -implementor: Synthetix Core Contributors -release: (Release Name) -implementation-date: TBC -proposal: (*optional) created: 2025-01-06 --- @@ -18,7 +14,7 @@ created: 2025-01-06 -This SIP proposes a mechanism for SNX stakers to provide staked SNX to protocol-owned staking pool, where the debt will be owned by the protocol and used to generate yield via Ethena. This effectively reduces the complexity of staking for individual stakers while making the overall system more capital efficient. +This SIP proposes a mechanism for SNX stakers to provide staked SNX to protocol-owned staking pool, where the protocol will own the debt and use it to generate yield via Ethena. This reduces the complexity of staking for individual stakers while making the overall system more capital efficient. ## Abstract @@ -48,20 +44,20 @@ No inflation and mediocre fees have created minimal incentive for SNX staking, e 1. **Create a delegated staking contract** - Stakers deposit their existing debt positions into the new pool. -2. **Raise the current c-ratio to 1000%** +2. **Raise the current c-ratio to 1000% for all solo stakers** - Discourage solo staking and encourage delegation to the pool. 3. **Set the issuance ratio for the delegated pool to 200%** - - Allow more efficient capital deployment without risk of bad debtors. + - Allow more efficient capital deployment without the risk of bad debtors. 4. **Transfer each debt position (but not collateral) over 12 months** - Gradual transition ensures minimal disruption to existing stakers. 5. **Use the sUSD from the delegated pool to mint sUSDe via Ethena** - Leverage Ethena to generate yield. -6. **Transfer the treasury staking collateral to other stakers over 2-3 years** - - Redistribute collateral systematically and fairly among participants. +6. **Transfer a portion of the treasury staking collateral to other stakers over 2-3 years** + - Redistribute collateral systematically and fairly among participants. Approximately 10m SNX should be allocated for this incentive. 7. **Incentivize a liquidity pool for sUSD/USDe** - Encourage stable trading between these two synthetic assets. 8. **Allocate 250k SNX as a bonus** - - Reward core contributors who implement this proposal, at the council’s discretion. + - Reward core contributors who implement this proposal at the council’s discretion. ### Rationale @@ -99,6 +95,7 @@ Planned tests will include: - Time windows for transferring debt vs. collateral. - Incentive amounts for the sUSD/USDe pool. - Amount of SNX allocated from the treasury for implementation bonuses (250k SNX) +- Amount of treasury collateral to be used as staking incentives (10m SNX) ## Copyright