# Find mempool MethoId from the bot

{% hint style="warning" %}
The transactions for adding or removing liquidity (add Liquidity etc ...) are sent to the Router address.&#x20;

While enable trading transactions (TradingEnabled, EnableTrading etc ...) are sent to the token address.
{% endhint %}

The bot can scan either on the router address or on the token address.

Depending on the transaction you are looking for, you will need to select Trading enabled or addingliquidity. After that you will have to enter the methoids in the corresponding field.

## How to find MethoId from the bot

Paste the contract of the Token that you want to scan

<figure><img src="/files/fuUq2zUWwPHP3BsSzfwh" alt=""><figcaption><p>Paste token address in the field</p></figcaption></figure>

Click on SIGNATURES label on the right, and than on FIND SIGN

<figure><img src="/files/b9IcKIDnFKGMJJduhRnn" alt=""><figcaption><p>Click on SIGNATURES than on FIND SIGN</p></figcaption></figure>

A List of functions will be printed

<figure><img src="/files/a1vA2YUb8xeZpjvnjrnX" alt=""><figcaption><p>List of all the functions available in the contract of the token</p></figcaption></figure>

Find the MethoId that you need and copy it

<div><figure><img src="/files/fpJQURohsqOlBycsP3p5" alt=""><figcaption><p>Find it!</p></figcaption></figure> <figure><img src="/files/4jGOFqEds62HhztMmP9b" alt=""><figcaption><p>And copy it!</p></figcaption></figure></div>

Now enable the Mempool Snipe selecting the METHOID LABEL

<div><figure><img src="/files/PiOIwEPUQlPe86gyzt0B" alt=""><figcaption><p>Enable mempool snipe selecting the METHOID</p></figcaption></figure> <figure><img src="/files/voiyl0Z1xV1WouclYNjs" alt=""><figcaption><p>Add as many Methoid you want to check</p></figcaption></figure></div>

You can add as many methoid you want. Just separate them with a comma.

Now start the bot and wait that it find the methoid in the mempool!

This works for TTSA as well


---

# 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://aviddot-2-0.gitbook.io/aviddot-2.0-guide/overview/find-mempool-methoid-from-the-bot.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.
