# Overview of Staking Rewards

### How is the staking rewards received?

Once you liquid-stake your `CRE`, you will get `bCRE` according to the mint rate. During liquid staking period, the staking rewards are added to the liquid staking module. When you liquid-unstake your `bCRE` after some time, you will get `CRE` which will be larger amount than what you originally liquid staked.

![Illustration of staking rewards](/files/j3lAyeK4FPZ9YsyAcJ7n)

As illustrated above, with the assumption that you liquid-stake `X CREs`,  after some duration, you will get `X+Y CREs`.&#x20;

![Staking rewards and Staking APR](/files/4TC6kIGFwGssPq2sQQJO)

&#x20; During 1 year, your rewards is as much as `Staking APR` (annual percentage rate) with the following relation.

$$
Staking APR = \frac{Y}{X} ;(%)
$$


---

# 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.crescent.network/introduction/liquid-staking/overview-of-staking-rewards.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.
