Documentation Index
Fetch the complete documentation index at: https://yieldxyz.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
What this yield is
- Protocol: PancakeSwap V3 (Concentrated Liquidity AMM)
- Networks: BNB Chain, Ethereum, Base, Arbitrum, Monad, Linea
- Receipt token: PancakeSwap LP token (e.g.,
USDT-USDC LP) - Rewards: Trading fees (fee tiers: 0.01%, 0.05%, 0.25%, 1%)
PancakeSwap V3 uses concentrated liquidity, allowing LPs to allocate capital to specific price ranges for improved capital efficiency and higher fee generation when trading within those ranges.
How it works
Required inputs
| Parameter | Description |
|---|---|
yieldId | The specific PancakeSwap LP yield ID |
address | User’s wallet address |
amount | Amount to deposit |
Pending actions
CLAIM_REWARDS
Earned yield accrues to arewards balance. Use the CLAIM_REWARDS pending action to claim these rewards to the user’s wallet.
Key considerations
Concentrated liquidity & range behavior
Concentrated liquidity & range behavior
In-range: When the pool price is inside your configured range, the position earns trading fees normally.Out-of-range: When the price moves outside, the position stops earning and becomes one-sided (100% token A or token B).
Range management
Range management
Users can set narrow or wide price ranges. Narrower ranges generate higher APR but require more active management and are more likely to go out of range. The price range can only be adjusted by removing and re-adding liquidity.
Impermanent loss
Impermanent loss
LPs are exposed to impermanent loss. Concentrated liquidity can increase IL magnitude for tight ranges during strong directional price moves.
Fee tiers
Fee tiers
Pools have different fee tiers (0.01%, 0.05%, 0.25%, 1%). The fee tier is visible in the yield name and affects both LP earnings and swap costs.
Example flow
Yield IDs by network
- Ethereum
- BNB Chain
- Base
- Arbitrum
| Yield ID | Pool |
|---|---|
ethereum-pcs-v3-usdc-weth-...-500-pancake-lp | USDC/WETH 0.05% |
ethereum-pcs-v3-weth-usdt-...-500-pancake-lp | WETH/USDT 0.05% |
ethereum-pcs-v3-usdc-usdt-...-100-pancake-lp | USDC/USDT 0.01% |
ethereum-pcs-v3-wbeth-weth-...-500-pancake-lp | wBETH/WETH 0.05% |
ethereum-pcs-v3-cake-usdc-...-2500-pancake-lp | CAKE/USDC 0.25% |
Full yield IDs include the pool contract address. Query
/v1/yields?provider=pancakeswap to get all available pools.See also
LPing Overview
LP strategies overview
Curve LPing
Curve liquidity pools

