Looping & Leverage Deep Dive
Deep dive on looping and leverage — how looping changes exposure, how CR maps to leverage, and the main failure modes to understand
This page expands the mechanics behind loop strategies (leveraged CDP positions): what “leverage” means inside a Trove, how it relates to CR, and what usually breaks first in real usage.
Not investment advice — Looping increases leverage and liquidation risk. This page is educational and focuses on mechanics and failure modes.
At a glance
A loop is: mint USDHN → swap to collateral → add collateral → repeat.
Looping increases your gross collateral exposure but also increases your debt.
The key safety metric is still Collateral Ratio (CR), but it helps to also think in equity and leverage terms.
Real outcomes depend on fees, interest, slippage, oracle pricing, and USDHN market price.
What “looping” means (precisely)
In Hann Finance, “looping” usually refers to building a leveraged Trove by repeating:
mint USDHN against collateral
swap USDHN into more of the collateral (or a collateral wrapper)
add the collateral back into the same Trove
You end up with:
more collateral posted
more USDHN debt owed
a lower CR buffer than a non-levered Trove (all else equal)
Equity and leverage inside a Trove
We can define three values in USD terms:
V= collateral value (USD)D= debt value (USDHN, plus any accrued interest/fees)E= equity (USD) ≈V - D(a simplified view)
Then a simple “leverage” definition is:
Interpretation:
L = 1.0xmeans “no leverage” (no debt).L = 2.0xmeans “$2 of collateral exposure per $1 of equity” (roughly).
Important simplification — The equality E ≈ V - D is a mental model. It assumes USDHN is valued at ~$1 and ignores liquidation penalties, swap fees, interest growth, and oracle vs market differences.
CR ↔ leverage (useful conversion)
CR is:
Using the simplified equity model above:
So, lower CR implies higher leverage.
Quick table (illustrative)
CR
Approx leverage L = CR/(CR-1)
300% = 3.0
1.5x
200% = 2.0
2.0x
150% = 1.5
3.0x
This table is not a recommendation. It only shows the math relationship.
How looping changes “distance to liquidation”
Liquidation happens when your Trove’s CR drops below the branch minimum (often called MCR, shown in the official UI).
If your current CR is CR_now, and the branch minimum is MCR, then a simple way to think about liquidation price distance is:
Meaning:
if
CR_nowis only slightly aboveMCR, thenP_liqis close to the current pricelooping usually reduces
CR_now, makingP_liqcloser
For the full derivation and worked cases, see: CDP Safety Deep Dive.
The three common flows (lever up / lever down / close)
Flow A — Lever up (loop)
High-level:
open or start from a Trove with collateral
mint USDHN (keeping a CR buffer)
swap USDHN → collateral
add collateral to the Trove
repeat until you reach your target CR/leverage
One-click tools (Zappers) can bundle the steps, but they do not change the underlying mechanics.
Flow B — Lever down (deleverage)
High-level:
withdraw or use a portion of collateral (if allowed)
swap collateral → USDHN
repay USDHN debt
re-check CR and repeat until risk is acceptable
Flow C — Close the Trove
To close:
repay all USDHN debt (including any accrued interest/fees)
withdraw collateral and close
Key reality: if you swapped away the USDHN you minted earlier, you must obtain USDHN again later to repay.
Worked example (numbers, but simplified)
Assume:
initial deposit: collateral worth
$1,000you aim to end at
CR = 200% = 2.0ignore swap fees, interest, and price impact
treat USDHN as
$1.00
From the leverage conversion:
CR = 2.0corresponds toL = 2.0x
So your end state is approximately:
collateral value
V ≈ $2,000debt
D = V/CR ≈ $2,000/2 = $1,000(≈1,000USDHN)equity
E ≈ V - D ≈ $1,000
If the collateral price drops 20%:
V ≈ $1,600D ≈ $1,000(unchanged in units)CR ≈ 160%
Whether that liquidates depends on the branch’s MCR. That’s why looped positions are sensitive to small moves.
Repayment cost can change even if CR math looks stable
If you owe 1,000 USDHN:
if USDHN trades at
$1.02, repaying costs about$1,020if USDHN trades at
$0.98, repaying costs about$980
Looping usually increases debt size, which increases your sensitivity to USDHN market price when you unwind.
Failure modes (what usually breaks first)
Looping reduces your CR buffer.
Interest/fees can increase debt over time, slowly pushing CR down even if collateral price is flat.
Guardrails:
keep a conservative CR
watch collateral volatility and oracle update cadence
deleverage early rather than “at the last moment”
Looping requires swaps (sometimes multiple hops).
Failure modes:
slippage (worse fill) or
minOutrevertsstale quotes (deadline too long)
thin liquidity during volatility
Guardrails:
use realistic
minOutand short deadlinesstart with small size to validate routes
prefer deep liquidity routes for the loop leg
Deep dive on swap guardrails: StableSwap Deep Dive.
If your collateral is an LST or a wrapped receipt token, exiting may not be instant:
unbonding delays
redemption limits / cooldowns
secondary market liquidity gaps
Guardrails:
treat “exit time” as part of risk
keep larger buffers when collateral has redemption friction
USDHN can trade above or below $1 in the market.
For looped borrowers, the practical impact is often on the cost to repay.
Practical checklist (non-numeric)
Know your unwind path before you loop: “How do I get USDHN to repay?”
Treat the UI liquidation price as a risk indicator, not a goal.
Assume you may need to deleverage fast in a drawdown.
If you use automation, first understand the manual flow and start small.
Next reads
Main guide: Loop Strategies
CR math and liquidation price: CDP Safety Deep Dive
Swap guardrails and LP risk: StableSwap Deep Dive
One-click automation caveats: Zapper Guide
Last updated