FYOS Documentation is synchronized to the current clean-core beta baseline.
Methodology
Persistence & Decay

Persistence & Decay

Funding rates are mean-reverting. This section models how quickly funding decays and how to estimate persistence.

Half-Life Model

Funding rates exhibit exponential decay toward historical mean. We model this with a half-life parameter:

thalf=ln(2)λt_{half} = \frac{\ln(2)}{\lambda}

Where λ\lambda is the exponential decay coefficient.

Equivalently:

λ=ln(2)thalf\lambda = \frac{\ln(2)}{t_{half}}

Decay Factor

The decay factor for a holding horizon hh is:

D(h)=1eλhλhD(h) = \frac{1 - e^{-\lambda h}}{\lambda h}

This represents the average fraction of initial funding rate captured over the holding period.

Interpretation

thalft_{half}D(24h)D(24h)Interpretation
8 hours0.37Only 37% captured over 24h
24 hours0.6363% captured over 24h
72 hours0.8585% captured over 24h
168 hours0.9393% captured over 24h

Half-Life Estimation

Half-life is estimated from historical funding rate series using:

  1. Autocorrelation analysis — Measure rate of correlation decay
  2. Mean reversion speed — Fit exponential model to rate series
  3. Regime detection — Identify stable vs. volatile periods

Estimation Window

Default estimation uses a 14-day rolling window of 8-hour funding observations (42 data points).

Sign-Flip Risk

Beyond magnitude decay, funding can flip sign — switching from positive to negative (or vice versa).

The sign-flip share ρflip\rho_{flip} is estimated from historical funding:

ρflip=intervals with sign different from currenttotal intervals in window\rho_{flip} = \frac{\text{intervals with sign different from current}}{\text{total intervals in window}}

High sign-flip share indicates unstable funding direction.

Decay-Adjusted PnL

Raw funding PnL over horizon hh:

PnLraw=APRf×Position×h8760PnL_{raw} = APR_f \times Position \times \frac{h}{8760}

Decay-adjusted PnL:

PnLdecay=PnLraw×D(h)PnL_{decay} = PnL_{raw} \times D(h)

Example

Given:

  • APRf=100%APR_f = 100\%
  • Position = $10,000
  • Horizon = 24 hours
  • thalf=24t_{half} = 24 hours

Then:

  • PnL_{raw} = 100\% \times 10000 \times \frac{24}{8760} = \27.40$
  • D(24)=0.63D(24) = 0.63
  • PnL_{decay} = 27.40 \times 0.63 = \17.26$

The decay adjustment reduces expected PnL by 37%.

Practical Implications

  1. Short horizons — Less affected by decay, but more by fees
  2. Long horizons — Decay dominates; need high half-life opportunities
  3. Half-life threshold — Generally require thalf>ht_{half} > h for meaningful capture
Cookie preferences
We use cookies to improve analytics and user experience. You can accept or reject non-essential cookies. Learn more in our Privacy Policy.