# Welcome to Honey

## What is Honey ?

Honey Finance is a lending and borrowing protocol for long tail assets, allowing instant liquidity for derivatives, NFTs, and real world assets.

{% hint style="info" %}
**Learn more**

* [Honey protocol](/lending-protocol/nfts.md)
* [Honey P2P](/honey-p2p/overview.md)
* [$HONEY tokenomics](/tokenomics/honey.md)
  {% endhint %}

{% embed url="<https://www.loom.com/share/c8660f926f014cdd80a21ec5c5392fb5>" %}

{% tabs %}
{% tab title="I want liquidity for my NFTs" %}
Borrowing on Honey Finance provides instant liquidity for NFTs.

* [Borrowing](/lending-protocol/borrowing.md)
* [FAQ](/faq/faq/lending-and-borrowing-faq.md)
* [Try now](https://beta.honey.finance)
  {% endtab %}

{% tab title="I want to earn higher yields" %}
Lenders can obtain high interest rates by having exposure to NFTs, due to illiquidity.

* [Lending](/lending-protocol/lending.md)
* [Risks](/lending-protocol/risk.md)
* [Try now](https://beta.honey.finance)
  {% endtab %}

{% tab title="I want to earn fees" %}
Eearn fees by creating your own market on Honey. Allow lenders and borrowers to interact in your market, and earn fees on the volume they generate.

* [Market admins](/lending-protocol/market-admins.md)
* [How to create a market](/tutorials/tutorials/create-a-market.md)
  {% endtab %}
  {% endtabs %}

## Where to start ?

The Honey Finance protocol is decentralised, thus its programs can be accessed by multiple frontends (websites) which allow users to interact with its programs.

<table><thead><tr><th width="196">Host</th><th>URL</th></tr></thead><tbody><tr><td>Honey Labs inc.</td><td></td></tr><tr><td>(Solana)</td><td><a href="https://solana.honey.finance/borrow">https://solana.honey.finance/</a></td></tr><tr><td>(Polygon beta)</td><td><a href="https://polygon.honey.finance/borrow">https://polygon.honey.finance/</a></td></tr><tr><td>(Arbitrum beta)</td><td><a href="https://arbitrum.honey.finance/borrow">https://arbitrum.honey.finance</a>/</td></tr><tr><td>Community fork</td><td><a href="https://honey.community">https://honey.community</a></td></tr><tr><td>Local host</td><td><a href="https://github.com/honey-labs/honey-frontend-redesign">https://github.com/honey-labs/honey-frontend-redesign</a></td></tr></tbody></table>


---

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