> For the complete documentation index, see [llms.txt](https://docs.ferroprotocol.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ferroprotocol.com/user-guides/ferro-pools/stake-unstake-liquidity.md).

# Stake/Unstake Liquidity

## Stake Liquidity

**Step 1.** Go to "Pools" page and select a liquidity pool.

<figure><img src="/files/h4zB87cMZ3nNTa7YcdNo" alt=""><figcaption></figcaption></figure>

**Step 2.** Under "Stake Liquidity", enter the amount of LP tokens you want to stake, then click "Stake" to proceed.&#x20;

{% hint style="info" %}
If you do not have any LP tokens, learn about Providing Liquidity [here](/user-guides/ferro-pools/provide-liquidity.md).
{% endhint %}

<figure><img src="/files/DcoohcLy04CVziYDbslP" alt=""><figcaption></figcaption></figure>

**Step 3.** Review the transaction details and click "Confirm".

<figure><img src="/files/az6FbmzlHZVkEsAJVadJ" alt=""><figcaption></figcaption></figure>

**Step 4.** Review the transaction details on your wallet, then approve the transaction and wait for confirmation.

**Step 5.** Once confirmed, you have successfully staked your liquidity!

## Unstake Liquidity

**Step 1.** Go to "Pools" page and select a liquidity pool.

<figure><img src="/files/h4zB87cMZ3nNTa7YcdNo" alt=""><figcaption></figcaption></figure>

**Step 2.** Under "Stake Liquidity", enter the amount of LP tokens you want to unstake, then click "Unstake" to proceed.&#x20;

<figure><img src="/files/9Gzza9iczqhLbEG7Xc32" alt=""><figcaption></figcaption></figure>

**Step 3.** Review the transaction details and click "Confirm".

<figure><img src="/files/193tAyjhhJWIOAt7FVwp" alt=""><figcaption></figcaption></figure>

**Step 4.** Review the transaction details on your wallet, then approve the transaction and wait for confirmation.

**Step 5.** Once confirmed, you have successfully unstaked your liquidity! If you want to remove liquidity, check out the guide [here](/user-guides/ferro-pools/remove-liquidity.md).


---

# 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.ferroprotocol.com/user-guides/ferro-pools/stake-unstake-liquidity.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.
