# Comparison

#### stSUI vs vSUI / haSUI / afSUI

| Feature         | stSUI          | vSUI / haSUI / afSUI |
| --------------- | -------------- | -------------------- |
| Unstaking       | Instant (1 tx) | Cooldown required    |
| Depeg risk      | Lower          | Higher               |
| Reward model    | Exchange rate  | Exchange rate        |
| Multi-validator | Yes            | Varies               |

The big difference is instant unstaking. With other LSTs, if the token drops below peg on a DEX, arbitrageurs can't redeem fast enough to close the gap. With stSUI, redemption is one transaction, so the peg holds tighter.

#### AlphaFi Staked SUI vs SpringSUI Ecosystem LSTs

AlphaFi Staked SUI is forked from SpringSUI. The differences:

| Feature                      | AlphaFi Staked SUI              | SpringSUI                   |
| ---------------------------- | ------------------------------- | --------------------------- |
| Multi-validator optimization | Yes                             | Originally single-validator |
| Flash staking                | Yes                             | Not in base framework       |
| Redemption fee               | Can be redistributed to stakers | Retained by operator        |

Same lineage, different focus. stSUI's additions are aimed at DeFi composability and aligning the operator with stakers.


---

# Agent Instructions: 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:

```
GET https://docs.alphafi.xyz/stsui-lst/comparison.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
