> 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/stake-dot.md).

# Stake DOT

### **Prerequisite:**

1. You have set up a Unified Account, follow the guide [here](/how-to-guides/setup-wallet.md).
2. You have bridged DOT to Acala network, follow the guide [here](https://farmdoc.acala.network/how-to-guides/use-euphrates/pages/Zw24qXn3mkx71nPzUf6i#2.-bridge-dot-to-acala).

### **Step-by-Step Guide**

1. Select “DOT” near the top of the homepage or make sure you are on the official Euphrates DOT staking page: <https://farm.acala.network/dot>

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

2. Connect your wallet to the application
3. Choose an LST pool you are interested in and click “Stake Now”

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

4. Read the details of the pool and scroll down to the “Stake your DOT” section
5. Enter the amount of DOT you would like to stake and click “Stake Now”

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

6. A confirmation transaction will show up on your Metamask (If this is your first time interacting with Euphrates, an approval request will show up first). Confirm the transaction.

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

7. You can verify your stake on the “Current Stake’ Section. Happy staking 😊

   <figure><img src="/files/na612aYHv70lNJYA6Nby" 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/stake-dot.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.
