# Compounding Rewards

**Auto-compounding** refers to the process of no longer having to manually claim and re-stake your staking rewards earned from DeFi (decentralized finance) protocols.

<figure><img src="/files/9p0vA2EoIo1DOgn6RuLj" alt=""><figcaption><p>$1000 Principal Compounded Over Time Example</p></figcaption></figure>

Instead, Blacksail automatically converts your rewards into additional LPs and re-stakes them for you allowing you to compound your rewards exponentially by converting your APR (annual percentage rate) to APY (annual percentage yield) compounded yearly rewards using the compound rate (N).&#x20;

```
APY = (1+APR/N)^N-1
```

**Example Calculation:**

Let's say you have a **250% APR** and the interest is compounded daily, this equates to approximately **1109.35% APY**.

1. **Divide the APR by the number of compounding periods per year:**

```
Periodic Rate (APR/N) = 2.5012/365 = 0.00685260274
```

2. **Add 1 to the periodic rate:**

```
1+0.00685260274 = 1.00685260274
```

3. **Raise the result to the power of the number of compounding periods:**

```
1.00685260274^(365) = 12.0935117
```

4. **Subtract 1 from the result to get the APY:**

```
12.0935117−1 = 11.0935117 or 1109.35%
```

So, the APY for an APR of 250% with monthly compounding is approximately **1109.35% APY**.\
\
[*“Compound interest is the eighth wonder of the world. " - Albert Einstein*](#user-content-fn-1)[^1]

[^1]:


---

# 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.blacksail.finance/about-blacksail-finance/compounding-rewards.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.
