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

# Overview

## What is Orchai Liquid Staking

Orchai Liquid Staking is a liquid staking protocol built on Oraichain. It tokenizes staked ORAI and allows users to use it within Decentralized Finance dApps freely.&#x20;

## Why Liquid Staking

Oraichain is a Proof-of-Stake (POS) network that generates returns for users who [delegate](https://docs.orai.io/developers/guide/delegate-tokens-to-a-validator) the ORAI token on validator nodes to secure the network. To do this, users are required to lock up the ORAI token for a predetermined time. This results in the lock up of capital, unable to be utilized within Decentralized Finance (DeFi).

Liquid Staking provides a solution for freeing up this locked up capital, creating greater capital efficiency within the Oraichain network. By tokenizing the staked ORAI into **sORAI** or **scORAI**, users will now be able to utilize the asset within Decentralized Finance dApps while earning passive returns from Oraichain staking itself.

The sORAI and scORAI assets provide developers and users with a wealth of strategies and options to build off of.


---

# 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.orchai.io/orchai-liquid-staking/overview.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.
