> For the complete documentation index, see [llms.txt](https://docs.usx.capital/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.usx.capital/protocol/yield-distribution-schedule.md).

# Yield Distribution Schedule

Yield accrues continuously as onchain strategies generate returns. It is then distributed to sUSX holders **linearly over a rolling 7-day window**, with reports updated every 7 days.

#### How It Works

1. Strategies generate yield continuously via Blend
2. Yield is distributed linearly to sUSX holders over the following 7 days
3. The sUSX → USX exchange rate updates to reflect accumulated yield every 7 days
4. No deposit windows, lockdown periods, or manual claims required

#### What This Means for You

* Stake anytime: There are no deposit windows or restricted periods.
* Unstake anytime: No cooldown. You receive USX immediately when you unstake.
* Yield is automatic: Just hold sUSX. You don't need to do anything to receive the yield.
* 7-day reporting cycle: Your dashboard updates with new yield figures every 7 days.

#### **Questions?**

Reach out to the team on [Discord](https://discord.com/invite/scroll).


---

# 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.usx.capital/protocol/yield-distribution-schedule.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.
