# 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.<br>

### Traditional (Manually)

1. Use \<tool1> or \<tool2>  to create an email or telegram alert for any changes in the TOKEN\_X/WETH Uniswap V2 pool
2. Alternatively, monitor the pool every few hours with \<tool1> \<tool2>&#x20;
3. Calculate (Manually) the percentage of the pool that addresses 0x1234...23422 hold
4. When it is less than 60%, go to [https://app.uniswap.org/pool](https://app.uniswap.org/pools/v2), connect your wallet, and fill out all the necessary fields to send your liquidity token and receive your TOKEN\_X and WETH.
5. Sign the "remove liquidity" transaction and wait for confirmation.
6. Swap all your TOKEN\_X to USDC at <https://app.1inch.io/>  &#x20;
7. Provide all the required details.
8. &#x20;Sign the "swap" transaction and wait for it to be confirmed.
