> For the complete documentation index, see [llms.txt](https://docs.smardex.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.smardex.io/ultimate-synthetic-delta-neutral/the-usdn-protocol/vault-side/yields.md).

# Yields

The USDN token’s strength lies not only in its status as a fully decentralized [synthetic dollar](/ultimate-synthetic-delta-neutral/the-usdn-protocol/glossary.md#synthetic-dollar) but also in its ability to offer [yield](/ultimate-synthetic-delta-neutral/the-usdn-protocol/glossary.md#yield) to its holders. Unlike other assets that merely aim to maintain parity with the dollar, the USDN token enables potential returns through two primary sources: [funding rates](/ultimate-synthetic-delta-neutral/the-usdn-protocol/glossary.md#funding-rate) and staking rewards from a yield-bearing underlying asset.

The first yield driver for the USDN token is the funding rate, primarily fueled by long positions. Between 2020 and 2024, the annualized funding rates of perpetual contracts on ETH averaged approximately 17.6%, demonstrating the yield potential for the [USDN protocol](/ultimate-synthetic-delta-neutral/the-usdn-protocol/glossary.md#usdn-protocol).

The second source of yield comes from the yield-bearing underlying asset. In the current instance of USDN, the underlying asset will be wstETH, which is a token **that** benefits from ETH staking. The value of wstETH increases over time by capturing Ethereum staking rewards. Since October 2021, wstETH has generated an annualized yield of approximately 4.79% in ETH, adding another layer of profitability to the USDN token.

This unique combination of yield sources positions the USDN token far beyond a simple synthetic dollar, offering holders a high-performing asset while maintaining decentralization and stability. In the following sections, we will detail these two revenue streams and explain their impact on the USDN ecosystem.


---

# 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.smardex.io/ultimate-synthetic-delta-neutral/the-usdn-protocol/vault-side/yields.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.
