# Leveraged Staking Yields

## Overview

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

Gain leveraged staking yield exposure by borrowing against your staking tokens. By borrowing base tokens against your yield-bearing tokens, you get safe access to leveraged staking yields.

## Potential Alpha

* **Staking Yield Amplification:** Earn multiple of your initial staking token yield amount as long as the average staking yield is greater than the incurred debt.
* **Decreasing Debt Burden:** Lend yield bearing staking tokens and borrow base tokens to open a position where collateral value is always rising relative to debt.
* **Earn Additional Interest:** In addition from your staking token growing in value, you will also receive lending pool supply interest by charging borrowers of your tokens a borrow interest.

## 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 an intermediary 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 staking tokens.

</details>

<details>

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

* Lend all available staking tokens to the target lending market.

</details>

<details>

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

* Borrow the flash loan debt amount denominated in underlying token. This ensures that your asset value is always increasing relative to debt.

</details>

<details>

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

* Swap the acquired debt tokens for the flash loan token.
* The flash loan debt will be automatically deducted from your strategy.

</details>

## Example

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


---

# 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-staking-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.
