You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
where $HF^*$ = target health factor after rebalancing, $C$ = current collateral value, $L$ = current liability value, $\text{LLTV}$ = liquidation loan-to-value ratio.
2. Balanced Equilibrium Reserves
Let $V_0$ be the total deposit value expressed in units of the collateral asset (asset0). The balanced equilibrium reserve is:
Here $\kappa>1$ is a liquidity-buffer coefficient (empirically $\kappa!\approx!3$) chosen to seed sufficient baseline liquidity on the debt side while avoiding over-leverage.
3. Reserve Differential
$$
\boxed{
\Delta R = \frac{\Delta L}{P_m}
}
$$
where $P_m$ is the market mid-price quoted as $\text{asset1}/\text{asset0}$.
The debt asset is identified such that $\Delta R$ is measured in its units.
The notation is consistent with §2. These targets are fed into the pool constructor as equilibriumReserveCollateralAsset and equilibriumReserveDebtAsset.