> For the complete documentation index, see [llms.txt](https://docs.ethena.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ethena.fi/protocol-overview/rewards-mechanism.md).

# Rewards Mechanism

## Context

Users are able to accrue fully discretionary incentive rewards by staking their *USDe* and receiving *sUSDe* atomically in return.

{% hint style="info" %}
Once users stake their *USDe* for *sUSDe*, they begin to accrue rewards, to the extent provided, without any further action or cost. *USDe* that is staked is not rehypothecated in any way to generate returns.
{% endhint %}

## Overview

The amount of *sUSDe* a user receives is determined by how much *USDe* was transferred as well as when it was transferred. Ethena's *sUSDe* utilizes a reward-bearing "Token Vault" mechanism, the same as [Rocketpool's rETH](https://docs.rocketpool.net/guides/staking/overview.html#the-reth-token) or [Binance's WBETH](https://www.binance.com/en/wbeth).

The protocol does not rehypothecate, lend out, or otherwise utilize deposited *USDe* for any purpose. There is no need for any such action, as the *USDe* backing mechanic inherently creates value in the system.&#x20;

This mechanism simply enables Ethena to provide rewards to ecosystem participants without users having to do any action to "earn" it. The *USDe* value of *sUSDe* grows on its own. When a user unstakes his or her *USDe*, the user receives an amount of *USDe* equal to the initial amount staked plus their share of rewards deposited in the staking contract as rewards while that user's *USDe* was staked, as reflected in the *USDe* value increase of *sUSDe*.

## Important Notes

* The amount of *sUSDe* you receive when you stake *USDe* is likely to be less in number, but valued at the equivalent amount of *USDe*. This is a result of the "Token Vault" mechanism and the ratio defined below in the worked example.
* The value of *USDe* will remain worth the market trading price of *USDe* while *sUSDe* will grow in *USDe* value as the protocol (via a subsidiary of the Ethena Foundation) deposits discretionary rewards in the staking contract.
* If the protocol were to suffer a loss due to funding or another reason, Ethena's Reserve Fund is intended to bear the cost, rather than the staking contract.

{% hint style="info" %}
*sUSDe* can only accrue positive or flat rewards while staking *USDe;* periods of negative protocol revenue are not passed on to *sUSDe*. During such periods, no discretionary rewards will be provided.
{% endhint %}

## Calculation & Worked Example

*sUSDe*:*USDe* ratio = (total *sUSDe* supply) / (total *USDe* staked + total protocol revenue deposited in *USDe* terms)@c

<figure><img src="/files/Wj62V3ZA2rj57mDcQ37S" alt=""><figcaption></figcaption></figure>

## sUSDe Rewards Mechanism

The Ethena Foundation, via a subsidiary, calculates APY weekly as part of internal accounting when distributing rewards to the [StakingRewardsDistributor contract](https://etherscan.io/address/0xf2fa332bd83149c66b09b45670bce64746c6b439#code). &#x20;

To prevent lumpy distributions which people can arbitrage, and because its not currently feasible for Ethena to distribute more frequently than weekly, sUSDe rewards are distributed the week after the period to which they relate, in multiple smaller payments throughout the week. In that period, the USDe supply can increase or decrease, as can the % of USDe supply staked.&#x20;

This can cause distortions between the APY published, and a number that's just based on the most recent 8 hourly payment to sUSDe, as seen on some data aggregator sites. &#x20;

Ethena's APY is also annualized with weekly compounding reflecting the compounding interval users actually experience.


---

# 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://docs.ethena.fi/protocol-overview/rewards-mechanism.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.
