> For the complete documentation index, see [llms.txt](https://liq-3.gitbook.io/stake.liq/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://liq-3.gitbook.io/stake.liq/staking-module/rewards.md).

# Rewards

**With a starting APY of 8%**, rewards are dynamically adjusted based on market conditions, strategy performance, and protocol optimizations to ensure stakers receive competitive and sustainable yields.

Rewards on LiQ are generated entirely through DeFi yield strategies, ensuring maximum capital efficiency without reliance on validator commissions or staking penalties. The primary yield sources include:

1. **Lending Strategies** – Staked MNT is supplied to lending protocols e.g Lendle, to earn interest income.
2. **Yield Farming** – stMNT is deployed into liquidity pools and incentivized DeFi programs to capture additional rewards.
3. **Cross-Chain Yield Aggregation** – The protocol uses staked MNT as collateral to borrow stablecoins (USDT/USDC) and deploys them across multiple DeFi protocols for optimized yield.
4. **Automated Vault Strategies** – Assets are allocated to structured DeFi strategies that use compounding and dynamic rebalancing to maximize efficiency.

**At launch**, these strategies will collectively generate an estimated 8% APY, with the potential for optimization based on strategy performance and market conditions.

**Reward Accrual Mechanism**

**Real-Time Yield Accumulation**&#x20;

• Rewards are continuously accrued in real-time as DeFi strategies generate yield.&#x20;

• Every strategy deployed by the protocol feeds earnings back into the staking pool, ensuring that all stMNT holders benefit proportionally.&#x20;

• Unlike traditional staking models with fixed epochs, LiQ’s yield accrual is non-linear and responsive to market conditions.

&#x20;**APY Adjustments Based on Strategy Performance**&#x20;

• The protocol monitors yield fluctuations and dynamically adjusts allocations to sustain a competitive APY.&#x20;

• If lending rates increase, a higher proportion of assets may be directed into lending pools.&#x20;

• If yield farming opportunities decline, capital is reallocated to stable, high-yield vault strategies.

&#x20;**Buffer Pool Integration for Instant Yield Allocation**&#x20;

• The LiQ Buffer Mechanism ensures that a portion of accrued rewards remains liquid and accessible for fast withdrawals.&#x20;

• The buffer captures excess yield from lending and farming strategies before it is fully distributed to stakers.

**Reward Distribution Logic**

**Compounding Model**&#x20;

• LiQ employs an auto-compounding mechanism, where yield is automatically reinvested into the staking pool.&#x20;

• This allows stakers to benefit from compound interest, increasing their stMNT holdings over time without manual intervention.&#x20;

• Stakers earn rewards in the form of stMNT, which grows in value relative to MNT.

&#x20;**Reward Calculation Formula**

The total rewards generated for a given period are calculated using:&#x20;

$$
\text{Total Rewards} = \sum (\text{Yield from Lending} + \text{Yield from Farming} + \text{Yield from Aggregation} + \text{Yield from Automated Vaults})
$$

The individual staker’s reward share is determined by:

$$
\text{User Rewards} =
\left( \frac{\text{User stMNT Holdings}}{\text{Total stMNT Supply}} \right)
\times \text{Total Rewards}
$$

*Where:*&#x20;

• User stMNT Holdings = The number of stMNT a user holds in the staking pool.&#x20;

• Total stMNT Supply = The total circulating supply of stMNT in the protocol.&#x20;

• Total Rewards = The aggregate yield generated from all DeFi strategies.

This formula ensures that each staker earns rewards proportionally to their share of the staking pool.

**Claiming & Compounding Rewards**

&#x20;**Automatic Compounding (Default)**&#x20;

• By default, rewards are automatically reinvested into the staking pool, increasing the user’s stMNT balance over time.&#x20;

• This means that no manual claiming is required, and users passively benefit from compounded returns.

**Reward Frequency and Distribution Timing**

**Continuous Accrual & Streaming Rewards** &#x20;

• Unlike traditional staking models with fixed reward intervals, LiQ provides continuous reward    accrual through real-time streaming.&#x20;

• Stakers earn yield every second, with their balance increasing dynamically as strategies generate returns.

&#x20; **Real-Time Tracking & Transparency**

&#x20;The protocol provides an on-chain rewards dashboard, allowing users to track their yield accumulation in real-time.

&#x20;**Users can monitor:**&#x20;

• Current APY estimates&#x20;

• Total rewards earned&#x20;

• Breakdown of yield sources

**APY Sustainability & Long-Term Yield Optmization**

To maintain a sustainable APY over time, LiQ implements several optimization mechanisms:

**Dynamic Yield Allocation**&#x20;

&#x20; • The protocol continuously reallocates assets to the highest-yielding strategies.&#x20;

&#x20; • If market conditions shift, the system automatically rebalances funds to prevent yield deterioration.

**Automated Reinvestment of Fees**&#x20;

&#x20; • A portion of protocol fees is reinvested into the staking pool, ensuring additional compounding effects for users.

**Strategic Yield Diversification**&#x20;

&#x20; • By utilizing multiple yield sources (lending, farming, aggregation), LiQ avoids over-reliance on any single strategy.

&#x20; This ensures that APY remains resilient even during periods of market volatility.

**Buffer Liquidity Reserve for Stability**

&#x20;• A liquidity reserve is maintained to smooth out fluctuations in reward distribution.&#x20;

This prevents sudden APY drops and ensures consistent yield payouts.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://liq-3.gitbook.io/stake.liq/staking-module/rewards.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
