# V4 - MultiPosition Strategies

## Exponential

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

1. **Description** - Rather than being evenly spread across the range, liquidity is distributed exponentially from the edges toward the price, creating a steep curve with the majority of liquidity tightly clustered around the price and rapidly diminishing toward the edges.
2. **Benefits** - Liquidity concentrated at the price maximizes fee generation when volatility is low, while the presence of thinner liquidity on the sides still allows for limited coverage during moderate price movements.
3. **Risks** - High volatility may drive the price into a low liquidity zone, reducing fee generation.

## Order Book

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

1. **Description** - Rather than being evenly spread across the range, liquidity is structured like an order book around the price to capitalize on moderate volatility.
2. **Benefits** - The two spikes around the price optimize fee generation during mean reversion after a shift.
3. **Risks** - Lower liquidity in the center (spread) may be suboptimal without mean reversion.

## Gaussian

<figure><img src="/files/2asluGjxiQyG23UN1jvO" alt=""><figcaption></figcaption></figure>

1. Description - Rather than being evenly spread across the range, liquidity follows a bell-shaped distribution, peaking at the price and tapering off smoothly toward the edges. This creates a natural curve that balances concentration and coverage.
2. Benefits - Liquidity is densest around the price, maximizing fee generation during stable market conditions, while the smooth taper provides more gradual protection against moderate volatility compared to sharper shapes.
3. Risks - High volatility may drive the price into a low liquidity zone, reducing fee generation.

## Triangle

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

1. **Description** - Rather than being evenly spread across the range, liquidity is distributed linearly from the edges toward the price, forming a triangular shape. This creates a gradual increase in liquidity toward the price.
2. **Benefits** - Liquidity concentrated around the price boosts fee generation when volatility is low, while the linear tapering toward the edges ensures some exposure to moderate price movements without excessive capital spread.
3. **Risks** - High volatility may drive the price into a low liquidity zone, reducing fee generation.

## Uniform

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

1. **Description** - Liquidity is evenly distributed across the range, forming a rectangular shape. This ensures consistent liquidity regardless of where the price sits within that range.
2. **Benefits** - Provides balanced exposure across the range, making it well-suited for capturing fees during high volatility or unpredictable price movements without requiring frequent rebalances.
3. **Risks** - Low volatility reduces fee generation compared to more concentrated shapes.


---

# 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.gamma.xyz/gamma/lp-vaults/strategies/v4-multiposition-strategies.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.
