Gamma
HomeWeb AppDiscordTwitter
  • Introduction to Gamma
  • ℹ️Limit Order Hook
    • Introduction
    • Advantages over CEX Limit Orders
    • Creating Limit Orders
    • Creating Scale Orders
    • Canceling and Claiming Orders
  • ℹ️LP Vaults
    • Introduction
    • Strategies
      • V4 - MultiPosition Strategies
      • Dual Position Strategies - Base/Limit
    • Developer Portal
    • Incentives
    • Guides
      • Providing Liquidity
        • Deposit Liquidity
        • Withdraw Liquidity
        • Stake LP Tokens for Rewards
    • Troubleshooting / Help
      • Transaction Errors
      • Reset the App
      • Using Block Explorers
      • Manually Withdraw
      • Revoke Permissions
    • FAQ
      • Concentrated Liquidity
      • Using Gamma
      • Analytics
      • Incentives
      • Operations
      • Security
    • Glossary
  • ℹ️Perp Vaults
    • Introduction
    • Strategies
  • ℹ️Information
    • GAMMA Token
      • GAMMA Token FAQ
    • Contracts
    • Audits
    • Tokenomics
    • Contact / Links
    • Brand Assets
    • Governance
Powered by GitBook
On this page
  • Exponential
  • Order Book
  • Gaussian
  • Triangle
  • Uniform

Was this helpful?

  1. LP Vaults
  2. Strategies

V4 - MultiPosition Strategies

PreviousStrategiesNextDual Position Strategies - Base/Limit

Last updated 2 days ago

Was this helpful?

Exponential

  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

  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

  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

  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

  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.

ℹ️