> For the complete documentation index, see [llms.txt](https://docs.extrafi.io/extra_finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.extrafi.io/extra_finance/academy/intro-to-leveraged-yield-farming-overall.md).

# Intro to Leveraged Yield Farming - Overall

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

LYF, or Leveraged Yield Farming, is a DeFi-native financial strategy that involves farming with leverage. It was first introduced during DeFi summer and has since proven to be highly effective in practice.

Consider 3x LYF as an example, whereby twice valued capital is borrowed and invested in the same liquidity farming pool. Ideally, 3x LYF can almost triple the APR of normal yield farming, and the final APY can be further enhanced with auto-compound.

However, the leverage ratio is not the only factor to consider in LYF. As the market continues to rapidly evolve, the price of tokens in your chosen trading pair will play a critical role in determining your final earnings.

Many factors impact your earning performance, such as the tokens you initially hold, the tokens you borrow to add leverage, the leverage ratio, and more. Extra Finance offers various farming templates for different market conditions, making LYF more accessible to DeFi users.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.extrafi.io/extra_finance/academy/intro-to-leveraged-yield-farming-overall.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
