Earn Negative Interest

Overview

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 but pay attention to the health factor of your position to avoid forced liquidations.

Strategy Building Blocks

The building block order mirrors the Factor Studio UI and can be expanded for further strategy details and parameters.

Lend
  • Lend all tokens to the lending protocol.

Automated Strategy

This is an automated strategy whereby you can configure a time-based one-time/recurring trigger for your strategy.

IF Conditional
  • This condition will be checked each time this strategy is executed by the automation feature.

  • Specify the negative borrow interest condition.

Borrow
  • Borrow an amount up to the collateralization ratio.

Last updated