# Intro to Liquid Staking

Before introducing uniETH, it would be fitting to introduce what liquid staking is.&#x20;

PoS chains will be an integral part of the future of crypto, and become the foundation layer of which DeFi and metaverses will be built on.

However, PoS comes with some drawbacks for those wanting to participate directly as validators:

1. It requires technical know-how to set up and operate
2. 32ETH is a significant barrier for regular token holders to participate in POS validation
3. Staked tokens are locked up and become illiquid assets

To solve these issues, liquid staking protocols were born. Liquid staking abstracts the staking of tokens from running a validator node.

In exchange for their tokens, depositors receive a representative token from the protocol which is a claim on the tokens they have staked.


---

# 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.bedrock.technology/bedrock-lrt/introduction/intro-to-liquid-staking.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.
