> 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/overview/how-usde-works.md).

# How USDe Works

### How USDe Maintains Its Intended Peg

USDe derives its relative peg stability from holding a diversified portfolio of backing assets and hedging the price-change risk of any volatile holdings. Volatile assets, such as spot crypto, tokenized equities, and tokenised commodities, are paired with corresponding short futures positions in approximately the same notional size, so that movements in the value of the spot asset are generally offset by movements in the value of the hedge.&#x20;

Stable assets held within the portfolio - liquid stablecoins and short-duration real-world assets - already hold a stable dollar value and require no hedge. The combined position is a delta-neutral backing whose synthetic dollar value remains relatively stable across most market conditions.

This delta-neutral construction is what allows USDe to be backed by productive assets while maintaining a relatively stable value with reference to the dollar.

### sUSDe

sUSDe is the staked form of USDe and the protocol's dollar savings asset. By staking USDe, holders are eligible to receive incentive reward distributions. As rewards accrue to the staking contract, the USDe value of sUSDe increases over time, with no further action required by the holder. sUSDe accrues only positive or flat rewards - periods of negative protocol revenue are absorbed by the Reserve Fund, during which period no incentive rewards would typically be paid.

### **Minting Example**

1. A whitelisted user provides \~$100 of *USDT* and receives \~100 newly-minted *USDe* atomically in return less the gas & execution costs to execute the hedge.
2. Slippage & execution fees are included in the price when **minting** & **redeeming**. Ethena earns no profit from the **minting** or **redeeming of** *USDe*.
3. The protocol opens a corresponding short perpetual position for the approximate same notional dollar value on a derivatives exchange.
4. The backing assets are transferred directly to an "Off Exchange Settlement" solution. Backing assets remain onchain and custodied by off exchange service providers to minimize counterparty risk.&#x20;
5. Ethena delegates, but never transfers custody of, backing assets to derivatives exchanges to margin the short perpetual hedging positions.


---

# 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/overview/how-usde-works.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.
