> 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/guide/farming-bnb-chain/unstake-from-pools.md).

# Unstake from Pools

**How to unstake from pools?**

First find your pool. If you try to unstake from a finished pool you need to check “finished” section. (Finished section preset to “staked only” so you can easily find your pools you are in)

![](https://lh3.googleusercontent.com/5OKLEgNOS_50xCLTu3cdIzDbBnOC3HSz0ZoupTNWcM5fitmLcChGld2tsSwnXxwcSZCx7rL4vrR_R5Rr2oUcgo0-pB8V4lRODZnH6zgzB1H7baIFwD_LkOqzYSeonqQIeHT_66iB)

ii. Click unstake.

![](https://lh3.googleusercontent.com/T9VJHsSmN7i6FVxoeVJENkDiWICzjJLaWsZMOIFf3ltFKEMTcpFfJc9LmZUfmUxqnZSKBIckKD977Vfzd_nrQGtx2r9j_b1OL63IgPKkkGpQR-6E_EEosQQIFRbouoQHdABgGca3)

iii. Choose the amount you want to unstake. You can use the max button to remove all your CROX in the pool. Then click confirm.

![](https://lh3.googleusercontent.com/fu6_FGPmwJ5pVIClUyfrw547HaDS6l9Jk3shbEpdrxH8jBuHLhl9qCxRWk6juGKSCnV27eha3dzBbauJtEV-1rsRKsg9IoQLa6fzRkmWj8Nhc7EMDk0Zn0ZJYKzNB0GCo6fnCBYk)

Note: If there is no harvest lock, when you unstake, your rewards will harvest automatically.

iv. Search for a new pool to have a bigger portfolio! :)


---

# 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/guide/farming-bnb-chain/unstake-from-pools.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.
