# Reaper Alpha

Reaper Alpha is the home for novel Reaper Farm strategies. Strategies on Alpha use code that is new to DeFi or uses existing code in unique ways. In order to fully test these strategies, they must undergo production testing. That means they have to actually see real use, ergo Alpha.

To make sure users do not deposit too much into these unique vaults we have implemented deposit caps. These deposit caps grow over the lifetime of the vault and are removed entirely when the vault is proven and moved to the main site. We do this as an additional way to mitigate risk when new vaults are introduced.

Alpha is a front-end implementation. This means that when a vault is migrated from Alpha to Reaper Main, users are not required to migrate their funds. The back-end vault remains the same.

You can access Reaper Alpha by clicking this icon in the top right corner of the Reaper site:

<figure><img src="/files/uvvhg1SiOZP25kmcF35F" alt=""><figcaption></figcaption></figure>


---

# 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://docs.reaper.farm/security/reaper-alpha.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.
