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

Sccp 388 #2190

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
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
35 changes: 35 additions & 0 deletions content/sccp/sccp-388.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
sccp: 388
title: Support sUSDS as Margin on Perps V3
network: Base
status: Draft
type: Governance
created: 2025-01-30
author: Robin
---

# Simple Summary

sUSDS is Spark's Savings USDS, which is an ERC-4626 representation of USDS in the Sky Savings Rate Module (SSR). sUSDS is redeemable 1:1 for USDC via the Spark Peg Stability Module (PSM), which is currently integrated into 1inch on Base.

Information on sUSDS and the Spark PSM can be found [here](https://docs.spark.fi/dev/savings/susds-token) and [here](https://docs.spark.fi/dev/savings/spark-psm), respectively.

This SCCP proposes to add sUSDS as margin to Perps V3 on Base with the following implementation parameters:

| **Margin** | **Discount Lower** | **Discount Upper** | **Max Collateral Amount** | **SkewScale** |
|:----------:|:------------------:|:------------------:|:-------------------------:|:-------------:|
| sUSDS | TBD | TBD | TBD | TBD |

sUSDS
- the `discountScalar` would be set to 1 for all margins
- the collateral liquidation penalty is 3 bp (collateralLiquidateRewardRatioD18).
- The caps would be set to allow for 3 simultaneous margins and 10 positions in any given account
- The synth representation of the above margins would have a atomic swap fee of 30%, as a disincentive on swapping until [SIP](https://sips.synthetix.io/sips/sip-406/) is implemented

# Motivation

The main motivation is to add the first yield-bearing stablecoin option as margin on Perps v3 Base, so that users can earn yield, both while they trade and while they have no open positions.


# Copyright
Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).