Analyze impermanent loss for liquidity positions.
Position Details:
- Pool Type: ${{POOL_TYPE}}
- Token Pair: ${{TOKEN_PAIR}}
- Initial Investment: ${{INVESTMENT_AMOUNT}}
- Entry Prices: ${{ENTRY_PRICES}}
- Current/Target Prices: ${{PRICE_SCENARIOS}}
IL Analysis:
1. **IL Calculation**
```
IL Formula (50/50 pool):
IL = 2 * sqrt(price_ratio) / (1 + price_ratio) - 1
Where price_ratio = new_price / original_price
```
2. **Scenario Analysis**
| Price Change | IL % | USD Impact | Fee Offset Needed |
|--------------|------|------------|-------------------|
| -50% | | | |
| -25% | | | |
| +25% | | | |
| +50% | | | |
| +100% | | | |
3. **Fee Income Estimation**
- Daily fee income
- Annualized fee APR
- Break-even timeline
- Net return projection
4. **Pool Comparison**
- Different fee tiers
- Concentrated vs full range
- Stable pool alternatives
- Weighted pool options
5. **Hedging Strategies**
- Options hedging
- Perpetual hedging
- Dynamic rebalancing
- Insurance options
6. **Visualization**
- IL curve graph
- Return scenarios
- Break-even analysis
- Sensitivity charts
7. **Decision Framework**
- When to LP
- When to exit
- Position sizing
- Pool selection criteria
Include interactive calculator and visualization tools.Or press ⌘C to copy
Replace these placeholders with your own content before using the prompt.
[{POOL_TYPE][{TOKEN_PAIR][{INVESTMENT_AMOUNT][{ENTRY_PRICES][{PRICE_SCENARIOS]