> For the complete documentation index, see [llms.txt](https://docs.bracket.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bracket.fi/what-are-liquid-staking-tokens/liquid-staking-tokens-lsts.md).

# Liquid Staking Tokens (LSTs)

On September 15th, 2022, the Ethereum network switched from a Proof-of-Work (PoW) consensus mechanism to a Proof-of-Stake (PoS). This means that to validate on the network, one needs to stake Ethereum. To stake, a user must deposit 32 ETH to become a validator and have the infrastructure to create new transaction blocks on the Ethereum blockchain when called upon.\
\
For those who may not have 32 ETH or are uncomfortable running validator infrastructures, pooled staking as a service is an option via LSTs. Pooled staking allows for users to deposit less than 32 ETH to a third-party service like Lido that stakes ETH in 32 ETH blocks and runs the infrastructure nodes. In exchange for someone using their service, a **Liquid Staking Token (LST)** is typically allocated/given to the stakers. When the validator receives block rewards, the rewards are distributed proportionately to the holders of the LSTs. LSTs accrue rewards in two different ways:

* **Rebasing LSTs** - With these LSTs, the **amount** of your holdings goes up over time, but the **value** remains pegged to ETHs value.&#x20;
* **Non-Rebasing LSTs** - With these LSTs, the **amount** of your holdings never changes, but the **value** as denominated in ETH increases over time.&#x20;

A Rebasing LST can be turned into a Non-Rebasing LST via "wrapping".  For Lido, the stETH is the symbol for the rebasing LST and wstETH is the symbol for the wrapped Non-Rebasing version of stETH.\
\
The benefit of LSTs include participating in the upside of Ethereum while also getting a constant flow of block rewards.\
\
**Popular Liquid Staking Products Include:**\
\
[Lido ](https://lido.fi/ethereum)\
[Rocket Pool ](https://rocketpool.net/)\
[Binance Staked ETH](https://www.binance.com/en/ethereum-staking)\
[Coinbase ETH](https://www.coinbase.com/price/coinbase-wrapped-staked-eth)\
and more...

[More on Ethereum Staking and Pooled Staking](https://ethereum.org/en/staking/pools/)\
\
\&#xNAN;*LSTs are third-party products that carry their own risks, such as a slashing risk where the LST can be penalized for processing their blocks incorrectly or not rapidly enough.* <br>


---

# 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.bracket.fi/what-are-liquid-staking-tokens/liquid-staking-tokens-lsts.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.
