Range management and rebalancing
When you provide liquidity in a concentrated LPLPLiquidity Provider — deposits tokens into a pool and earns a share of trading fees.Read the lesson → position, your capital only works inside a specific price range. What do you do once the price steps outside that range?
A simple analogy
An LPLPLiquidity Provider — deposits tokens into a pool and earns a share of trading fees.Read the lesson → position is like a market vendor who only serves customers between 9:00 and 17:00. If customers show up at 18:00 — you earn nothing. You have to decide: wait for morning, or move to the night market?
What happens when the price steps outside your range?
When the SOLSOLSolana's native token. Used to pay gas and as collateral. price drops below your LPLPLiquidity Provider — deposits tokens into a pool and earns a share of trading fees.Read the lesson →'s lower bound:
| Parameter | In range | Out of range |
|---|---|---|
| Fee generation | ✅ Yes | ❌ No |
| Position composition | USDCUSDCA USD stablecoin issued by Circle. Regulated, audited monthly. Our primary stablecoin and loan asset in the Kamino/Aave strategies. + SOLSOLSolana's native token. Used to pay gas and as collateral. | 100% SOLSOLSolana's native token. Used to pay gas and as collateral. |
| Impermanent loss | Partial | Maximum |
| Daily carry | Positive | Negative (zero fees, but debt cost keeps running) |
The good news: an out-of-range position doesn't go anywhere — it simply stops generating fees for a while. You decide what to do with it next.
Two choices
Choice 1: Wait
When to wait:
- Price stepped out only a little (5-10% below the lower bound)
- You expect a recovery within 1-3 days
- The market is expecting a bounce (e.g., after a flash crash)
Pros: no extra cost, IL stays unrealized Cons: no fees earned, debt cost keeps accruing
Choice 2: Rebalance (move the range)
When to rebalance:
- Price is far outside the range (>15% below the lower bound)
- More than 3-5 days spent out of range
- The market trend has genuinely shifted (not a short-term dip)
Rebalancing process:
Close the old LP position
Withdraw your tokens from the pool. You get back ~100% SOL (because the price is below the range). This realizes the impermanent loss.
Convert part of the SOL back to USDC
If you want another single-sided USDC LP, you need to swap. Or you can open a new single-sided position with the SOL you received.
Pick a new range
The new range should match the current price. Example: if SOL = $70, a new range with -20% depth would be $56-$70.
Open the new LP position
Deposit capital into the new range. You start collecting fees again.
Rebalancing costs
| Cost | Solana SOL | Ethereum ETH |
|---|---|---|
| Close old position | ~$0.01 | ~$0.03-0.30 |
| SwapSwapExchanging one token for another. E.g. SOL to USDC via Jupiter. (if needed) | ~$0.01 | ~$0.03-0.30 |
| Open new position | ~$0.01 | ~$0.03-0.30 |
| Total | ~$0.03 | well under $1 |
Gas is not the cost that matters
On both chains, gas is now a rounding error — cents on SolanaSolanaA fast blockchain (under 1s, gas under $0.01). Home to the Kamino, Orca and Meteora ecosystem., and since EthereumEthereumA blockchain with smart contracts. We use Aave (lending) and Uniswap (LP) on it.'s Dencun upgrade, well under a dollar for a full rebalance there too. Fees do vary with network load and can spike several-fold during congestion (a quick look at etherscan.io/gastracker before a big move never hurts), but even then gas isn't the real cost. What actually costs you money when you rebalance is the realized IL, slippage on the swap, and MEVMEVMaximal Extractable Value — profit bots extract by reordering transactions (e.g. a sandwich attack).Read the lesson →.
Worked example: SOL drops 15%
Starting point:
SOL = $88, LP range: $64-$88, single-sided USDC
Daily fees: ~$5.95
Scenario: SOL falls to $74.80 (-15%)
What happens:
- Is the LP position out of range (price below the $64 lower bound)? NO!
- $74.80 is STILL inside the range ($64-$88)
- Fees are still accruing ✅
If SOL fell to $60:
- Out of range (below $64)
- Fees = $0
- Position = 100% SOL
- Decision: wait 24-48h, if it doesn't recover → rebalance
Automated rebalancing — is it worth it?
Some protocols offer automated rebalancing. Convenient, but it comes with trade-offs worth weighing:
| Aspect | Manual | Automated |
|---|---|---|
| Control | Full | Limited |
| Speed | Slower (you decide) | Fast |
| IL realization | Only when you choose | Every time |
| MEVMEVMaximal Extractable Value — profit bots extract by reordering transactions (e.g. a sandwich attack).Read the lesson →/sandwich attacks (bots front-running your trade) | Less likely | Higher risk |
| Cost | Only when needed | Frequent = more expensive |
- IL gets realized too often (every rebalance locks in IL) → you choose manual rebalancing on clear rules and only lock in IL when you decide to
- MEV bots can front-run your rebalance → you use MEVMEVMaximal Extractable Value — profit bots extract by reordering transactions (e.g. a sandwich attack).Read the lesson → protection (Jito on SolanaSolanaA fast blockchain (under 1s, gas under $0.01). Home to the Kamino, Orca and Meteora ecosystem., Flashbots on EthereumEthereumA blockchain with smart contracts. We use Aave (lending) and Uniswap (LP) on it.) and know the price in advance
- High slippage on large swaps → you swap in pieces or with limit orders, not a blind market order
- The bot fires at the worst possible moment, during high volatility → you control the timing yourself — you rebalance in a calm market, not in a panic
Every risk here has a fix. This isn't about fearing automated rebalancing — you simply choose manual, because you want to control the timing and the cost yourself.
Our rebalancing rules
- Out of range < 24h → Wait
- Out of range 24-72h → Assess the market situation
- Out of range > 72h → Rebalance
- Crisis scenario (LTV > 45%) → Close the LPLPLiquidity Provider — deposits tokens into a pool and earns a share of trading fees.Read the lesson →, prioritize the collateral
- After rebalancing → New range based on the current price
Summary
| Situation | Action |
|---|---|
| Price stepped out a little, briefly | Wait |
| Price is far out, for a long time | Rebalance |
| Crisis (LTVLTVLoan-to-Value — the ratio of debt to collateral value. LTV 30% is considered safe. LTV 71%+ triggers liquidation. > 45%) | Close the LPLPLiquidity Provider — deposits tokens into a pool and earns a share of trading fees.Read the lesson →, save the collateral |
| GasGasThe transaction fee on a blockchain. Solana: under $0.01. Ethereum mainnet: transfer ~$0.01, swap ~$0.03-0.30. Varies with network load. (any chain) | A rounding error — cents on SolanaSolanaA fast blockchain (under 1s, gas under $0.01). Home to the Kamino, Orca and Meteora ecosystem., under $1 on EthereumEthereumA blockchain with smart contracts. We use Aave (lending) and Uniswap (LP) on it. |
| Real cost of a move | Realized IL, slippage, MEVMEVMaximal Extractable Value — profit bots extract by reordering transactions (e.g. a sandwich attack).Read the lesson → — weigh those, not gas |
🌉 Bridge to Module 5: why isn't LP enough on its own?
You already understand concentrated LPLPLiquidity Provider — deposits tokens into a pool and earns a share of trading fees.Read the lesson →. It's a powerful tool — an ~68% APRAPRAnnual Percentage Rate — the annual interest rate WITHOUT compounding. 10% APR = +10% per year. fee snapshot (it fluctuates), capital working every day. There are two limitations that LPLPLiquidity Provider — deposits tokens into a pool and earns a share of trading fees.Read the lesson → alone doesn't cover — but once you understand them, the next module adds a layer that handles both:
Problem 1: Impermanent loss on large price swings
Picture this: your SOLSOLSolana's native token. Used to pay gas and as collateral./USDCUSDCA USD stablecoin issued by Circle. Regulated, audited monthly. Our primary stablecoin and loan asset in the Kamino/Aave strategies. LPLPLiquidity Provider — deposits tokens into a pool and earns a share of trading fees.Read the lesson → range is $64-$88. Right now SOLSOLSolana's native token. Used to pay gas and as collateral. = $88. Everything looks fine.
What happens when SOLSOLSolana's native token. Used to pay gas and as collateral. drops to $50?
| Without protection | With a Put option |
|---|---|
| LPLPLiquidity Provider — deposits tokens into a pool and earns a share of trading fees.Read the lesson → converted to 100% SOLSOLSolana's native token. Used to pay gas and as collateral. once the price crossed $64 | LPLPLiquidity Provider — deposits tokens into a pool and earns a share of trading fees.Read the lesson → converted to 100% SOLSOLSolana's native token. Used to pay gas and as collateral. |
| Your $3,200 USDCUSDCA USD stablecoin issued by Circle. Regulated, audited monthly. Our primary stablecoin and loan asset in the Kamino/Aave strategies. is now ~42.6 SOLSOLSolana's native token. Used to pay gas and as collateral. × $50 ≈ $2,130 | Same |
| Loss: -$1,070 (-33%) | But you're holding a Long PutPutAn option type that grants the right to SELL at a set price. Used as insurance. at $90 |
| Fees collected: ~$50 | The PutPutAn option type that grants the right to SELL at a set price. Used as insurance. is now worth |
| Net: -$1,020 | Net: ~$0 — the Put covered the drop |
(~42.6 SOLSOLSolana's native token. Used to pay gas and as collateral. — because the LPLPLiquidity Provider — deposits tokens into a pool and earns a share of trading fees.Read the lesson → bought SOLSOLSolana's native token. Used to pay gas and as collateral. at an average price of ~$75, the geometric mean of the $64–$88 range; you saw the same calculation in lesson 4-6.)
LPLPLiquidity Provider — deposits tokens into a pool and earns a share of trading fees.Read the lesson → fees ($50) don't come close to covering the loss ($1,070). You need some form of insurance.
Problem 2: LP is "short volatility" (it profits from calm, loses on swings)
It's a technical term, but an important one. It means:
- 📈 Stable market: LPLPLiquidity Provider — deposits tokens into a pool and earns a share of trading fees.Read the lesson → earns (you win)
- 📉 Volatile market: LPLPLiquidity Provider — deposits tokens into a pool and earns a share of trading fees.Read the lesson → loses to IL (you lose)
You can't pick the moment volatility hits — but you can read it. When you see a big LPLPLiquidity Provider — deposits tokens into a pool and earns a share of trading fees.Read the lesson → APRAPRAnnual Percentage Rate — the annual interest rate WITHOUT compounding. 10% APR = +10% per year. number, ask yourself: "what risk am I being paid for here?" The answer is volatility. Crypto markets can get extremely volatile (LUNA in May 2022, FTX in November 2022, the flash crash in August 2024), which is exactly the risk you hedge with options.
The fix: options
OptionsOptionA financial contract that grants the right (but not the obligation) to buy or sell at a set price. are the opposite kind of instrument:
- 📈 Stable market: the option loses value (theta decay)
- 📉 Volatile market: the option's value jumps sharply
LP + options = balance. LPLPLiquidity Provider — deposits tokens into a pool and earns a share of trading fees.Read the lesson → generates fees when things are calm, options protect you during a crisis. Together, that's a strategy ready for any market.
Strategy B logic
- Layer 1 (Lending): stable interest
- Layer 2 (LP): earn from stability
- Layer 3 (Options): protect against a crash
Three layers cover each other. That's not a coincidence — it's engineering.
Illustration: how different combinations would have held up in 2022
| Strategy | 2022 outcome (approximation) |
|---|---|
| HODL SOLSOLSolana's native token. Used to pay gas and as collateral. only | -94% (from $260 to $14) |
| LPLPLiquidity Provider — deposits tokens into a pool and earns a share of trading fees.Read the lesson → only (no protection) | -85% (LPLPLiquidity Provider — deposits tokens into a pool and earns a share of trading fees.Read the lesson → IL + price drop) |
| LP + Put Spread | -30% (the PutPutAn option type that grants the right to SELL at a set price. Used as insurance. covered most of it) |
| USDCUSDCA USD stablecoin issued by Circle. Regulated, audited monthly. Our primary stablecoin and loan asset in the Kamino/Aave strategies. only | 0% (but no yield either) |
The difference between -85% and -30% is options. That's what module 5 is for: teaching you to understand and use them.
Next module: Options
You'll learn:
- What CallCallAn option type that grants the right to BUY at the strike price. The opposite of a put. and PutPutAn option type that grants the right to SELL at a set price. Used as insurance. options are (a simple analogy — insurance)
- How DeribitDeribitA crypto options exchange. In our strategy this is where we buy put protection and sell covered calls. works and why it's the main crypto options exchange
- The Put SpreadPut SpreadLong put + short put. Cheaper protection than a plain put, but with limited coverage. strategy — cheap insurance
- Covered CallCovered CallAn options strategy: sell a call option while holding the underlying asset. Generates premium income but caps upside. — how to earn extra on top of your LPLPLiquidity Provider — deposits tokens into a pool and earns a share of trading fees.Read the lesson → income
- The Greeks (DeltaDeltaAn option's price sensitivity to the underlying price. Delta 0.50 means: if the underlying rises $1, the option price rises about $0.50., ThetaThetaAn option's change in value from the passage of time. Negative for the buyer (a cost), positive for the seller (income)., GammaGammaThe rate of change of delta. High gamma means delta shifts quickly as the price moves., VegaVegaAn option's sensitivity to volatility (IV). High vega means the option price depends heavily on IV.) — the options "instrument panel"
By the end of this module you'll have everything you need to build the full Strategy B.
Rebalancing without rules written down in advance turns into emotional decision-making. Finish the module by building your own plan. Takes about 15 minutes.
All practice here happens in the simulator at /sandbox/3-orca-lp and on paper. Don't rush to open a real LP position yet — the full strategy still needs the options protection you'll learn in module 5.
This is learning, not investing — use only small amounts you treat as tuition.
You just built rebalancing rules with a crisis protocol and tested them in the simulator — that's managing an LP position systematically, not by gut feel. Most people never do this.