# ROLLOVERS

A borrower with a loan position in some **UBKLiquidityPool** may set their intent to rollover at any time prior to loan maturity.

Each **UBKLiquidityPool** is capable of accurately tracking borrow interest accrual over the lifecycle of a loan.

Rollover flags allow **UNBRK™ Protocol** infrastructure to clear this interest via a collateral based repayment at maturity, and reprice the same loan at ongoing pool interest rates, while extending the loan by the term length.

In other words,the borrower-set flag triggers an **Auto-Deleveraging (ADL)** event at maturity.

The **ADL** algorithm will execute a collateral-for-debt swap using the highest-risk assets from the borrower's account in **UBKCollateralVault**.

Note:

* A loan position that remains overcollateralized and scheduled for rollover cannot be liquidated simply because it is past maturity.
* Rollovers thus allow for a pseudo-evergreen effect on fixed-rate, fixed-term obligations.

<figure><img src="/files/ioGkBu6kwTXS9JTueciN" alt=""><figcaption></figcaption></figure>

*

```
<figure><img src="/files/2LZO3a43rsZZKY2yeWsW" alt=""><figcaption></figcaption></figure>
```


---

# 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.unbrk.xyz/user/rollovers.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.
