Determining Strike Prices
Last updated
Last updated
The methodology presented is for stablecoins pegged to $1. In order to determine the strike prices, we analyzed a variety of datasets, each spanning over the past few years. Using the datasets for the stablecoin insurance vaults we are implementing, we calculated a variety of metrics to determine the appropriate strike prices and maturities for the low, medium, and high risk payouts.
Outlined is the process we took:
Calculate the standard deviations for USDC, MIM, DAI, FRAX, and FEI
Calculate the daily deviations from the mean ($1), excluding all outliers
Calculate the frequency of breaking the variance threshold at various indicators (10bp, 20bp, 30bp, etc)
Determine appropriate strike prices which align incentives from all interacting parties. This includes providing insureds appropriate protection, ensuring counterparties earn generous revenues, and protecting the protocol from mass liquidation events.
In the current framework, we assign three strikes to each stablecoin:
is the "riskiest" strike, which is expected to be breached every 3 months.
is a "medium risk" strike, which is defined as being breached every 18 months.
is a "low risk" strike, which denotes black swan events. These are the lowest yielding but provide protection against unexpected events over a stablecoins lifetime.
We assume price deviations from $1 are independent and identically distributed (i.i.d) random variables to determine the strike prices. Refer to our technical whitepaper to read more about the assumptions and statistical components.
Strike Price Formula:
where is the stablecoin price at a given time
It is well known that in times of mass decollateralization spirals, these variables become correlated, and the i.i.d assumption does not hold. To alleviate this restriction and ensure our data is accurately distributed, we assume that the discrete-time series of stablecoin prices are sampled from a "continuous" (block-by-block) series .
where we assume that any correlation spirals happen within each interval,
Each strike has an associated rate , defined as the probability that the strike is breached within a given . The rate is calculated using an indicator function from the discrete-time series , as
and can be used in a binomial distribution to find the probability of a particular strike being breached within a given month:
where is the sampling frequency and is the number of days in a given epoch.
The equation above is solved for each on the interval given the desired values of . This is done by using a variety of root-finding algorithms. Once is determined, the set of all can be iterated through for varying strikes until an appropriate is found. For the cases, and , each , is and , respectively.