SIP-2032: List all current DYDX assets on Perps v2
Author | |
---|---|
Status | Implemented |
Type | Governance |
Network | Optimism |
Implementor | TBD |
Release | TBD |
Proposal | Loading status... |
Created | 2023-08-16 |
Simple Summary
List selected assets listed on DYDX on Perps V2.
Abstract
List the following assets on Perps V2 that are already listed on DYDX: RUNE, SUSHI, ZEC, XTZ, UMA, ENJ, ICP, XLM, 1INCH, EOS, CELO, ALGO, ZRX.
Motivation
As Synthetix looks for additional listings, assets supported by other major DEXes are appropriate choices to remain competitive while controlling risk. By including these assets on Perps V2, we can capture the potential for arbitrage and attract demand from arbitrage traders.
Specification
Rationale
Assets have demonstrated demand and activity through DYDX and provide an execution venue for arbitrage opportunities, helping to keep the markets delta neutral and generating demand from arbitrage traders.
Technical Specification
Request Chainlink and Pyth price feed data for each asset from the respective oracle providers.
Test Cases
N/A
Configurable Values (Via SCCP)
{
"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.