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

# ASTR Liquid Staking

When users deposit their ASTR tokens on Algem's liquid staking feature, they receive the same amount in nASTR tokens in return (1:1 ratio).

![](/files/RjraL3ADv2on0wGflaIC)

Deposited ASTR tokens are delegated by Algem's smart contracts directly to the Astar network's dApp Staking and begin earning staking rewards. Algem collects these rewards and distributes them, minus a small fee ([more information about our fees](https://docs.algem.io/algem-protocol/protocol-revenues)), to users based on the nASTR balance in their wallets.

Algem tracks all types of nASTR tokens, including base tokens, LP tokens, etc., which means that nASTR holders can use their tokens on other defi protocols through the nASTR Farming and still earn rewards.

Staking reward is distributed according to the current dApp staking APR and rules. In addition, users can claim rewards on Algem after each new era.

With Liquid dApp Staking, ASTR holders can choose the dApp they want to stake on and thus support in dApp staking. When a user decides to deposit his ASTR tokens on one of the dApps available in Liquid Staking, Algem's smart contracts directly transfer the ASTR tokens to the Astar network's dApp Staking and stake them on the corresponding dApp.

In this way, Algem maintains and shares Astar Network's vision of creating a sustainable ecosystem where dApps and users collaborate and support each other for the benefit of the ecosystem.


---

# 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.algem.io/english-1/algem-protocol/liquid-dapp-staking/astr-liquid-staking.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.
