# V3 Approvals

V3 Approvals Bot&#x20;

The V3 Approvals Bot is a feature within the Baboon Tools suite, providing immediate updates about first-time token approvals on Uniswap V3.

<figure><img src="/files/UyfNa21ZEpFiLQVJb4Aq" alt=""><figcaption></figcaption></figure>

* **Approval Notification**: Alerts users to the first approval of a token on Uniswap V3.
* **Token Details**:
  * **Name**: Displays the name of the token.
  * **Contract Address**: Presents the Ethereum contract address, linking directly to Etherscan for detailed blockchain analysis.
  * **Approval Wallet**: Indicates the wallet that approved as well as the total supply held.
* **Token Analytics**:
  * **Contract Age**: Shows the age of the contract.
  * **Approver Balances**: Lists the ETH and stablecoins (USDT and USDC) balances within the approver's wallet.
* **Token Links**:
  * **Approver Wallet Link**: Directs to the Etherscan page of the approver's wallet, allowing for a review of its transactions and holdings.
  * **Contract Address Link**: Connects to the token's contract on Etherscan, where users can analyze the smart contract and its functions.

<br>


---

# 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://learn.baboon.tools/baboon-tools/baboon-bots/baboon-bot-channels/v3-approvals.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.
