# Delta-Neutral LP

Description

Deploys delta-neutral liquidity to AMM liquidity pool and rebalances as price moves to limit impermanent loss.

The hedged AMM market-making strategy enables users to seamlessly borrow a volatile asset from a lending protocol and provide it as LP (along with a stable asset) to a Uniswap-like DEX.

## Example

USDC-ETH strategy would automatically execute the following actions on the user's behalf once they deposit USDC:

1. The strategy uses a portion of the USDC deposits as collateral in a lending protocol like Compound
2. Borrows ETH against the USDC collateral
3. Provides both USDC & borrowed ETH as liquidity to a Uniswap exchange
4. Rebalances borrowed amounts to match LP amounts as prices shift

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

Because ETH was borrowed, if the price of ETH goes down, the user's overall balance is not impacted (the borrowed ETH will be returned if the user decides to withdraw). Our strategy uses automated trading bots that ensure the amount of ETH provided to the DEX remains as close as possible to the amount borrowed. This results in a delta-neutral position, meaning our portfolio is largely unaffected by the price of ETH going up or down.

## Performance

<figure><img src="/files/IKGgClv77OlsqASiM1IL" 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://sector-finance.gitbook.io/sector-finance/products/strategies/delta-neutral-lp.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.
