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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.intentable.io/intents-vs.-traditional-methods.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
