# Lending protocol

- [Overview](https://docs.honey.finance/lending-protocol/nfts.md): Peer-To-Pool NFT loans
- [Borrowing](https://docs.honey.finance/lending-protocol/borrowing.md): Deposit NFT collateral to get a loan
- [Bulk loan](https://docs.honey.finance/lending-protocol/borrowing/bulk-loan.md)
- [Lending](https://docs.honey.finance/lending-protocol/lending.md): Supply liquidity to NFT collections to receive yield
- [Fees](https://docs.honey.finance/lending-protocol/fees.md): Explanation of fees in Honey's peer-to-contract protocol
- [Liquidations](https://docs.honey.finance/lending-protocol/liquidations.md)
- [Lending pool admins](https://docs.honey.finance/lending-protocol/market-admins.md)
- [Pool creation](https://docs.honey.finance/lending-protocol/market-admins/pool-creation.md): Permissionless Lending Pools
- [Interest Rates](https://docs.honey.finance/lending-protocol/interest-rates.md)
- [Protocol math (Solana)](https://docs.honey.finance/lending-protocol/interest-rates/protocol-math-solana.md)
- [Low risk model](https://docs.honey.finance/lending-protocol/interest-rates/protocol-math-solana/low-risk-model.md): Interest rate model for low risk assets
- [Default risk model](https://docs.honey.finance/lending-protocol/interest-rates/protocol-math-solana/default-risk-model.md): Interest rate model for low risk assets
- [High risk model](https://docs.honey.finance/lending-protocol/interest-rates/protocol-math-solana/high-risk-model.md): Interest rate model for low risk assets
- [Protocol math (Ethereum)](https://docs.honey.finance/lending-protocol/interest-rates/protocol-tokenomics.md): Interest rate models in use for EVM protocol
- [Risk](https://docs.honey.finance/lending-protocol/risk.md)
- [Security](https://docs.honey.finance/lending-protocol/risk/security.md)
- [Risk Methodology](https://docs.honey.finance/lending-protocol/risk/risk-methodology.md)
- [Protocol risks](https://docs.honey.finance/lending-protocol/risk/protocol-risks.md): Below is a non-exhaustive overview of the risks associated to using Honey Finance


---

# 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.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.
