Skip to main content
This use case demonstrates providing concentrated liquidity to a Uniswap V3 pool by automatically splitting a single token input. Route Mechanics:
  • Split the input AAVE token into two equal parts using Enso’s internal routing
  • Convert the first half to WETH to match the pool’s token pair requirements
  • Deposit both tokens into the Uniswap V3 AAVE/WETH pool with specified tick ranges
  • Receive NFT position representing the concentrated liquidity position
Important Considerations:
  • Tick ranges determine the price range for concentrated liquidity
  • Pool fee tier affects trading volume and potential returns
  • Position requires active management as price moves outside the range

Updated