> For the complete documentation index, see [llms.txt](https://mintechbots.gitbook.io/mintech-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mintechbots.gitbook.io/mintech-guide/shitcoins/create-task/uniswap-v3.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://mintechbots.gitbook.io/mintech-guide/shitcoins/create-task/uniswap-v3.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
