> For the complete documentation index, see [llms.txt](https://docs.caviarnine.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.caviarnine.com/products-floop/lsu-pool/liquid-staking-on-radix.md).

# Liquid Staking on Radix

#### The Babylon update saw Radix introduce the concept of liquid staking. Here's how it works:

* A user stakes to a validator (to help secure the network and earn emissions)
* The validator returns the user a fungible *LSU* token representing their share of the staking pool
* Each different validator issues a *unique* LSU token
* The validator staking pool (of which the LSU holder owns a share) accrues XRD rewards (network emissions) over time. Rewards are discounted for validator downtime (penalties) and validator fees.
* Currently, as there is no slashing, LSUs can only go up in value (or at worse remain constant)

So a staker to a validator on Radix holds LSU tokens which are unique to that specific validator, fungible and increase in XRD value over time.

The Radix protocol enforces a *7 day unstaking period* - the time it takes from unstaking your LSU to receiving the associated XRD stake bac&#x6B;*.*

For more comprehensive details of staking on Radix, see this [overview](https://learn.radixdlt.com/article/what-is-a-liquid-stake-unit-lsu-and-native-liquid-staking).

**Read on for how the LSU Pool works.**


---

# 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://docs.caviarnine.com/products-floop/lsu-pool/liquid-staking-on-radix.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.
