Skydrome Withdraw Liquidity Tutorial

LP Withdraw:

1-Identify which pool you wish to withdraw from. You can do this by searching the โ€œAdd Liquidityโ€ transactions under your wallet. Example below:

2 - Inside the Add liquidity transaction, go to ERC20 Transfers section. You need to note this value down for withdrawal. This is your LP Token balance. For this example its 0.976937244006438546

3 - Go to https://scrollscan.com/address/0x03290a52ba3164639067622e20b90857eaded299#writeContract

4 - Connect your browser wallet.

5 - Go to remove liquidity. You need to fill everything here correctly. Check below.

tokenA: Address of tokenA of the pool

tokenB: Address of tokenA of the pool

stable: for volatile pools โ†’ false, for stable poolsโ†’ true

Liquidity: LP Token Balance explained at 1

amountAMin: This is a slippage parameter. The lower this parameter, the higher chance of your transaction being included in the blockchain. But it also means you may experience higher slippage.

amountBMin: This is a slippage parameter. The lower this parameter, the higher chance of your transaction being included in the blockchain. But it also means you may experience higher slippage.

To: Your Wallet Address

Deadline: unit timestamp of transaction deadline. Go to https://www.epochconverter.com/ and find the timestamp for 5-15 minutes later.

6 - Click Write button and confirm wallet prompt.

Note: If you set the slippage params too high or if you set the deadline too close, the transaction may fail. If your transactions are failing, try adjusting both accordingly according to your preference.

Last updated