# Harvester/Compound Events

How Often Do the Vaults Compound Rewards?

Our harvester bots are hosted in the highly reliable AWS cloud for nearly 100% uptime and operate on a regular schedule. Here's how they work:

**Frequency:** The bots run every 5 minutes, scanning for the profitability of the vault's harvest event.

**Execution:** If the 0.5% harvester dedicated reward fee is greater than the gas cost to compound the pool, the bots will execute. This means the upper bound for harvesting is approximately every 5 minutes but scales on the reward rate and total value of the vault (TVL).

**Harvest on Deposit Events:** We also harvest on every deposit into the vault to protect against any existing user-earned rewards being distributed to new depositors.

**Baseline Harvest Period:** Our baseline harvest period is every 2 hours for vaults that have over $200 TVL, ensuring we do not drop below this frequency. Vaults below this TVL may not be picked up by the bot and may require a longer wait between harvest events. If users do not wish to wait for the next event, there is a manual harvest interaction option on the vault as described below.

## How to Manually Harvest a Vault

**Manual Harvest:** There is a manual harvest button available in the vault info for users who do not want to wait for the next harvest event or would like to trigger a harvest event before they withdraw their tokens.

<figure><img src="/files/HrcbpUiKASiMESEpYNZr" alt=""><figcaption><p>Fig 1.1 Vault Info Card, Manual Harvest Interaction Button</p></figcaption></figure>

## Checking Harvest/Compound Events

To check the harvest/compound events, you can click on the Strategy link in the vault card:

<figure><img src="/files/YnXGOPJLYtjz68zJhU2N" alt=""><figcaption><p>Fig 1.2 Vault Info Card, Strategy Address Interaction Button</p></figcaption></figure>

This will take you to the **sonicscan.org block explorer** and you can view the time and details of each harvest event.

<figure><img src="/files/ycbsfh9w5iER5MCIkRNi" alt=""><figcaption><p>Fig 2.1 Sonicscan.org Blockchain Explorer Strategy Transaction View</p></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.blacksail.finance/about-blacksail-finance/harvester-compound-events.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.
