> For the complete documentation index, see [llms.txt](https://docs.honey.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.honey.finance/tokenomics/genesis-nfts/liquidity-mining.md).

# Liquidity Mining

## Liquidity Mining

Half of the entire protocol's liquidity mining program (half of 150 million tokens) is allocated to Honey Genesis NFTs. This means the NFTs yield HONEY minted from the initial supply which can be vested for all of the veHONEY benefits.

**75,000,000 $HONEY distributed to all staked NFTs over 2 years.**

If all NFTs are staked, maximum dilution would result in 10.27 $HONEY per day per NFT.

{% hint style="info" %}
[HIP#3](https://forum.honey.finance/t/hip-3-increased-allocation-of-honey-to-nft-holders/187) extended the previous 2-year liquidity mining program to continue with a yearly halving schedule. This means total yield per NFT is now \~ 11.25k instead of 7.5k $HONEY.
{% endhint %}


---

# 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 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, and the optional `goal` query parameter:

```
GET https://docs.honey.finance/tokenomics/genesis-nfts/liquidity-mining.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
