TL;DR
Loan-to-Value (LTV) is the ratio of your debt to the value of your BTC collateral. At 70% LTV the system sends a margin call email. At 80% LTV it runs a partial liquidation to bring LTV back to 65%, plus a 2% liquidation fee calculated on the BTC effectively liquidated and deducted from the liquidation proceeds. If after covering the debt the BTC that would be returned to you would be below USDT 200, the loan goes straight to full liquidation. If proceeds don’t cover the full debt in an extreme event, Roxom absorbs the shortfall. You are never left with residual debt.Quick facts
What is LTV and why does it matter?
Loan-to-Value (LTV) is the ratio between your total debt and the real-time value of your collateral. If your BTC is worth USD 10,000 and your debt is USD 5,000, your LTV is 50%. If BTC price drops, LTV rises. If it rises too far, the system intervenes.What goes into total debt?
Total debt is more than the amount you originally borrowed. On every relevant event the system recalculates three components:- Principal: The original loan amount. Decreases with every partial repayment or partial liquidation.
- Accrued interest: Added every 24 hours on the current total debt. This pushes LTV up even when BTC price doesn’t move.
- Repayments applied: Each payment reduces the debt: accrued interest first, then principal. LTV falls accordingly.
LTV zones
How threshold prices are calculated
The system derives the exact BTC prices at which each threshold would be crossed and recalculates them on every change to debt or collateral (a repayment, an accrual, a top-up).Reference price
LTV is calculated using Roxom’s internal BTC price, the same BTC price you see across the Roxom platform. There is no separate “mark price” or external oracle for Loans, the price that drives your LTV, your margin call trigger, and your liquidation trigger is the BTC price shown in the Roxom UI.What happens if the BTC price drops?
How much time do I have between a margin call and liquidation?
Once a margin call is triggered at 70% LTV, the loan stays active and you can act (top-up or partial repayment) as long as the LTV stays below 80%. There is no fixed time window, the trigger is purely LTV-based. If the price keeps dropping and LTV reaches 80%, partial liquidation is executed automatically. There is no second notification between 70% and 80%; the margin call email is the single warning.Is liquidation automatic and can it be stopped?
Yes, fully automatic, with no human intervention. By accepting the Terms and Conditions, you irrevocably authorize Roxom to execute liquidation when thresholds are crossed.- It cannot be paused, cancelled, or appealed once the LTV reaches the liquidation trigger.
- It cannot be reversed if the BTC price recovers afterward. BTC sold during a partial liquidation is not returned to you, even if the market bounces back.
Can I avoid liquidation?
Yes. You can:- Add BTC as a top-up via Adjust → Increase Collateral.
- Repay part of the loan via Repay to bring LTV below the threshold.
How the 2% liquidation fee is calculated
The fee is 2% of the gross amount of BTC effectively liquidated and is deducted from the liquidation proceeds before they are applied to interest and principal. It is not a fee on your total debt. The LTV that triggers the liquidation does not include the fee.How much BTC is sold in a partial liquidation?
The system does not sell a fixed percentage. It sells the minimum amount needed to bring LTV back to 65%, taking into account that only 98% of the sold BTC is applied to repay the debt (the other 2% is the liquidation fee).Formula and variables
Formula and variables
With:With
C= BTC collateral at the moment of liquidationD= total debt in USD (principal + accrued interest)P= liquidation trigger price (BTC/USDT)f= liquidation fee rate =0.02LTV_target= post-liquidation target LTV =0.65B= BTC liquidated (sold from collateral)
Mechanics
WhenB BTC are liquidated at price P, the gross USD proceeds are B × P. The liquidation fee is deducted from those proceeds:- Liquidation fee (BTC equivalent):
B × f - Net proceeds applied to debt:
B × P × (1 − f)
- Remaining collateral:
C − B - Remaining debt:
D − B × P × (1 − f)
Target condition
The resulting LTV must equal 65%:Derivation
Solving forB:LTV_target = 0.65 and f = 0.02, (1 − f) − LTV_target = 0.33, so:Edge case
If(1 − f) − LTV_target ≤ 0, partial liquidation is mathematically impossible and the system executes a full liquidation instead. With current parameters (f = 0.02, LTV_target = 0.65) the denominator is positive (0.33), so this edge case never triggers under normal operation. It would only become an issue if LTV_target ≥ 1 − f = 98%.Worked example
Scenario: 1 BTC collateral, USDT 45,000 total debt, liquidation trigger price USDT 60,000/BTC.
Applying the formula:
What happens after a liquidation?
Proceeds from the liquidated BTC are applied in this order:- The 2% liquidation fee on the BTC liquidated is deducted from the gross proceeds first.
- Accrued interest is paid next.
- Principal is paid after interest.
- Any remaining collateral (BTC that was not liquidated) is returned to the user’s funding account.