Through allocating different amounts of tokens at diverse price points, we are able to build a desired liquidity shape (volatility strategy) with the DLMM that best fits our LP goals.

Spot

Provides a uniform distribution of liquidity that is flexible and suitable for any type of market and conditions. It is the most straightforward volatility strategy to deploy for new LPs who want to rebalance their position less frequently. This is similar to setting a CLMM price range.

Curve

Ideal for a concentrated approach that aims to maximize capital efficiency by allocating capital mostly in the middle of your price range. This is great for stables or pairs where the price does not change very often.

Bid-Ask

Bid-Ask is an inverse Curve distribution, where most of your capital is allocated towards both ends of the range. This strategy can be used to capture bigger volatility swings away from the current price. Bid-Ask is more complex than Spot and may require more frequent rebalancing to be effective, but has a high potential for fee capture during situations where prices fluctuate wildly around the current price. Bid-Ask can also be deployed single sided for a DCA in or out strategy.

Basic Strategies

StrategyAdvantagesDisadvantagesConsiderations
Curve

• Capital-efficient deployment of liquidity

• Ideal for calm markets

Increased risk of impermanent lossTo achieve optimal effectiveness, it’s necessary to consistently rebalance based on the current price.
Bid-Ask

• Captures market volatility

• Great for DCA in/out of positions

Riskier than other positionsRequires rebalancing to remain efficient

Spot-Concentrated
Liquidity equally deposited between 1-3 bins

• Ideal for Stablecoin pairs

• Maximises assets efficiency

Highest risk of Impermanent Loss when price leaves the bin rangeIf used in volatile pairs for capturing greatest amount of fees, make sure to monitor very closely as this strategy has highest risk of Impermanent Loss.

Spot-Spread
Liquidity equally deposited between 20-30 bins

• Very capital-efficient strategy

• Expect to stay in range for small intra-day volatility

High risk of Impermanent lossMake sure to monitor position at least on a daily basis.

Spot-Wide
Liquidity equally deposited between 50 bins

• Lower risk of impermanent loss

• Ideal for LPs who do not wish to regularly monitor price action

Reduced capital efficiency since capital is spread over a larger rangeAlthough capital-efficiency is lower than the other shapes above, in general, it is still better than x*y=k exchanges

Advanced Strategies

  • Ranged Limit Orders

  • DCA while earning

  • Sell/Buy Walls

  • Gradual Ladder Orders

  • De-peg Bets

What is Bin Step?

Each bin represents a single price point, and the difference between 2 consecutive bins is the bin step. Bin steps are calculated based on the basis points set by the pool creator. Bin step is similar to tick size and a higher size means a larger jump from one price to the next.

For example, if the current price for SOL/USDC is $20 per SOL and the bin step is 25 basis points (0.25%), then the consecutive bins would be 20 x 1.0025 = 20.05, 20.05 * 1.0025 = 20.10 and so on.

Smaller Bin Step

Allows you to capture more volume, but your max price range per position is smaller. A general rule of thumb is smaller steps for stable pairs and larger steps for more volatile pairs.

Larger Bin Step

Allows you to set a wider price range per position, but at the cost of less volume, since there’s a less continuous price range (harder for liquidity to be picked up for swaps). Important for highly volatile pairs where price swings can be huge. For highly volatile pairs, larger bin steps could also mean less errors, since with smaller bin steps a trade may jump between different binArrays frequently. Note: Currently the max # of bins per position is 69, so a larger bin step can be used if you need to widen your range for a single position.

How is Bin Step related to Base Fee?

Base Fee is the minimum fee charged per swap.

  • Lower fee gets more volume but higher fee earns more per volume.
  • Generally if you want a higher base fee, the higher the bin step.
  • But a lower base fee than other DEXes might give more flexibility for dynamic fees to optimize for volume or fees given the market volatility.