> 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-v2.0-new/xnastr.md).

# xnASTR

To achieve the mentioned goals, a rewards-bearing architecture has been chosen with xnASTR as a liquid token. The "x" in xnASTR denotes its cross-chain nature due to its XC20 format.&#x20;

This mechanism eliminates the need for manual claiming of staking rewards; instead, they accumulate on the liquid staking contract, and the xnASTR/ASTR ratio steadily increases over time.&#x20;

The xnASTR price is determined by the following equation:&#x20;

<figure><img src="/files/0tqaDPGS3uPJ6L7hy88j" alt="" width="319"><figcaption></figcaption></figure>

**stakedASTR**: the whole number of ASTR staked;&#x20;

**rewardPool**: a pool where all staking rewards are accumulated. Additionally, it is used as the fund for the immediate unstaking function.&#x20;

**xnastrTotalBalance**: the whole number of xnASTR minted.

### Staking and xnASTR minting&#x20;

A user stakes their ASTR through the liquid staking form and receives liquid xnASTR tokens back. The number of xnASTR tokens to receive is determined by the following equation:

<figure><img src="/files/poqCl1ESIEVtQvpgz42N" alt="" width="226"><figcaption></figcaption></figure>

### Unstaking&#x20;

A user unstakes their ASTR through the liquid unstaking form. The number of ASTR tokens to receive is determined by the following equation:

<figure><img src="/files/07JD57W6PVgYytlqFg4h" alt="" width="369"><figcaption></figcaption></figure>


---

# 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:

```
GET https://docs.algem.io/english-1/algem-protocol/liquid-dapp-staking-v2.0-new/xnastr.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.
