# APY and APR Calculations

Venzo provides clear distinctions between Annual Percentage Rate (APR) and Annual Percentage Yield (APY) to ensure users fully understand their potential returns.

**APR (Annual Percentage Rate)** represents the simple interest rate earned over a year, without accounting for the effect of compounding. It is calculated as:

$$
APR = (Total Interest Earned / Principal) \* (365 / Days Invested)
$$

**APY (Annual Percentage Yield)** represents the actual rate of return earned over a year, taking into account the effect of compounding interest. It is calculated as:

$$
APY = (1 + r/n)^n - 1
$$

where *`r`* is the periodic interest rate and `n` is the number of compounding periods per year.

Because Venzo Earn vaults typically auto-compound yields (reinvesting earnings back into the principal), the APY will generally be higher than the APR. All displayed APYs on the Venzo dashboard are net of management fees and are calculated based on trailing 7-day or 30-day performance windows.

It is important to note that APY is a dynamic metric that fluctuates based on market conditions, strategy performance, and the utilization rate of the underlying assets. Historical APY is not a guarantee of future performance.


---

# 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://venzofinance.gitbook.io/venzofinance-docs/apy-and-apr-calculations.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.
