Price Feed & Exceptions
We utilize the Pyth price feed for settlements, where data is requested precisely at the cycle's end time. If the price data is available with 1 second, we accept this as valid price point, otherwise we consider the price data missing. Please refer to Exceptions on how we handle missing data.
Missing Price Data
In case the price data is not available at the time of cycle settlement, we scrap two cycles which get affected by this price point, the cycle ending at this price and the next cycle starting at this price.
Settlements Delayed
In case of settlements being delayed for any reason (one if them being gas price on Arbitrum being too high, more than 0.5 Gwei per gas unit), all the pending cycles will be scraped. If a cycle is not settled within 30 minutes of its end time, the cycle is eligible for scraping. The users will have the option to cancel their pending buy orders in this case. Cycle scrapping itself might be delayed (again due to high gas prices) but as soon as the gas prices come within limits, all pending cycles get scrapped and the product resumes functioning normally.
Cycle Scraping
Scraped cycles get settled at the break even price, which means there is no profit or loss for either the Long OPerps holders or the Short OPerps holders in that cycle.
Sell Orders
All sell orders get executed normally during this settlement and users can withdraw their funds as usual.
Buy Orders
All buy orders are also processed normally as the upcoming cycle is also going to be settled at the break even price so the user's funds will not be affected in the scraped cycles. In case the user doesn't wish to participate in further cycles (happening after the 2 scraped cycles), they are free to place the sell orders and exit the market without any change in their funds. Following examples will further clarify this point.
Example scenario:
Let's assume that the ongoing cycle was supposed to be settled at 15:00 but the price data is not available, we propose to scrap 14:00 - 15:00 and 15:00 - 16:00 cycles. We will refer to these intervals as Interval 1 and Interval 2 respectively. 16:00 - 17:00 cycle will function normally, we will call this Interval 3.
A trader expects the market to go up during Interval 2, so she places a buy order for Long Call OPerps during Interval 1. This order gets processed at 15:00 and she now holds Long Call OPerps tokens.
During interval 2, the trader can decide whether she wants to continue having exposure for the Interval 3 or not. If yes, the trader doesn't need to take any action, the Long Call OPerps tokens automatically get rolled over to the next cycle. If not, the trader should place the sell order anytime during interval 2 which will get processed at 16:00 at the break even price. No profit, no loss.
Last updated