SIP-2027: Add RPL to Perps V2
Author | |
---|---|
Status | Implemented |
Type | Governance |
Network | Optimism |
Implementor | TBD |
Release | TBD |
Proposal | Loading status... |
Created | 2023-07-10 |
Simple Summary
Add Rocket Pool as a market under Perps V2
Abstract
This is proposal to offer RPL futures which tracks the price of respective cryptocurrency.
Motivation
Adding RPL token allows Synthetix to offers liquid market for tail-end asset such as RPL.
Specification
Rocket Pool currently has perpetual market offered by following exchange via Coingecko.
Exchange | Volume (USD) |
---|---|
Bybit | 241,635.28 |
Phemex | 394,779.76 |
AQX | 710,959.94 |
MEXC | 143,203.77 |
XT.COM | 129,236.85 |
Gate.io | 115.51 |
Rationale
RPL token is a collateral for Rocket Pool node operator which stakes Ethereum on behalf of rETH token holders. It is also a governance token for Rocket Pool by Rocket Pool's Oracle DAO which reports node performance and upgrade the network.
RPL is tail-end asset and this proposal is a experiment to test Synthetix Perps mechasism with those assets.
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.