# REPAYMENTS

A borrower with a loan position in some **UBKLiquidityPool** may repay that obligation at any time. This holds true regardless of maturity status.

Borrowers can repay their debt by either :

* Providing the same token they borrowed to the pool.
* Exchanging a portion of their collateral for an equivalent amount of pool tokens.

Note: If using the second option, user collateral will be valued by an open-source **UBKOracle** exposed by **UBKServiceRegistry** and transferred from **UBKCollateralVault**.

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

<figure><img src="/files/OrDbfJAYal14MEOdUJ7v" 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/repayments.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.
