Intents vs. traditional methods
Intent
If address 0x1234...23422 holds less than 60% of the pool, I want to remove my TOKEN_X / WETH from the liquidity pool and swap all my TOKEN_X to USDC.
Traditional (Manually)
Use <tool1> or <tool2> to create an email or telegram alert for any changes in the TOKEN_X/WETH Uniswap V2 pool
Alternatively, monitor the pool every few hours with <tool1> <tool2>
Calculate (Manually) the percentage of the pool that addresses 0x1234...23422 hold
When it is less than 60%, go to https://app.uniswap.org/pool, connect your wallet, and fill out all the necessary fields to send your liquidity token and receive your TOKEN_X and WETH.
Sign the "remove liquidity" transaction and wait for confirmation.
Swap all your TOKEN_X to USDC at https://app.1inch.io/
Provide all the required details.
Sign the "swap" transaction and wait for it to be confirmed.
Last updated