# Leveraged Fixed Yields

## Overview

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

Earn amplified fixed yields by lending yield tokens on leverage and pocket the difference between the fixed yields and borrow cost. This strategy takes advantage of the yield markets for yield-bearing tokens whereby users can acquire principal tokens at a discount and hold it until maturity to realize fixed-yields.

Refer to [PT Strategies](/getting-started/strategy-explainers/pt-strategies.md) for a detailed strategy explainer.

## Potential Alpha

* **Multiply Your Fixed Yields:** Lend a yield token whose value is always increasing relative to the underlying borrow token and watch your debt burden decrease over time.
* **Fixed Yields > Variable Borrow Rate:** You will turn a profit as long as the fixed yields locked in at position creation is greater than the average borrow interest for holding the position until maturity.

## 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/yHg2p2ZbqXqcEGFI8Qcu"><strong>Flash Loan</strong></a></summary>

* Flash loan the debt token.
* The amount that you can flash loan will be dependent on the maximum collateralization ratio for your selected lending pool (i.e. $$\text{collatRatio}=\frac{value\_\text{flashLoan}}{value\_\text{initiaclCollateral}+value\_\text{flashLoan}}$$ ).&#x20;

</details>

<details>

<summary><a href="/pages/8ObgSjNh6pntp9BtqQIc">Swap</a></summary>

* Swap the flash loaned token for more of the initial token.

</details>

<details>

<summary><a href="/pages/8ObgSjNh6pntp9BtqQIc">Swap</a></summary>

* Swap all of the acquired tokens for Principal Tokens.

</details>

<details>

<summary><a href="/pages/BaAYn6eNCZMmd14SjfMu"><strong>Provide Liquidity</strong></a></summary>

* Add Principal Tokens to the `Token:Principal Token` pool&#x20;

</details>

<details>

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

* Lend additional LP tokens to the selected lending pool.

</details>

<details>

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

* Borrow the flash loan debt amount.
* The flash loan debt will be automatically deducted from your strategy.

</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/leveraged-fixed-yields.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.
