# Staking USC

Staking USC entitles holders to a share of the rewards generated by the Dual Stability Mechanism (DSM) of the Chi Protocol. There are two options for staking:

<details>

<summary><strong>stUSC (Rebase Version)</strong>:</summary>

The protocol issues stUSC, an ERC20 token that automatically accrues rewards with each block. As users hold stUSC, their balance increases over time, reflecting the current market APR. This rebase mechanism continuously adjusts the stUSC balance, providing a seamless reward accumulation.

</details>

<details>

<summary><strong>wstUSC (Non-Rebase Version)</strong>:</summary>

Users also have the option to wrap stUSC in exchange for wstUSC, which is an ERC20 token and a non-rebase version of stUSC. Unlike stUSC, wstUSC does not increase in balance but instead increases in value with each block across multiple blockchains. This wrapped version offers a more predictable value accrual without changing the token balance.

</details>

{% hint style="success" %}
Both options provide users with flexibility in how they manage their staking rewards, depending on their preference for rebase or non-rebase assets.
{% endhint %}

<figure><img src="/files/NBrCIF769QRi0jnawDnw" alt=""><figcaption><p>stUSC vs wstUSC</p></figcaption></figure>

Below are some additional benefits of holding the yield-bearing stablecoins of Chi:&#x20;

<figure><img src="/files/yRpbfA74Tx85wjA51mAb" alt="" width="563"><figcaption><p>On the properties of stUSC &#x26; wstUSC </p></figcaption></figure>

[More on DSM ](/chi-docs/concepts/dual-stability-mechanism-dsm.md)\
[More on Sustainable Reward Sources ](/chi-docs/concepts/sustainable-reward-sources.md)\
[More on Minting and Redeeming USC](/chi-docs/usc/mints-and-redemptions.md)

## stUSC Staking Rewards Distribution

{% hint style="info" %}
Assuming that 1000 USC gets distributed each second
{% endhint %}

<figure><img src="/files/B0SuLqy4iHfFYWp3hSrd" alt=""><figcaption><p>stUSC Rewards Distribution</p></figcaption></figure>

## wstUSC Staking Rewards Distribution

<figure><img src="/files/uYEjweGetsLA5kzU0LyZ" alt=""><figcaption><p>wstUSC Rewards Distribution</p></figcaption></figure>

## stUSC APR Calculation&#x20;

<figure><img src="/files/IZhMSbLGQRKTpX9qxd0w" alt=""><figcaption><p>stUSC APR</p></figcaption></figure>

{% hint style="success" %}
**The APRs for both stUSC and wstUSC are equivalent.** While stUSC accrues rewards by automatically increasing the token balance in a rebase mechanism, wstUSC accumulates the same rewards by increasing in value rather than token amount. Despite these differences in how rewards are applied, both tokens yield the same Annual Percentage Rate (APR).
{% endhint %}

{% hint style="info" %}
Note that the current rewards are measured and distributed every second.
{% endhint %}

[More on APR Formulas ](/chi-docs/resources/apr-formulas.md)


---

# 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://chi-protocol.gitbook.io/chi-docs/usc/staking-usc.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.
