# Tagged Deployer

**Tagged Deployer Bot**&#x20;

The Tagged Deployer Bot is part of the Baboon Tools suite, designed to track and report newly deployed tokens who's deployers have Etherscan tags.

<figure><img src="/files/4BVcSaqvXdvxTLGog39X" alt=""><figcaption></figcaption></figure>

* **Deployment Notification**: Announces the deployment of any new token with a deployer that has been tagged.
* **Token Deployment Details**:
  * **Token Name and Symbol**: Name and the ticker symbol .
  * **Contract Etherscan**: Offers a direct link to the token's Etherscan page for users to view detailed blockchain information.
  * **Copy Contract Address**: Displays the full contract address, enabling users to easily copy and research the token further.
* **Etherscan Tags**:
  * **Tagged Entity**: Identifies the entity associated with the deployment, in this case "Alchemy: Deployer 2" .
  * **Entity Link**: Provides a link to the website associated with the deployer as found on Etherscan.
* **Deployer Details**:
  * **Contract Deployer**: Indicates whether there is an additional link available for the contract deployer, which in this case, there is none.
  * **Deployer Etherscan**: Provides a link to view the deployer's address on Etherscan, giving insight into the deployer's other activities and associated contracts.


---

# 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/tagged-deployer.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.
