> For the complete documentation index, see [llms.txt](https://docs.croxswap.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.croxswap.com/features/harvest-locks.md).

# Harvest Locks

**What are Harvest Locks?**

Harvest lock is a unique time based harvesting mechanism to control the quick dump from earned rewards. When you stake in a farm or a pool there will be a pre-determined harvest lockup set for each pool. You can harvest your rewards only after the locking period is over.

![Crox Farms with Harvest Locks](/files/-Mh-zMiYDn2sVslGdI6z)

\
For Native CROX tokens the Harvest lock is set to 8 hours and for non-CROX tokens it is 12 hours. It means if you stake now harvest button will be unlocked after 8hrs for CROX pool/farm and after 12hrs for non-CROX pools/farms.

**Can I Unstake anytime?**

Yes. You can Unstake your Staked LP tokens or single tokens anytime regardless of harvest locks. There is no locking period for Staked tokens. Only rewards fall under harvest locking period. However, if you unstake before the harvest button is activated, your earned rewards are still in the pool until harvest lockup time is completed.

*Happy Staking...!!!*


---

# 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.croxswap.com/features/harvest-locks.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.
