# What is APY?

**APY** stands for Annual Percentage Yield. This measures the real rate of return on your principal tokens amount by taking into account the effect of compounding interest. In the case of PAYC Finance Protocol, your $PAYC Finance tokens represent your principal, and the compound interest is added periodically on every Rebase event (Every 15 minutes). &#x20;

Your new principal amount is your then current Mind token amount, plus your new rebase token amount. This total amount is what gets calculated for your next rebase rewards.&#x20;

One interesting fact about APY is that your balance will grow not linearly but exponentially over time! Assuming a 15 minute compound interest of <mark style="color:purple;">**0.02355%**</mark>, if you start with a balance of 1 $PAYC Finance on day 1, after a year, your balance will grow to <mark style="color:purple;">**3,831.25**</mark> <mark style="color:purple;">**$PAYC Finance**</mark>. That is the power of compound interest! Use the formula below:

![](/files/REqOvAenit5O5o4Je2wx)


---

# 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://payc-finance.gitbook.io/docs/what-is-apy.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.
