# Dynamic Risk Management

Beyond static interest and LTV, HodlFi manages risk dynamically throughout the loan. Instead of rigid liquidation thresholds, it uses market mechanisms to adapt to volatility without altering on‑chain terms. Each loan's risk is hedged and can be rebalanced: the lender's Nexus Node may sell puts if volatility falls or add protection if it rises. These adjustments occur off‑chain, requiring no smart‑contract changes, giving lenders flexibility to manage exposure rather than being locked into initial risk levels.

This dynamic risk management approach yields several important capabilities and benefits:

* **Flexible LTV:** HodlFi does not liquidate at fixed thresholds. LTV affects only cost, which adjusts with hedge prices. Borrowers see LTV as a cost–leverage spectrum, not a cliff; higher LTV means higher premiums, lower LTV means lower fees. Risk rises gradually and is priced continuously.
* **Market‑Responsive Costs:** Interest is fixed by loan term only. Separate fees, tied to live option prices, adapt to volatility: high volatility raises fees, calm markets lower them. This ensures transparent pricing where borrowers pay rates aligned with market risk.
* **Active Hedging:** Lenders can rebalance off‑chain without altering borrower terms, by selling options if risk falls, rolling or add if it rises. This flexibility, absent in typical on‑chain lending, lets each lender manage exposure independently while keeping borrower experience stable.

By embedding risk transfer into the options market instead of rigid on-chain rules, HodlFi turns a static loan into a dynamic instrument. The protocol requires no complex on-chain rebalancing; adaptation happens organically in external markets as lenders adjust hedges. This design allows HodlFi to ride out volatility in real time. Borrowers retain predictable liquidity since collateral is never liquidated mid-term, while lenders earn bounded, market-aligned returns. Dynamic risk management supports the protocol's long-term sustainability: it can absorb bull runs, crashes, and everything in between, evolving with the market rather than breaking under stress. HodlFi is therefore a resilient financial primitive that remains viable across cycles.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.on.nexus/hodifi/dynamic-risk-management.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
