Total C-Ratio?This is the value of your BYN divided by your total debt.{{ cRatio.total_c_ratio == undefined ? '0' : Number(cRatio.total_c_ratio) }}%
Target C-Ratio?If your C-Ratio goes below target, you cannot claim your reward nor invest additional BYN.{{ cRatio.target_c_ratio == undefined ? '0' : Number(cRatio.target_c_ratio) }}%
Liquidation C-Ratio?If the C-Ratio falls below that value, your assets will be liquidated.{{ cRatio.liquidation_c_ratio == undefined ? '0' : Number(cRatio.liquidation_c_ratio) }}%