# Compound Interest

<figure><img src="https://miro.medium.com/v2/resize:fit:1400/0*ipq5ItLXuuljAcYe" alt="" height="468" width="700"><figcaption></figcaption></figure>

There is often a lot of confusion around the concept of APR, APY and compound interest. But worry not, our experienced compoundoors and Yak Guides are here to shed some light on these concepts for you.

## Compound interest: where the magic happens <a href="#id-5fc1" id="id-5fc1"></a>

What Yield Yak’s strategies do efficiently and effectively is **compound your investments**, but what does that mean exactly?

Each time you receive rewards from a farm, Yield Yak exchanges those rewards for the base asset and adds it to your position. This means that your next injection of rewards will come from a larger base amount.

Doing this repeatedly generates growth that accelerates over time: that is compound interest.

<figure><img src="https://miro.medium.com/v2/resize:fit:1400/0*8xCsz_yOWLATVxKk" alt="" height="556" width="700"><figcaption><p>The virtuous cycle of compound interest which makes investments grow <strong>EXPONENTIALLY</strong></p></figcaption></figure>

Compounding your rewards will make your returns **increase exponentially** instead of linearly, as you can see in this graph.

<figure><img src="https://miro.medium.com/v2/resize:fit:948/0*THMrD4n6ie8Gm1rO" alt="" height="294" width="474"><figcaption><p>Showing the difference between Simple Interest (APR) and Compound Interest (APY) over time</p></figcaption></figure>

For shorter-term farmers, the effect of compound interest is relatively small compared to longer-term farmers. This is because the compounding effect creates a bigger gap over time. In both cases, Yield Yak offers a very convenient way to farm that efficiently converts farm incentives into yield.

## APR and APY: what’s the difference? <a href="#id-1e89" id="id-1e89"></a>

**APR** stands for **Annual Percentage Rate**. APR shows you the return on your investment **without** compounding.

**APY** stands for **Annual Percentage Yield**. APY shows you the return on your investment **with** compounding.

**APR = plain annual return, APY = annual return with compound interest**.

Generally, when you review a farm (like Pangolin or Trader Joe), you should consider the displayed figures in terms of APR because they do not compound your rewards.

### How to calculate APY from APR <a href="#id-394f" id="id-394f"></a>

For our more math-inclined friends, here’s how to calculate APY from APR yourself:

1. Divide APR by 100 and by 365 to know the daily return (assuming a daily reinvestment)
2. Add 1 to the result
3. Raise the result to the power of 365 (assuming a daily reinvestment)
4. Subtract 1 from the result
5. Multiply by 100 and that’s your APY!

*Note: You can also check periods other than daily, for example replace 365 with 12 for monthly. Or 730 for twice-a-day.*

Let’s try an example: if you put $100 in a farm with an APR of 50% then the APY would be:

1. 50% APR/100 = 0.5 → 0.5/365 = 0.001369
2. 0.001369+1 = 1.001369
3. 1.001369³⁶⁵ = 1.6476
4. 1.6476–1 = 0.6476
5. 0.6476\*100 = 64.76% APY

So if you didn’t compound you would receive $50 in a year, whereas compounding you receive $64.76.

And that’s it! The mystery behind compound interest and APY has been solved.


---

# 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://docs.yieldyak.com/for-farmers/compound-interest.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.
