# Weekly Target Yield

Every Friday (the start of a new weekly epoch), the protocol announces a **weekly target yield** and the corresponding **dollar yield** to be distributed for that week, **calculated based on TVL at the start of the epoch.** This mechanism is designed to enhance user experience by providing a more **stable and predictable yield profile** over time. You can view the latest and historical target yields on our [Transparency](https://yuzu.accountable.capital/) dashboard.

The **realized APY** for users may differ from the target depending on TVL movements during the epoch:

* If TVL **decreases** during the week, the realized APY will be **higher** than the weekly target yield, as the same dollar yield is distributed over a **smaller TVL**.
* If TVL **increases** during the week, the realized APY will be **lower** than the weekly target yield, as the same dollar yield is distributed over a **larger TVL**.


---

# 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://yuzu-money.gitbook.io/yuzu-money/yuzu-alpha/staked-yzusd-syzusd/weekly-target-yield.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.
