# V2 Approvals

**V2 Approvals Bot**&#x20;

The V2 Approvals Bot was created to notify users of first-time approvals for tokens on Uniswap V2.&#x20;

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

* **Approval Alert**: Informs users about the first approval of any token on Uniswap V2, suggesting that the token is ready for trading on the platform.
* **Token Information**:
  * **Name**: Presents the name of the token.
  * **Contract Address**: Lists the Ethereum contract address of the token, enabling users to find it on the blockchain for detailed analysis.
  * **Approval Wallet**: Shows the wallet address that performed the approval, as well as teh supply it is holding.
* **Token Analytics**:
  * **Contract Age**: Indicates how recently the token contract was deployed.
  * **Approver Balances**: Provides the balance of ETH and stablecoins (USDT and USDC) in the approver's wallet.
* **Social Links**: Offers a direct link to the token's website for additional information and community interaction.
* **Token Links**:
  * **Approver Wallet Link**: Directs to the Etherscan page for the approval wallet, allowing users to examine the wallet's activities and token holdings.
  * **Contract Address Link**: Connects to the token's Etherscan page for in-depth contract analysis.

<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/v2-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.
