> 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/leverage-farming/strategy/market-neutral-strategy.md).

# Market Neutral Strategy

### **What is Market Neutral Strategy?**

A Market-Neutral Strategy (Pseudo-Delta-Neutral Strategy) is a leveraged yield farming technique. With this strategy, you can earn high APY on your pairs while reducing your risk by hedging out market exposure.

<figure><img src="/files/Gp7DU55Ai9ozXc0GaHAo" alt="" width="353"><figcaption></figcaption></figure>

### **How does it work?**

Market Neutral Strategy is realized by simultaneously opening one long position and one short position to achieve zero net market exposure on the volatile asset in a token pair.

Let's take the 3X ETH-USDC LP as an example.&#x20;

To get started, deposit a total of 400 USDC into the positions. The strategy works as follows:

1. Borrow 200 USDC (25%) Utilize 100 USDC from your deposit and borrow 200 USDC. The position value will be $300. Since the LP is a 50%-50% position setting, you will have a $300 - $150 = $150 cost in ETH LONG exposure.
2. Borrow $600 worth of ETH (75%) Utilize 300 USDC from your deposit and borrow the equivalent of $600 in ETH. The total position value will be $900. Since the LP is a 50%-50% position setting, you will have a $600 - $450 = $150 cost in ETH SHORT exposure.

Then both the long exposure and short exposure are hedged.


---

# 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/leverage-farming/strategy/market-neutral-strategy.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.
