# Earn Negative Interest

## Overview

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

Take out a collateralized loan whenever there is negative interest and get paid to borrow.

This strategy requires that you first have a lending position which can function as the collateral for your borrow. By lending tokens, you also earn any supply interest,

By automating checks for negative borrow interest conditions, your strategy can automatically trigger a borrow whenever borrow rates for your lending market is negative. You can borrow up to the maximum [collateralization ratio](/getting-started/glossary.md#collateralisation-ratio) but pay attention to the [health factor](/getting-started/glossary.md#health-factor) of your position to avoid forced liquidations.

## Potential Alpha

* **Get Paid To Borrow:** Get access to more liquidity and generate even more yield whenever a borrow market becomes under-utilized.
* **Leverage Borrow Incentives:** Take advantage of liquidity incentives provided to various borrow markets and earn yield for borrowing tokens.

## Strategy Building Blocks

{% hint style="success" %}
The building block order mirrors the Factor Studio UI and can be expanded for further strategy details and parameters.
{% endhint %}

<details>

<summary><a href="/pages/UepWg5Va5ZlHwg1pZWqL">Lend</a></summary>

* Lend all tokens to the lending protocol.

</details>

{% hint style="info" %}
[**Automated Strategy**](/factor-studio/factor-studio/automated-strategies.md)

This is an automated strategy whereby you can configure a time-based one-time/recurring trigger for your strategy.&#x20;
{% endhint %}

<details>

<summary><a href="/pages/2DoafHT21Q5bdLGON2Mz">IF Conditional</a></summary>

* This condition will be checked each time this strategy is executed by the automation feature.
* Specify the negative borrow interest condition.

</details>

<details>

<summary><a href="/pages/E6WYYQYrQQUDQZyOmLrT"><strong>Borrow</strong></a></summary>

* Borrow an amount up to the collateralization ratio.

</details>


---

# 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.factor.fi/getting-started/strategy-cheatsheet/lending-cheatsheet/earn-negative-interest.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.
