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

# FAQ

## What is Haedal?

Haedal is a liquid staking protocol built on Sui that allows anyone to stake their SUI tokens to contribute to the governance and decentralisation of the Sui blockchain. In the meantime, users will get haSUI in return so that they can continue to participate in DeFi activities to earn additional yields.

## What is haSUI?

haSUI stands for Haedal staked SUI, it is minted when you stake SUI via Haedal. This is a yield-bearing token which represents your ownership of the SUI staked via Haedal. As the staking pool earns validator rewards for securing the Sui network, the value of haSUI will appreciate vs. SUI. haSUI will have all primary utilities of SUI, and is usable across the Sui ecosystem.

## Where can I use haSUI?

haSUI will be deeply integrated throughout the Sui ecosystem. It will be usable across DEXes, lending protocols, stablecoins protocols, NFT marketplaces and more. The goal of Haedal is to have as many integrations for haSUI as SUI itself!

## How do I get my staking rewards?

When you mint haSUI, this represents ownership over the staked SUI in Haedal. When Haedal earns staking rewards, the amount of SUI held by Haedal will increase, and naturally your haSUI will represent ownership of more SUI tokens. This means that your haSUI will be redeemable for an ever-increasing amount of SUI.


---

# 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/faq.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.
