> For the complete documentation index, see [llms.txt](https://haedal-protocol.gitbook.io/haedal-protocol-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://haedal-protocol.gitbook.io/haedal-protocol-docs/guides/how-to-stake.md).

# How to Stake

## Stake SUI to haSUI <a href="#id-95e7" id="id-95e7"></a>

To stake your SUI with Haedal, follow these steps:

1. Visit [https://www.haedal.xyz/stake](https://mainnet.haedal.xyz/stake) and connect your Suiet wallet.

<figure><img src="https://miro.medium.com/v2/resize:fit:700/1*LRWuhVLI7PeKCEQfc_BJdg.png" alt="" height="489" width="700"><figcaption></figcaption></figure>

2\. When shown wallet options, choose the preferred option and connect. With your wallet connected, you can now view your balances.

<figure><img src="https://miro.medium.com/v2/resize:fit:700/1*0pBr05zEgmCWgfKNBi9ZFQ.png" alt="" height="679" width="700"><figcaption></figcaption></figure>

3\. There are two modes for users to choose — ‘**Automated**’ & ‘**Manual**’. **‘Automated’** mode allows users to stake their SUI/Native staked SUI on Haedal at one click with the most efficient validators suggested by Haedal. Enter the amount of SUI to stake and get haSUI in return.

<figure><img src="https://miro.medium.com/v2/resize:fit:700/1*v5cRV2fOErBN8TbLMzvGxw.png" alt="" height="652" width="700"><figcaption></figcaption></figure>

**‘Manual’ mode** allows users to stake SUI/staked SUI in their preferred validators with different levels of APY from the validator list.

<figure><img src="https://miro.medium.com/v2/resize:fit:700/1*mrZvF5WfYu2JJNJmB2iijQ.png" alt="" height="486" width="700"><figcaption></figcaption></figure>

Users can either choose SUI or Native Staked SUI to stake on Haedal.

<figure><img src="https://miro.medium.com/v2/resize:fit:700/1*TFRgiB3jPzc_6FSpnwmrzQ.png" alt="" height="420" width="700"><figcaption></figcaption></figure>

Enter the amount of SUI or staked SUI to stake and get haSUI in return.

<figure><img src="https://miro.medium.com/v2/resize:fit:700/1*Xa9qKZklvuOmKBWhJ0EIVg.png" alt="" height="732" width="700"><figcaption></figcaption></figure>

4\. Confirm the transaction using your wallet. Your wallet will now contain haSUI representing your staked deposit.

<figure><img src="https://miro.medium.com/v2/resize:fit:700/1*ODZLkPLYKawUrI_QSbIq7w.png" alt="" height="410" width="700"><figcaption></figcaption></figure>

5\. Your haSUI balance will be updated daily on the dashboard and wallet to reflect staking rewards.


---

# 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://haedal-protocol.gitbook.io/haedal-protocol-docs/guides/how-to-stake.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.
