Determining Sugar levels (price)
Last updated
Last updated
We studied several medical histories (datasets) from recent years to determine striking prices for stable coins fixed at $1. Using data from medical insurance vaults for stable coins, we calculated optimal strike prices and expiry dates for low, medium, and high risk scenarios using a variety of variables.
The following is an outline of the steps we took: Standard deviations for USDC, BUSD, DAI, USDT, and FEI are calculated.
Determine the daily variations from the mean ($1) while removing any outliers.
Determine the frequency with which the variance threshold is breached at various indicators (10bp, 20bp, 30bp, etc)
Determine optimal strike prices that balance the motivations of all parties involved.
In the present system, each stable coin is assigned three strikes:
the "riskiest" strike, with a breach projected every three months.
a "medium risk" strike, characterized as a breach every 18 months.
a "low risk" attack that represents black swan occurrences.
These are the lowest yielding yet give security against unforeseen occurrences during the lifespan of a stable coin. To compute the striking prices, we assume that price variances from $1 are independent and identically distributed (i.i.d) random variables. More information on the assumptions and statistical components may be found in our technical whitepaper.
Strike Price Formula:
where is the stable coin price at a given time
It is well known that in times of mass de collateralization 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 stable coin 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.