> 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/haedal-liquid-staking/hasui/value-accruing.md).

# Value Accruing

haSUI is a value-accruing (or reward-accruing) liquid staking token. The accumulated staking rewards are appreciated onto the value of haSUI. This means that following each Sui epoch, its valuation undergoes a recalculation based on the staking rewards earned through the Haedal Staking Pool.

#### **The value of haSUI is calculated as follows:**

$$
haSUIConversionRate=\[totalStakedSUI+totalStakingRewards\*(1-CommissionPercentage)-totalUnstakedSUI]/haSUIMinted)
$$

Where:

* haSUIConversionRate means the native conversion rate between haSUI and SUI through Haedal's liquid staking system
* totalStakedSUI is the amount of SUI staked by users through Haedal.
* total\_StakingRewards is the accumulated staking rewards earned from Sui nodes.
* totalUnstakedSUI is the amount of SUI users have unstaked through the protocol.
* CommissionPercentage is the liquid staking protocol fee, which is 6% of total rewards earned from validators.
* haSUIMinted is the current supply of haSUI tokens.

Therefore, the exchange rate of haSUI versus SUI will increase as time goes by because of the staking rewards accrued.

#### **haSUI's market price**

As described above, haSUI follows a value accruing model based on the liquid staking mechanism. Its conversion rate relative to SUI is expected to continuously increase over time. However, in an open secondary market like DEX or CEX, the market price of haSUI mainly depends on user behavior and overall market conditions.

Since users can always unstake haSUI back to native SUI tokens via Haedal’s liquid staking infra, haSUI has an inherent exchange rate support. If the price of haSUI price on secondary markets deviates significantly, traders and arbitragers will naturally engage in price correction, aligning the market price with the intrinsic value of haSUI.


---

# 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/haedal-liquid-staking/hasui/value-accruing.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.
