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

# Your daily rewards

## How Rewards Work

When you stake CHR through **UdonFi**, your rewards come directly from **Chromia’s native staking mechanism** — not from Udon incentive programs. These are known as **validator (staking) rewards**.

Stakers earn:

* **\~3% APR in native CHR**
* **Plus a share of network fees** earned by their validator delegate

This amount is **variable**, depending on factors such as:

* Network size and cluster occupancy
* Your share of total CHR staked with that provider

{% hint style="info" %}
Rewards are distributed **daily in CHR** to the staking account that UdonFi created for you on the Chromia Economy Chain. You don’t need to press “Claim” — rewards are automatically sent to that account.
{% endhint %}

***

## View and Track Your Rewards

You can view your accumulated rewards directly in the UdonFi interface.

{% stepper %}
{% step %}

### Open the Reward Dashboard

Go to: <https://udonfi.xyz/liquid-staking?tab=reward>
{% endstep %}

{% step %}

### Review Reward Information

You’ll see three sections:

* **Upcoming Rewards** – Estimated CHR rewards pending for the next cycle.
* **Accumulated Rewards** – Total CHR earned and already distributed to your staking account.
* **Claim History** – Historical reward transactions.

![](/files/42527cd63a505392ab6f2a0c686d981c5f71b773)
{% endstep %}

{% step %}

### Check on Chromia Wallet

Your daily rewards are automatically transferred to the **Chromia staking account** created on your behalf by UdonFi. You can view this in the **Chromia Wallet** or **Chromia Account UI** for full transparency.

{% hint style="info" %}
The staking account is non-custodial — you can monitor rewards but cannot directly transfer from that account.
{% endhint %}

![](/files/c03ad07544bb906bb8d2fb29b3ec1e89fd1fc2f4)
{% endstep %}
{% endstepper %}


---

# 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://udonfi-1.gitbook.io/udonfi-docs/liquid-staking/your-daily-rewards.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.
