⛽Strategy: Land Borrow Farm V2
(Uniswap v3 / Panckeswap V3 )
Overview
Smart Contracts
Pairs
struct Pair { // PancakeSwapV3 pool in which liquidity will be provided address pool;
// Percentage of available liquidity allocated to this pair
uint24 percentage;
// Minimum price range percentage (base = 10^5)
uint24 minPricePercentage;
// Maximum price range percentage (base = 10^5)
uint24 maxPricePercentage;
// Threshold for price changes in sqrtX96 Uniswap notation
uint160 sqrtPriceThreshold;
// Position's NFT ID
uint256 tokenId;
}Tasks
Supply Task
Venus Rebalance Task
Build Venus Rebalance Task
Destroy Venus Rebalance Task
PancakeSwap Rebalance Task
Rewards Distribution
Last updated