# Harvest Lockup

The Harvest Guardian, Scarecrow, is an innovation to prevent arbitrage bots from stealing from investors. By limiting the frequency of harvest, it prevents bots from continuously harvesting and dumping, which leads to diminishing the financial returns from the community.

For example, the harvest lockup of the ARENA-BUSD farm is 2 hours. It means that farmers who stake in the ARENA-BUSD farm can only harvest (claim their rewards from farming) every 2 hours.

You can check the harvest lockup on each farm card.

{% hint style="info" %}
To clarify, the harvest lockup only locks users' farming rewards. The tokens and LP tokens staked in farms can be withdrawn anytime.
{% endhint %}


---

# 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.arenaswap.com/tokenomics/harvest-lockup.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.
