# Overview

Honey Finance hosts plenty of lending pools.

Each collateral (usually an NFT collection) has it's own lending pools.

Lending pools match borrowers and lenders of a same collateral. Lenders supply liquidity (USDC or SOL,WETH, WMATIC ...) to an NFT collection's associated lending pool. Borrowers can borrow this money by depositing their NFTs as collateral.

There are three main participants in Honey lending pools:

* **Borrowers:**&#x20;
* **Lenders**
* **Admins**
* **Bidders**&#x20;

## Borrowers

Borrow money by depositing NFTs as collateral. Interest accrues on open positions with a variable [interest rate](/lending-protocol/interest-rates.md). Each position has a loan to value ratio as well as a liquidation threshold. If the value of the collateral goes down, or the loan is not sufficiently paid down, the NFT can be liquidated.

When borrowing, users are allowed to withdraw based on their allowance. The allowance can be defined as, how much value are you able to receive as a percentage of the floor price.

{% content-ref url="/pages/pxnzjEfa8wlG9xuhH694" %}
[Borrowing](/lending-protocol/borrowing.md)
{% endcontent-ref %}

## Lenders

Supply tokens to lending pools and receive yield from accrued interest or liquidations.&#x20;

{% content-ref url="/pages/edwixbGSRJkP3BvfvRVa" %}
[Lending](/lending-protocol/lending.md)
{% endcontent-ref %}

## Admins

Create lending pools on the platform and set an admin fee. Liquidations and interest repayments will include this fee, generating revenue for the pools admin. Admins can be DAOs, projects, or individuals.

{% content-ref url="/pages/zq9GqXwzFGP6ik3k8LE4" %}
[Lending pool admins](/lending-protocol/market-admins.md)
{% endcontent-ref %}

## Bidders

Bid using the liquidation page to acquire discounted NFTs as they are liquidated.

{% content-ref url="/pages/iTopHh29POhnHcMNAoMF" %}
[Liquidations](/lending-protocol/liquidations.md)
{% endcontent-ref %}


---

# 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.honey.finance/lending-protocol/nfts.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.
