Strategies and Use Cases
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
Strategy | Advantages | Disadvantages | Considerations |
---|---|---|---|
Curve | • Capital-efficient deployment of liquidity | Increased risk of impermanent loss | To achieve optimal effectiveness, it’s necessary to consistently rebalance based on the current price. |
Bid-Ask | • Captures market volatility | Riskier than other positions | Requires rebalancing to remain efficient |
Spot-Concentrated | • Ideal for Stablecoin pairs | Highest risk of Impermanent Loss when price leaves the bin range | If 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 | • Very capital-efficient strategy | High risk of Impermanent loss | Make sure to monitor position at least on a daily basis. |
Spot-Wide | • Lower risk of impermanent loss | Reduced capital efficiency since capital is spread over a larger range | Although 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.