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