# Lending & Borrowing

![](/files/-MfiyWrovfkj4fvisGF8)

Lending and borrowing are the core functionalities of YieldBlox. Users can deposit assets into the YieldBlox protocol where they are lent to a variety of borrowers. Borrowers use their lent assets as collateral to borrow other assets. They pay interest to the protocol which distributes it to lenders.

Learn more about lending and borrowing on YieldBlox:

* [**Lending**](/user-docs/lending-borrowing/lending.md)\
  The basics of lending on YieldBlox, including how it works, what pool tokens are, and more!<br>
* [**Borrowing**](/user-docs/lending-borrowing/borrowing.md)\
  The basics of borrowing on YieldBlox, including how it works, what collateral is, and repayment.<br>
* [**Interest Rates**](/user-docs/lending-borrowing/interest-rates.md)\
  How interest rates work and how to change them.<br>
* [**Health Factors**](/user-docs/lending-borrowing/health-factors.md)\
  What a health factor is and how to increase it.<br>
* [**Liquidations**](/user-docs/lending-borrowing/liquidations.md)\
  Describes what liquidations are and how they work on YieldBlox.<br>
* **Proposed Future Features**
  * **Isolated Lending Pools**
  * **Token Delegation**
  * **Lines of Credit**\
    How YieldBlox facilitates lines of credit.


---

# 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.ybx.script3.io/user-docs/lending-borrowing.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.
