pub const LIQUIDATION_MAX_COLLATERAL_RATIO: u16 = 125_00;
Expand description

The maximum c-ratio that an account can end a liquidation with.

Note: This is not a traditional c-ratio, because it’s based on the ratio of the effective_collateral / required_collateral.