> For the complete documentation index, see [llms.txt](https://farmdoc.acala.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://farmdoc.acala.network/how-to-guides/use-euphrates/unstake.md).

# Unstake

The unstaking process for a single-sided staking pool generally follows the same procedure. Below, we provide an example of unstaking from the LCDOT pool with steps that can be applied to any single-sided staking pool.

The difference lies in state the token is received in after unstaking:

* For **LCDOT staking**, you will receive **LDOT (on Acala)** after unstaking.
* For **DOT staking**, you will receive **LDOT (on Acala)** after unstaking.
* For **JitoSOL staking**, you will receive **JitoSOL (on AcalaEVM)** after unstaking.

**Pre-Requisite** Polkadot or Acala based tokens require a unified account for the full experience. AcalaEVM tokens do not need a unified account but is encoruage to create one to unlock all current and future possibilities. \
[Setup a Unified Account](https://www.notion.so/o/-M_OLwcDFbYSOX9rQ5hU/s/VQGEivDEmJ3zsYnfc80H/~/changes/62/how-to-guides/setup-wallet)

Steps:

1. Make sure you are on the Euphrates official site: <https://farm.acala.network><br>

   <figure><img src="/files/bs13hPD3DRu7PUQ1uXec" alt=""><figcaption></figcaption></figure>
2. Connect your wallet to the application.
3. Choose an LST pool you want to unstake from, and click “Go to Pool”.

   You can only unstake from a pool that you have previously staked in.<br>

   <figure><img src="/files/Xbo0GFDn4yRvUcVrJatT" alt=""><figcaption></figcaption></figure>
4. Click the "Unstake" button.<br>

   <figure><img src="/files/bPex8bpI4Ds4OvgbpB8V" alt=""><figcaption></figcaption></figure>
5. Enter the amount to unstake and click "Unstake"<br>

   <figure><img src="/files/WXCeuf18EoS3Dtcbm5z9" alt=""><figcaption></figcaption></figure>
6. A confirmation transaction will pop up on your MetaMask. Confirm the transaction.\
   ![](/files/oUdU9bh0dYCAyzc73GzR)
7. You can check the amount of assets you staked in the “Current Stake’ Section.<br>

   <figure><img src="/files/0iXPNiMeJoNgHsR7QWq3" alt=""><figcaption></figcaption></figure>


---

# 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://farmdoc.acala.network/how-to-guides/use-euphrates/unstake.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.
