> For the complete documentation index, see [llms.txt](https://ample-2.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ample-2.gitbook.io/docs/rewards-and-social/rl3.md).

# rL3 Rewards

rL3 is the reward token you earn for depositing in eligible Ample vaults while incentive programs run. It sits apart from payouts, which come from yield and the weekly draw. rL3 accrues to every qualifying depositor (the amount varies based on a specific campaign).

### Earning

Deposit into an eligible vault and stay deposited while incentives are live. Accrual scales with deposit size and time, distributed through **Merkl**, the onchain reward-distribution system used across major DeFi protocols. Your claimable balance shows on the [Rewards](https://ample.money/rewards) page.

### Vesting

rL3 rewards patience the same way the rest of Ample does. A fifth of every issue is liquid immediately, and the rest vests linearly across six months.

For an issued amount A, the vested total after t days is

$$V(t) = 0.2A + 0.8A \cdot \min\left(\tfrac{t}{180},, 1\right)$$

Claiming early keeps what has vested and forfeits the rest, permanently. Redeem at month three and you keep 60% of the issue (the instant 20% plus 40% vested); hold to month six and every token is yours.&#x20;

The [Rewards](https://ample.money/rewards) page runs this calculation for you and shows exactly what an early redemption keeps and gives up before you confirm anything.

{% hint style="info" %}
Incentive programs are finite by nature. Rates adjust and campaigns end. Where an implied APR includes rL3, read it as a snapshot of a live incentive rather than a standing rate.
{% endhint %}


---

# 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:

```
GET https://ample-2.gitbook.io/docs/rewards-and-social/rl3.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.
