SCCP-2004: Enable Perps V2 Markets / Update Parameters - Batch 2
Author | |
---|---|
Status | Implemented |
Type | Governance |
Network | Optimism |
Implementor | TBD |
Release | TBD |
Proposal | Loading status... |
Created | 2023-05-21 |
Simple Summary
This SCCP proposes to unpause the new perp markets specified in SIP-2014 and SIP-2015 and set their parameters as per the below configuration:
Market | Offchain Make/TakeFees | MaxMarketValue | SkewScale | LiquidationBufferRatio |
---|---|---|---|---|
sXRP | 2/8 | 10,000,000 | 750,000,000 | 100 |
sDOT | 2/8 | 300,000 | 30,000,000 | 100 |
sTRX | 2/10 | 15,000,000 | 1,000,000,000 | 125 |
sFLOKI | 2/10 | 10,000,000,000 | 200,000,000,000 | 125 |
sINJ | 2/10 | 200,000 | 6,275,000 | 125 |
sPEPE | 2/10 | 600,000,000,000 | 37,000,000,000,000 | 125 |
sSUI | 2/10 | 1,000,000 | 60,000,000 | 125 |
sBLUR | 2/10 | 1,750,000 | 17,000,000 | 125 |
Aside from the changes above, the perps markets will have the following configurations as well:
- liquidationPremiumMultiplier: 3
- offchainDelayedOrderMinAge: 15 seconds
- offchainDelayedOrderMaxAge: 120 seconds
- maxFundingVelocity: 9
- maxLeverage: 27.5
- offchainPriceDivergence: 2%
- maxLiquidationDelta: maker+taker offchain fees
- maxPD: maxLiquidationDelta * 2
- dynamicFeeRounds: 1
- maxDynamicFeeRate: 10%
The parameters for deprecated trading paths (atomic and delayed) are as follows:
- nextPriceConfirmWindow: 2
- delayedOrderConfirmWindow: 120 seconds
- minDelayTimeDelta: 60 seconds
- maxDelayTimeDelta: 6000 seconds
- taker & maker fees on delayed orders (not-offchain) and atomic orders: 30%
Abstract
The parameters configurations description is as follows:
- maker/taker offchain delayed orders pertain to fees charged with the pyth offchain route
- maxMarketValue is the max market value of the relevant market in the underlying currency
- skewScale is the scaling factor of the relevant market in the underlying currency for computing PD and Funding Rates
- liquidationBufferRatio and liquidationPremiumMultiplier are parameters that determine the safety buffer required for liquidations
- minDelayTimeDelta is the minimum period after which delayed orders can be executed
- maxDelayTimeDelta is the maximum period before which delayed orders can be executed
- offchainDelayedOrderMinAge is the minimum delay before which offchain orders can be executed
- offchainDelayedOrderMaxAge is the maximum delay after which offchain orders cannot be executed
- maxFundingVelocity is the main parameter that allows to nudge funding rates
- offchainPriceDivergence is the maximum allowable delta between chainlink and pyth prices
- dynamicFeeRounds and maxDynamicFeeRate are set to the above specified parameters, via DirectIntegrationManager, effectively disabling dynamic fees on perp markets (due to legacy code base)
Parameters for trading paths (atomic and delayed orders) which are set for deprecation but need to be specified:
- makerFee/takerFee fees pertain to fees for atomic trades at chainlink price, which have been deprecated via high fees
- maker/taker delayed fees pertain to fees for trades at the next chainlink price, which have been deprecated via high fees
- nextPriceConfirmWindow is the window, in chainlink rounds, in which next price delayed orders can be triggered, a deprecated path for trading
- delayedOrderConfirmWindow is the minimum number of seconds after which next price delayed orders can be triggered if no new chainlink rounds are available, a deprecated path for trading
Motivation
The main motivation is to launch of the markets specified in SIP-2014 and SIP-2015.
Copyright
Copyright and related rights waived via CC0.