# Borrow

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

Borrowing tokens via the XOXNO Protocol allows users to access liquidity by using their supplied tokens as **collateral**, meaning they can access funds without selling their assets. However, borrowers face the **risk of liquidation** if their collateral value drops too low.

***

**Key Features**

* **Dynamic Interest Rates:**
  * Interest rates **adjust dynamically** based on borrowing demand.
  * As more liquidity is borrowed, the **utilisation rate** (the percentage of available funds being used) increases.
  * Higher utilisation rates lead to **increased interest rates**, balancing supply and demand.
* **Collateral Management:**
  * Borrowers can use their deposited tokens as **collateral** for loans.
  * **Health factor**: A key metric indicating the safety of a borrowing position. A higher health factor means the loan is well-collateralized.

***

\
Each token reserve is designed with specific rules to balance rewards for both borrowers and suppliers. \
\
To avoid liquidation, borrowers should **monitor their collateral value and "health factor"** (a measure of how safe their borrowing position is), ensuring their loans remain sufficiently covered as market conditions or interest rates change.


---

# 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.xoxno.com/xoxno-ecosystem/lend-and-borrow/borrow.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.
