Stake, Shares, and digitalPrice
When users open a position, they are effectively holding x=digitalPriceStake shares, and the payout is x×PayoutRate.
digitalPrice is the fair value of a position — the model's estimate of the probability that the market moves in the predicted direction by expiry. It is a value between 0 and 1. For example, a digitalPrice of 0.25 means the model estimates a 25% chance the trade wins.
In practice, digitalPrice is influenced by:
t1 : time to maturity. More time → higher probability of crossing a boundary → higher
digitalPrice.σ : implied price volatility. Higher volatility → wider expected price range →
digitalPriceshifts depending on where the boundary is set.r : interest rate risk, which does not quite exist in crypto.
K : the target price boundary at time t0. The further K is from P0, the lower the probability of crossing it → lower
digitalPrice.P0 : the current (t0) price when opening the position.
On Manic, the instant creation and settlement of positions give users little exposure to time value risk, so digitalPrice mainly reflects volatility and the distance of K from P0.
If the user opens a HIGHER position, digitalPrice is:
If the user opens a LOWER position, digitalPrice is:
where the intermediate variables d1 and d2 are:
N(⋅) is the cumulative distribution function of the standard normal distribution.
As volatility σ is not a stable parameter, digitalPrice is dynamically calculated and changes over time.
Multipliers
The Multiplier a user receives is directly derived from digitalPrice:
Setting a higher multiplier means placing K further from P0. This lowers the probability of crossing the boundary, which lowers digitalPrice, which in turn raises the Multiplier. The stake amount does not change — what changes is how many shares that stake buys.
Higher multipliers represent lower-probability outcomes. Users should expect to win less frequently, but each win yields a proportionally larger payout.
Last updated