diff --git a/content/sips/sip-2024.md b/content/sips/sip-2024.md index d30830abf..ad9d91ae6 100644 --- a/content/sips/sip-2024.md +++ b/content/sips/sip-2024.md @@ -1,6 +1,6 @@ --- sip: 2024 -title: Add MAV, ETC and COMP to Perps V2 +title: Add ETC and COMP to Perps V2 network: Optimism status: Draft type: Governance @@ -18,13 +18,13 @@ created: 2023-06-30 -Add Maverick, Ethereum Classic and Compound Token and as markets under Perps V2 +Add Ethereum Classic and Compound Token and as markets under Perps V2 ## Abstract -This is proposal to offer MAV, ETC, COMP futures which tracks the price of respective cryptocurrency. +This is proposal to offer ETC, COMP futures which tracks the price of respective cryptocurrency. ## Motivation @@ -46,15 +46,13 @@ Data was obtained on June 30 via Coingecko from following exchange: Binance, OKX | Symbol | Trading Volume (USD) | Binance | OKX | dYdX | Phermex | Kucoin | Huobi | |--------|----------------------|---------|-----|------|---------|--------|-------| | ETC | 922,745,821.1 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | -| MAV | 390,476,668.54 | ✅ | ❎ | ❎ | ❎ | ✅ | ❎ | -| COMP | 1,386,784,509.12 | ✅ | ✅ | ✅ | ❎ | ✅ | ❎ | +| COMP | 1,386,784,509.12 | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | ### Rationale -- Maverick is new token and has been listed on Binance Futures - Ethereum Classic recently has high trading volume recently - Compound Token is not traded on Optimism and recently has high trading volume from Superstate news diff --git a/content/sips/sip-2025.md b/content/sips/sip-2025.md new file mode 100644 index 000000000..f0a2875a1 --- /dev/null +++ b/content/sips/sip-2025.md @@ -0,0 +1,98 @@ +--- +sip: 2024 +title: Add MAV to Perps V2 +network: Optimism +status: Draft +type: Governance +author: GUNBOATs (@gunboatsss) +implementor: TBD +implementation-date: +created: 2023-06-30 +--- + + + + + +## Simple Summary + + + +Add Maverick as a market under Perps V2 + +## Abstract + + + +This is proposal to offer MAV futures which tracks the price of respective cryptocurrency. + +## Motivation + + + +Adding those token allows Synthetix to offers more assets for onboarding more traders. + +## Specification + + +Data was obtained on June 30 via Coingecko from following exchange: Binance, OKX, dYdX, Phermex, Kucoin and Huobi. + +| Symbol | Trading Volume (USD) | Binance | OKX | dYdX | Phermex | Kucoin | Huobi | +|--------|----------------------|---------|-----|------|---------|--------|-------| +| MAV | 390,476,668.54 | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | + + +### Rationale + + + +MAV is a new governance token launched to control Maverick Protocol and has been listed on Binance Futures, by offering decentralized futures venue to trade, this will allow Synthetix to be competitive against other DEX. + +### Technical Specification + + + +Implementation requires implementing off-chain oracle price feeds from Pyth Network and backup on-chain oracles from Chainlink. + +Configurable values (read below) will be set in a subsequent SCCP for each market. + +### Test Cases + + + +N/A + +### Configurable Values (Via SCCP) + + + +All Perps V2 configurable values will be set in subsequent SCCPS for each market. + + "makerFee": "", + "takerFee": "", + "takerFeeDelayedOrder": "", + "makerFeeDelayedOrder": "", + "takerFeeOffchainDelayedOrder": "", + "makerFeeOffchainDelayedOrder": "", + "maxLeverage": "", + "maxMarketValue": "", + "maxFundingVelocity": "", + "skewScale": "", + + "nextPriceConfirmWindow": "", + "delayedOrderConfirmWindow": "", + "minDelayTimeDelta": "", + "maxDelayTimeDelta": "", + "offchainDelayedOrderMinAge": "", + "offchainDelayedOrderMaxAge": "", + "offchainPriceDivergence": "", + +## Copyright + +Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).