Skip to content

Commit

Permalink
add SIP-2027 RPL (#1622)
Browse files Browse the repository at this point in the history
  • Loading branch information
gunboatsss authored Jul 10, 2023
1 parent c2c8b47 commit 41699a0
Showing 1 changed file with 103 additions and 0 deletions.
103 changes: 103 additions & 0 deletions content/sips/sip-2027.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,103 @@
---
sip: 2027
title: Add RPL to Perps V2
network: Optimism
status: Draft
type: Governance
author: GUNBOATs (@gunboatsss)
created: 2023-07-10
---

<!--You can leave these HTML comments in your merged SIP and delete the visible duplicate text guides, they will not appear and may be helpful to refer to if you edit it again. This is the suggested template for new SIPs. Note that an SIP number will be assigned by an editor. When opening a pull request to submit your SIP, please use an abbreviated title in the filename, `sip-draft_title_abbrev.md`. The title should be 44 characters or less.-->



## Simple Summary

<!--"If you can't explain it simply, you don't understand it well enough." Simply describe the outcome the proposed changes intends to achieve. This should be non-technical and accessible to a casual community member.-->

Add Rocket Pool as a market under Perps V2

## Abstract

<!--A short (~200 word) description of the proposed change, the abstract should clearly describe the proposed change. This is what *will* be done if the SIP is implemented, not *why* it should be done or *how* it will be done. If the SIP proposes deploying a new contract, write, "we propose to deploy a new contract that will do x".-->

This is proposal to offer RPL futures which tracks the price of respective cryptocurrency.

## Motivation

<!--This is the problem statement. This is the *why* of the SIP. It should clearly explain *why* the current state of the protocol is inadequate. It is critical that you explain *why* the change is needed, if the SIP proposes changing how something is calculated, you must address *why* the current calculation is innaccurate or wrong. This is not the place to describe how the SIP will address the issue!-->

Adding RPL token allows Synthetix to offers liquid market for tail-end asset such as RPL.

## Specification

<!--The specification should describe the syntax and semantics of any new feature, there are five sections
1. Overview
2. Rationale
3. Technical Specification
4. Test Cases
5. Configurable Values
-->
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

<!--This is where you explain the reasoning behind how you propose to solve the problem. Why did you propose to implement the change in this way, what were the considerations and trade-offs. The rationale fleshes out what motivated the design and why particular design decisions were made. It should describe alternate designs that were considered and related work. The rationale may also provide evidence of consensus within the community, and should discuss important objections or concerns raised during discussion.-->

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

<!--The technical specification should outline the public API of the changes proposed. That is, changes to any of the interfaces Synthetix currently exposes or the creations of new ones.-->

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

<!--Test cases for an implementation are mandatory for SIPs but can be included with the implementation..-->

N/A

### Configurable Values (Via SCCP)

<!--Please list all values configurable via SCCP under this implementation.-->

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/).

1 comment on commit 41699a0

@vercel
Copy link

@vercel vercel bot commented on 41699a0 Jul 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.