> For the complete documentation index, see [llms.txt](https://docs.opentrade.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.opentrade.io/stablecoin-yield-vaults/product-overview/understanding-apy-vs.-apr.md).

# Understanding APY vs. APR

### What is APR?

APR represents the annual cost of borrowing money. It is commonly used for products such as:

* Credit cards
* Mortgages
* Personal loans
* Auto loans

APR shows the interest rate charged over a year but generally does not account for the effects of compounding. When you borrow money, APR helps you understand the cost of that borrowing.

### What is APY?

APY represents the annual return earned on money that you deposit or invest. It is commonly used for products such as:

* Savings accounts
* High-yield savings accounts
* Money market accounts
* Certificates of Deposit (CDs)
* Yield-generating investment products

Unlike APR, APY includes the effect of compounding, meaning it reflects not only the yield earned on your principal balance but also the yield earned on previously accrued returns.

### **Why We Use APY?**

Our product is designed to help users earn yield on their assets. Because users are depositing assets and earning returns rather than borrowing money, APY is the most appropriate measure for communicating expected performance.

APY provides a more complete picture of potential annual returns because it accounts for the effects of compounding. This makes it the industry-standard metric used by banks, fintechs, and yield-generating investment products.

### Important Note

APY reflects an annualized return based on current rates and assumptions about compounding. Actual returns may vary depending on market conditions, changes in underlying yields, and the timing of deposits and withdrawals.

In simple terms:

APR tells you what you pay to borrow money.\
APY tells you what you earn on money you deposit or invest.

**Example:**

Suppose a product advertises a 5.50% APY and compounds returns daily.

What annual rate is actually being earned before the effects of compounding?

* APY: 5.50%
* APR: 5.35%

The APY is higher because each day's earnings are added to the balance and begin earning returns themselves.

For a product with daily compounding:

<figure><img src="/files/uzDzR4R50S5naV0UCA60" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/eeKSsolrgVTWverYqedN" alt=""><figcaption></figcaption></figure>


---

# 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.opentrade.io/stablecoin-yield-vaults/product-overview/understanding-apy-vs.-apr.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.
