# FarmMode Decisions

## Introduction

There are a few specific scenarios where we believe the risk of farming is too high and we will aim to stop any farming processes. These are:

* **Farm value drops**: when the value of the assets in the farm has dropped
* **Price discrepancies**: when there is an inconsistency between prices reported by selected oracles
* **Extreme market conditions**: in some cases there may be extreme market conditions

We have a smart contract (`farmModeDecisionMaker`) that is specifically looking at cases in which this has happened. This contract monitors both unexpected pricing behaviour as well as drops in farm balance value.


---

# 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/when-do-we-interact-with-yield-farms/farmmode-decisions.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.
