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

Create sip-371.md #1920

Merged
merged 1 commit into from
Apr 2, 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
30 changes: 30 additions & 0 deletions content/sips/sip-371.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
sip: 371
title: Add sUSDe LP collateral support to Synthetix V3 on Arbitrum
network: Arbitrum
status: Draft
type: Governance
author: fifa
created: 2024-04-02
release: TBD
---

## Simple Summary
This SIP proposes to add Ethena's staked USDe (sUSDe) as LP collateral to Synthetix V3 on Arbitrum.

## Abstract
Add sUSDe as a supported collateral type for Arbtirum V3 deployment with minting at 125% C-ratio and a maximum LP cap of $50M.

## Motivation
Ethena imports basis yield from centralized exchanges by holding ETH and LST's with offsetting short positions in ETH perpetual futures market, with the bulk of the yield distributed to sUSDe holders (currently earning ~30%+ APR so far this year). Yield bearing collateral can drastically improve the capital efficiency of providing liquidity to markets on Synthetix V3 and sUSDe presents an attractive option to fulfill this need. A discussion on the various risk factors and considerations associated with Ethena and USDe can be found [here](https://forum.makerdao.com/t/morpho-spark-dai-vault-update-1-april-2024/24006#performance-and-pool-selection-1).

## Technical Specification
Implementation of this SIP will be contingent on:
1) Progression of the ongoing rollout of Synthetix V3 on Arbitrum
2) Support for USDe and sUSDe on the Arbitrum network
3) Availability of an sUSDe price oracle on Arbitrum

## Configurable Values (Via SCCP)
- Maximum LP amount: $50M
- Issuance Ratio: 125%
- Liquidation Ratio: 105%
Loading