# Fixed APY

Annual Percentage Yield is abbreviated as **APY**. This calculates the real rate of return on your principal investment after compounding interest is applied. In Quanterra, your $QUANT represents your principal, and compound interest is calculated on a periodic basis (every 15 minutes), referred to as a 'Epoch'.

Your new principal amount is equal to the sum of your then-current $QUANT and your newly rebase token amount. This total is used to calculate your subsequent rebase rewards.

**Compound Interest's Magnificence** - It's critical to remember that your balance will grow exponentially over time, not linearly. Using a compound interest rate of 0.02355 percent / 15 minutes, the following calculation is made:

<mark style="color:orange;">**EXAMPLE 1**</mark>**: If you began the year with a balance of only 1 $QUANT, after a year, your balance will have increased to 3829.45 $QUANT**.

<mark style="color:orange;">**EXAMPLE 2**</mark>**: If you began with a $1,000 balance on day 1, after a year, your balance will have increased to $3,830,454**.

![](/files/Cr12pnNmlwFWCaokuW8W)


---

# 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://quanterrafinance.gitbook.io/quanterra-finance-whitepaper/fixed-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.
