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

Sip 393 Degenthetix (Updated) #2006

Merged
merged 4 commits into from
Jun 20, 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
49 changes: 49 additions & 0 deletions content/sips/sip-393.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
---
sip: 393
title: Launch Degenthetix on Base
network: Base
status: Draft
type: Governance
author: Westie
---
## Simple Summary

Add a new Pool and Perps Market to V3 on Base, explicitly for experimenting with long-tail or experimental assets for perps trading.

## Abstract

This proposal outlines a plan for a new Synthetix V3 Pool on Base called “Degenthetix Pool”, that backs a new Market called "Degenthetix Perps Market". This will allow for the trading of long-tail assets with a large demand for perps trading with separate liquidity from the primary Spartan Pool.

## Motivation

Given the nature of Synthetix V3’s design, we have the ability to create more experimental Pools and Markets with completely separate risk profiles and exposure to the primary Spartan Pool. There is desire in the market to trade perps on long tail assets, and sufficient funding rate parameters could enable this to be profitable for LPs. A Pool explicitly created to collateralize a Market for trading highly demanded but long-tail assets allows for this testing ground to satisfy that demand, separate the risk, and trial assets for their eventual absorption into the Spartan Pool.

### Technical Specification
The pool and market will be owned by the Spartan Council, where any changes to the listed assets or the configurations will need to go through the same governance process as the Spartan Pool, but with less strict requirements given the nature and goal of this pool.

Create a new pool, setting the Spartan Council as the owner and the name as “Degenthetix”.

- createPool(2 , [Spartan Council])
- setPoolName(2 , “Degenthetix”)
- Accepted collateral: USDC

Initialize a new “Degenthetix” supermarket for the trading of AERO, VELO, PRIME, MAGA, BODEN. We are also looking to add a ratio of MAGA/BODEN to act as an election market.

Set OI caps for each asset respective to their market cap in units

- MAGA: 400,000
- AERO: 400,000
- MAGA/BODEN: 300,000
- PRIME: 200,000
- BODEN: 200,000
- VELO: 150,000

- setInterestRateParameters so that asymmetric funding applies at all levels of LP utilization, increasing the earnings to LPs:
lowUtilizationInterestRateGradient = 0
interestRateGradientBreakpoint = 0
highUtilizationInterestRateGradient = 1
See https://sips.synthetix.io/sips/sip-354/ for more detail

## Copyright

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