# Restaker

## What is the Restaker?

Our main idea is simplicity. So, the Restaker is the off-chain bot that uses the Strategy linked to the Vault. Its main function is to claim rewards in the Vault and reinvest them to generate more yield for depositors.

## How often does the Restaker check every Vault?

Onece per day, the Restaker "comes" to every Vault and checks whether it can execute the Strategy currently tied to the Vault.

## Related topics

[Learn more about the Vaults](/parraton-products/vaults.md)\
[Learn more about the Strategy](/parraton-products/strategies.md)


---

# 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.parraton.com/parraton-products/restaker.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.
