Withdraw a Uniswap V3 position
liquidity_removeWithdraw liquidity from a Uniswap V3 position on Robinhood Chain using its tokenId. Automatically unwraps WETH to ETH and returns sequential steps for broadcast.
Instructions
Withdraws and collects a Uniswap V3 liquidity position on Robinhood Chain by tokenId (from liquidity_add or liquidity_positions). Costs $0.01 USDG. If the position involves ETH, the WETH leg is automatically unwrapped back to native ETH. Comes back as steps; broadcast them in order. Pass the result to the broadcast tool to actually sign and send it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| burn | No | Also burn the now-empty position NFT once withdrawn, default false | |
| tokenId | Yes | The Uniswap V3 position NFT tokenId |