Skip to content

liquidity-planner

Plugin: pancakeswap-driver · Model: Sonnet · Version: 1.0.0

Plan liquidity provision on PancakeSwap with pool assessment, APY analysis, and deep link generation.

Overview

This skill does not execute transactions — it plans liquidity provision. The output is a deep link URL that opens the PancakeSwap position creation interface pre-filled with LP parameters.

9-Step Workflow

1. Gather Intent       → Which pair? How much? Which chain?
2. Resolve Tokens      → Verify contract addresses on-chain
3. Input Validation    → Check amounts, decimals, pool support
4. Discover Pools      → Find available V2, V3, StableSwap pools
5. Assess Liquidity    → TVL, volume, depth analysis
6. Fetch APY Metrics   → Yield data from DefiLlama
7. Recommend Range     → Price range for concentrated liquidity
8. Select Fee Tier     → Optimal fee tier based on pair type
9. Generate Deep Link  → Pre-filled PancakeSwap LP URL

Pool Types

TypeDescriptionFeeBest ForChains
V2Classic 50/50 AMM0.25%Simple pairs, low maintenanceMulti-chain
V3Concentrated liquidity0.01%–1%Active management, higher yieldsAll chains
StableSwapOptimized stable curve~0.04%USDT/USDC/BUSD pairsBSC only

Fee Tier Selection

Fee TierBest ForExample Pairs
0.01%Stablecoin pairsUSDT/USDC
0.05%High-volume blue chipsBNB/USDT
0.25%Standard pairsCAKE/BNB
1%Exotic or low-liquidityNew tokens
# V3 Position
https://pancakeswap.finance/add/{tokenA}/{tokenB}/{feeAmount}?chain={chainKey}

# V2 Position
https://pancakeswap.finance/v2/add/{tokenA}/{tokenB}?chain={chainKey}

# StableSwap (BSC only)
https://pancakeswap.finance/stable/add/{tokenA}/{tokenB}?chain=bsc

Key Features

  • Impermanent loss warnings — alerts for volatile pairs
  • APY breakdown — trading fees vs CAKE farming rewards
  • StableSwap detection — auto-recommends StableSwap for stable pairs on BSC
  • Multi-chain support — 9 networks: BSC, Ethereum, Arbitrum, Base, zkSync Era, Linea, opBNB, Monad, BSC Testnet

Full Reference

See the source SKILL.md for the complete skill.

Released under the MIT License.