# Uniswap V3

To know if it's a uniswap v3 contract before the drop goes live we can simply check through the contract.

First address: 0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2

Second address: The token contract

Input section: Try 500, 3000 or 10000 when it returns a contract it's V3 when it doesn't return anything it isn't V3.

{% embed url="<https://etherscan.io/address/0x1f98431c8ad98523631ae4a59f267346ea31f984#readContract>" %}

{% embed url="<https://i.gyazo.com/ee6f41389070f9f635a3b1b45061aa20.mp4>" %}
When it returns with a contract address it's a V3 contract.
{% endembed %}

Task setup is exactly the same beside choosing the Version number when creating tasks.

<figure><img src="/files/GxV5nHpUENaWq6oxGOFy" alt=""><figcaption><p>Choose V3</p></figcaption></figure>

<figure><img src="/files/gXcTW6BWMOVY5RRiAnnZ" alt=""><figcaption><p>MinTech should be able to calculate the Pool Fee automatically if it's loaded</p></figcaption></figure>

Check about pool fees above, sometimes it isn't loaded yet.


---

# 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://mintechbots.gitbook.io/mintech-guide/shitcoins/create-task/uniswap-v3.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.
