> 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/vaults-and-deposits/recurring-deposits.md).

# Recurring Deposits

The most rewarded behavior on Ample is depositing something every week. Recurring deposits automate it. Choose a vault, an amount, and a cadence, and Ample's onchain scheduler executes the deposit on time, every time.

<figure><img src="/files/BEUNOXLOArbFPVuhcod2" alt="Recurring deposits" width="375"><figcaption></figcaption></figure>

### Setting one up

1. From a vault, choose **Recurring deposit** and set the amount and cadence, **weekly, or monthly**.
2. Sign a Permit2 allowance covering the schedule. Funds stay in your wallet between executions; the allowance permits exactly the configured amount into the configured vault, nothing else.
3. The schedule appears on your dashboard with its next execution time. Pause, modify, or cancel whenever you like.

One active schedule per cadence per vault. A weekly and a monthly can run side by side into the same vault, two weeklies can't.

### Why weekly earns its keep

A weekly schedule of $10 or more maintains your [streak multiplier](/docs/how-payouts-work/odds.md) by itself. That's +2% ticket weight per consecutive week, compounding to +24% at twelve weeks, with zero ongoing effort. Of the three odds multipliers, streak is the one you can fully automate.

### Built to fail safely

The scheduler checks every execution before submitting it, and pauses the schedule rather than burning gas on attempts that can't succeed.

| Pause reason            | Fix                   |
| ----------------------- | --------------------- |
| Wallet balance too low  | Top up, then resume   |
| Token allowance used up | Re-sign the allowance |
| Permit expired          | Re-sign the permit    |

The pause reason shows on the schedule in the app, and resuming takes one tap once it's resolved.


---

# 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/vaults-and-deposits/recurring-deposits.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.
