# Understanding Reward Rates (APR/APY)

### Why do APR, APY, and Protocol Rewards Fluctuate?

For those new to the on-chain ecosystem, APR and APY can be confusing concepts. Furthermore, a structural understanding of "why reward rates constantly fluctuate" and "why a high reward rate isn't unconditionally good" is essential for safe on-chain interactions.

This document explains the reward mechanism in easy-to-understand terms and introduces the unique strengths of the Aqua ecosystem.

### 1. What are APR and APY?

| **Term** | **Meaning**             | **Example Description**                                                                                              |
| -------- | ----------------------- | -------------------------------------------------------------------------------------------------------------------- |
| APR      | Annual Percentage Rate  | The annual reward rate calculated simply without re-supplying (compounding) the earned rewards.                      |
| APY      | Annual Percentage Yield | The annual reward rate based on 'compounding', where generated rewards are continuously re-supplied and accumulated. |

> ℹ️ e.g., In a pool with an APR of 100%, if the earned rewards are immediately re-supplied (compounded) to the smart contract, the actual cumulative reward rate can exceed 100% and be calculated as an APY of over 160%.

### 2. Why do pool reward rates (APR/APY) decrease over time?

* Fixed Protocol Incentive Distribution: The reward mechanism follows a 'fixed protocol incentive distribution': a predetermined number of tokens (e.g., AAA tokens) are distributed to the liquidity pool every day by the smart contract. For example, assume 10,000 AAA tokens are supplied to the pool daily.
* Increase in Pool Participants (TVL): As the liquidity scale (TVL) grows, the distribution per participant decreases: Even with the same 10,000 tokens, if the number of participants providing liquidity to the pool increases from 10 to 100, the amount earned per person drops from 1,000 to 100. In other words, as the total liquidity gathered in the pool increases, an individual's reward rate naturally decreases.
* Token Value Depreciation: If the token value drops, the actual reward rate also decreases: Because rewards are paid in a specific token, if the market value of that token falls, the actual reward value converted to dollars ($) also decreases. A situation can arise where "the quantity of tokens itself has increased, but the value of the initially supplied assets has decreased".

### 3. Pools with High Reward Rates (APR) = Unconditionally Safe? ❌

Just because a pool offers a high reward rate doesn't mean it is unconditionally good. Beware of the following scenario:

You provided liquidity to a pool with a massive reward rate of 1% per day (365% annualized), but the token price halved (-50%) in just 5 days, causing the total position value to plummet. As a result, you gained 5% in reward tokens over 5 days, but combined with the simple price drop and the impermanent loss caused by the pool rebalancing of the AMM (Automated Market Maker) structure, the overall position loss was much greater.

> 🚨 Conclusion: If the token supply continues to increase without sustaining its actual value, leading to a price drop, long-term position losses can occur regardless of how high the superficial reward rate is.

### 4. Common Traits of Tokens with Weak Value Defense

* Tokens are continuously issued but lack a clear ecosystem use case (utility).
* Most of the circulating supply is not locked up in smart contracts and wanders the external market.
* If the protocol side or major holders start selling ➡️ Even if the APR figure is maintained, the dollar value of the initially supplied assets can be severely damaged due to the plummeting token price.

### 5. Reward Rate Defense Strategies (Halving, Buyback, Utility)

For an ecosystem to maintain stable reward rates, the following structural strategies of the protocol are essential:

* Buyback: Defending the ecosystem value by repurchasing its own tokens from the market.
* Halving: Suppressing inflation by reducing the reward issuance amount at regular intervals.
* Providing Utility: Providing an environment where tokens can be actually utilized for payments, swaps, governance, etc.

### 6. Core Differentiators Unique to the Aqua Ecosystem

The Aqua ecosystem doesn't simply list "pools with superficially high reward rates." It is designed prioritizing the defense of participants' asset values through a sustainable and practical liquidity system.

* Rational Reward System Based on Compounding: Not a simple one-time reward distribution, but a virtuous cycle structure where rewards are continuously accumulated and re-supplied to the ecosystem.
* Optimal Routing via Smart Swaps: Minimizes price impact and slippage, providing a transparent and honest exchange environment based on data.
* Pegging Structure with Minimized Volatility: bUSDT, bUSDC, and bAUSD can be withdrawn 1:1 back to their respective base assets (USDt, USDC, AUSD) tracking the 1 dollar value at any time, and protocol rewards are also measured and paid based on stable stablecoin values.
* Enhanced Utility Beyond Simple Provision: Maximizes the reward efficiency of single asset provision by offering various on-chain use cases such as V2/V3 pair pools, single pools, and NFT pools on the PumpSpace DEX.

### 7. Core Summary for Beginners

| **Concept**                | **Description**                                                                                                 |
| -------------------------- | --------------------------------------------------------------------------------------------------------------- |
| APR                        | Annual simple reward rate (Compounding ❌)                                                                       |
| APY                        | Annual compound reward rate (Compounding ⭕️)                                                                    |
| Reasons for Reward Decline | Increase in total pool liquidity (TVL), token value depreciation, application of halving, etc.                  |
| The Trap of High APR       | Decline in the dollar-converted value of initial supply assets due to token price crashes and impermanent loss. |
| Healthy Protocol           | Buyback + Volatility Control + Clear Utility ➡️ Defends token ecosystem value                                   |
| AquaBank Ecosystem         | Rational incentive structure + Practicality (Utility) + Smart routing support                                   |

> ℹ️ Final Note: To start in the on-chain ecosystem wisely, do not approach a project simply because "the numbers are high." You must verify whether the project is creating sustainable, practical ecosystem value. The Aqua ecosystem meets all these criteria and will serve as a smart on-chain gateway for beginners.


---

# 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://aquabank.gitbook.io/aquabank/en/core-mechanics/understanding-apr-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.
