# Harvest With a Twist ✨

## Harvest Lock

The typical farm with harvest lock will look like the following:&#x20;

* Users start staking as early as possible
* Wait for 5-7 days to harvest their unreasonably high amount of tokens
* Dump all their tokens once harvest is unlocked
* Price plummeted down
* Conclusion: Once harvest is unlocked, everyone will start dumping all together

Over here in Luna Finance, we will also be implementing a harvest lock mechanism of 3 days harvest lock with 1 day harvest unlock.&#x20;

This is where things start to be different.&#x20;

During the harvest lock, **instead** of harvesting **ALL the tokens,** users will start off with 0% to harvest. As time progresses, users will be able to harvest a higher % of their harvest and eventually before the end of the 1 day harvest unlock, users will be able to harvest ALL of their tokens. We call this unique model, **Seeping Harvest**.

This way, there is a mind game put in place since there is no ideal timing to harvest because harvesting early may no longer be the most profitable method.

Do note that every time user harvest their token, the timer will reset and the following harvest will be based on the new % of the remaining harvest available\
\
Do read up on this unique feature in-depth [here](https://lunafinance.gitbook.io/luna-finance/never-seen-before-features/seeping-harvest)!


---

# 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://lunafinance.gitbook.io/luna-finance/features/seeping-harvest.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.
