# Honey Finance

## Honey Finance

- [Welcome to Honey](https://docs.honey.finance/readme.md): Borrow and lend with your NFTs
- [Learn](https://docs.honey.finance/learn.md): Understand how Honey Finance turns your JPEGs into powerful financial assets
- [DeFi lending](https://docs.honey.finance/learn/defi-lending.md): The basics of decentralised lending & borrowing
- [Risks](https://docs.honey.finance/learn/risks.md): How money can be lost in DeFi
- [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
- [Overview](https://docs.honey.finance/honey-p2p/overview.md): This product is in early alpha, use at your own risk.
- [Borrowing](https://docs.honey.finance/honey-p2p/borrowing.md)
- [Lending](https://docs.honey.finance/honey-p2p/lending.md)
- [Refinancing](https://docs.honey.finance/honey-p2p/refinancing.md)
- [Protocol fees](https://docs.honey.finance/honey-p2p/protocol-fees.md)
- [HONEY](https://docs.honey.finance/tokenomics/honey.md): The native asset of the protocol
- [veHONEY](https://docs.honey.finance/tokenomics/vehoney.md): Time weighted governance
- [pHONEY (old)](https://docs.honey.finance/tokenomics/phoney.md): Pre-IDO HONEY
- [Genesis NFTs](https://docs.honey.finance/tokenomics/genesis-nfts.md): The most powerful NFTs on Solana
- [Liquidity Mining](https://docs.honey.finance/tokenomics/genesis-nfts/liquidity-mining.md): Stake Genesis NFTs to receive $HONEY
- [Alpha program](https://docs.honey.finance/tokenomics/genesis-nfts/alpha-program.md): Experimental features / products of Honey Finance
- [NFT vs Token benefits](https://docs.honey.finance/tokenomics/genesis-nfts/genesis-nfts.md): The most powerful NFTs on Solana
- [Developers](https://docs.honey.finance/about-us/developers.md): Doxxed and anon contributors to Honey Protocol
- [Roadmap](https://docs.honey.finance/about-us/roadmap.md)
- [Branding](https://docs.honey.finance/about-us/branding.md): Guidelines and assets for Honey protocol's branding
- [Tutorials](https://docs.honey.finance/tutorials/tutorials.md)
- [Create a market](https://docs.honey.finance/tutorials/tutorials/create-a-market.md): Create an unverified market
- [Create a loan](https://docs.honey.finance/tutorials/tutorials/lending-and-borrowing-tutorial.md): How to create NFT loans on Honey Finance
- [Repay a loan](https://docs.honey.finance/tutorials/tutorials/repay-a-loan.md): Pay back or close NFT loans on Honey Finance
- [(OLD) pHONEY conversion tutorial](https://docs.honey.finance/tutorials/tutorials/phoney-conversion-tutorial.md)
- [(OLD) pHONEY locking tutorial](https://docs.honey.finance/tutorials/tutorials/phoney-locking-tutorial.md)
- [Support](https://docs.honey.finance/tutorials/support.md): Honey user driven support
- [FAQ](https://docs.honey.finance/faq/faq.md)
- [Farms FAQ](https://docs.honey.finance/faq/faq/farms-faq.md): Frequently asked questions about staking v3, staking as a service, and NFT farms
- [Genesis Bee NFT FAQ](https://docs.honey.finance/faq/faq/genesis-bee-nft-faq.md)
- [Peer-to-Peer FAQ](https://docs.honey.finance/faq/faq/peer-to-peer-faq.md)
- [Lending & Borrowing FAQ](https://docs.honey.finance/faq/faq/lending-and-borrowing-faq.md): Frequently asked questions about lending and borrowing
- [Farm addresses](https://docs.honey.finance/links/farm-addresses.md)
- [FAQ Legal Questions](https://docs.honey.finance/legal/faq-legal-questions.md)
- [Terms and Conditions](https://docs.honey.finance/legal/terms-and-conditions.md)
- [NFT sale disclaimer](https://docs.honey.finance/legal/disclaimer.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.honey.finance/readme.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.
