# Rewards System

Staking on the CAGA network lets you earn rewards in the form of CAGA tokens. Understanding how these rewards are calculated is essential for making informed staking decisions.

**1. Rewards Formula**

$$
\text{Rewards} = \text{Amount Staked} \times (1 + \text{Annual Reward Rate}) - \text{Amount Staked}
$$

* **Base Formula:** Rewards are typically calculated based on these key factors:
  * **Amount Staked:** The more tokens you stake, the higher your potential rewards.
  * **Network Activity:** Rewards are influenced by overall transaction activity and volume on the CAGA network.
  * **Validator Performance (if applicable):** Rewards may be adjusted based on the reliability and uptime of the validator you are staking with.

**2. APR in CAGA Staking Pools**

* **APR (Annual Percentage Rate):** APR is a common metric used to indicate potential returns on staking. However, it's important to understand that APR can fluctuate.
* **Live Figures:** The [CAGA dApp](https://www.cagacrypto.com/staking) provides real-time APR values for each staking pool.
* **Factors Affecting APR:** APR can change based on network conditions and the total amount of tokens staked.

**3. Effective Annual Yield (EAY)**

$$
\text{EAY} = (1 + \text{Rewards Rate})^{\text{Number of Compounding Periods}}
$$

* **EAY vs. APR:** EAY offers a more comprehensive picture of your staking returns by taking into account the compounding effect of rewards.
* **Compounding:** When you earn rewards, they can be re-staked to generate additional rewards over time. EAY factors in this potential growth.

**4. How to Claim Rewards**

* **Claim Process:** The CAGA dApp will typically have a dedicated "Claim Rewards" function.
* **Frequency:** You can usually claim rewards at your preferred intervals.
* **Fees:** Be aware that a small transaction fee may apply when claiming rewards.


---

# 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://cagacrypto.gitbook.io/caga-whitepaper/staking-and-rewards/caga-staking-essentials/rewards-system.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.
