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