# How are yields recognised?

Yields are recognised through the harvest process. During this process, we:

* Claim and swap any reward tokens received from the Yield Farm
* Recognise any balance changes (positive or negative)

These changes in the farm balance are logged in a harvest snapshot that can be used for distribution to users at a later date.

In case of earnings, these are either used to decrease the users loan or give the user access to claimable rewards. When there are farm earnings, we also reserve a certain percentage as vault reserve as displayed on the vault information page.

Should the farm have suffered a loss, this is distributed to users in the form of an increase in their loan value. The harvest process is run periodically.

{% hint style="info" %}
Each harvest is captured in a snapshot that stores key details about yields recognised and the state of the vault at the time.
{% endhint %}

## When do harvests happen?

Harvests happen weekly, usually on Wednesdays between 8am UTC and 11am UTC.


---

# 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.altitude.fi/general/yield-generation-process/how-are-yields-recognised.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.
