> 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/staking-your-chr-with-udonfi.md).

# Staking your CHR with UdonFi

{% hint style="info" %}
Goal: Stake CHR via Udon → get stCHR → start earning.

Before you start:

* Make sure you have CHR in your Udon account.
* Keep a small CHR balance for transaction fees.
  {% endhint %}

{% stepper %}
{% step %}

### Navigate → Liquid Staking

You can navigate: <http://udonfi.xyz/lsd-staking>

![Liquid staking page](/files/ac2cbcbb91e10de2f16033c238195b09d402919d)
{% endstep %}

{% step %}

### Connect your wallet

* Click “Connect Wallet”.
* Select your preferred wallet (supported EVM wallet).
* Approve the connection request.

![Connect wallet](/files/b49b20fcd69927223f6ee0f5ef09c8b3a1956aaa)
{% endstep %}

{% step %}

### At Stake tab, enter stake amount

* Under the Stake tab, input the amount of CHR you wish to stake.
* You can click MAX to stake all available CHR (leaving a small balance for fees is recommended).

![Enter stake amount](/files/3ecdc54c0bac0b7de48223d7d4aab7bb2e67e98e)
{% endstep %}

{% step %}

### Review fees & summary

Check the transaction details carefully before proceeding. You’ll see:

* Staking APY — Estimated annual rewards
* Transaction Fee — Network fee for processing
* Staking Fee — Platform fee for staking
* You will stake: `X CHR`
* You will receive: `X stCHR`

![Review summary](/files/99b526e4e364728392974651b543a1bfe8299724)

<details>

<summary>Staking Fee Notice</summary>

When you stake CHR, a 0.3% staking fee is automatically applied based on the amount you stake. More details: <https://udonfi.gitbook.io/docs/liquid-staking/lsd-fee>

For example, if you stake 100 CHR, you will receive 99.7 stCHR in return — the remaining 0.3 CHR is charged as a staking fee.

</details>
{% endstep %}

{% step %}

### Confirm in wallet

* Click “Stake CHR”.
* Approve the staking transaction in your wallet.
* Wait a few seconds for confirmation on the Chromia network.

![Confirm in wallet](/files/7866b791881ce79b2fde6006dd3219f75e448739)
{% endstep %}

{% step %}

### Waiting for staking on Chromia vault

Once confirmed, your staked CHR is converted into stCHR — a liquid staking token that represents your staked position.

Behind the scenes, the CHR you stake is transferred to a dedicated staking account that UdonFi automatically creates on the Chromia Economy Chain. This account performs the actual staking on your behalf to earn validator rewards.

You can view this staking account and its activity directly on the Chromia Economy Chain explorer, giving you full transparency. However, for security reasons, this account is non-custodial and non-accessible — you cannot use or transfer funds from it directly.

![Chromia vault](/files/c6acc7dc6fbd299e410ae2928509dfad1513bd50)
{% endstep %}

{% step %}

### Your staking complete!

You now hold stCHR. You can supply stCHR to get more APY.

![Staking complete 1](/files/0a1523822bf1b9601926505f61af88509596a9ce)

![Staking complete 2](/files/668810830beb8cdd059b1cb7e183835dc23fcca1)

![Staking complete 3](/files/9d8d3360a9f60213fa3b0976e6b5298f544ba03e)
{% endstep %}
{% endstepper %}

### After staking: What to expect

* Your stCHR balance reflects your staking position.
* Rewards are distributed daily and reflected in your CHR balance growth.
* You can unstake anytime, but note that unstaking includes a 14-day cooldown and a 0.3% unstaking fee.

<details>

<summary>More about unstaking and fees</summary>

Unstaking requires a 14-day cooldown period. An unstaking fee of 0.3% is applied to the amount you unstake.

</details>


---

# 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/staking-your-chr-with-udonfi.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.
