> For the complete documentation index, see [llms.txt](https://docs.buyholdearn.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.buyholdearn.com/earn-ecosystem/earn-nft-bot/configuration.md).

# Configuration

*Currently, we have only a limited number of NFT collections. If you're interested in adding the bot to your chat, please reach out to* [*@TrashPirate*](https://t.me/TrashPirate)*.*

### CONTENT

* [ADD BOT TO GROUP](#add-bot-to-group)
* [START BOT](#start-bot)
* [ADD COLLECTION](#add-collection)
  * [NEW CONFIG](#new-config)
  * [VIEW CONFIG](#view-config)

### ADD BOT TO GROUP

Add the [EarnNFTBot ](https://t.me/EarnNFTBot)to your group:

<figure><img src="/files/ZV0ZNjFiSp7UuKC71JNL" alt="" width="243"><figcaption></figcaption></figure>

Give the bot admin rights - right click and `Promote to admin`:

<figure><img src="/files/e0tVUA3wZUW3qewi4wcu" alt="" width="462"><figcaption></figcaption></figure>

### START BOT

Start the bot in the chat and click on the provided link to enter a private chat with the bot:

<figure><img src="/files/kKKPEexHDDoKBu3ZFsNJ" alt="" width="503"><figcaption></figcaption></figure>

### ADD COLLECTION

Once you're in the private chat with the bot click on START and you will see the configuration menu. You have two options:

* NEW CONFIG: Adding a new NFT collection
* VIEW CONFIG: Viewing collections that you have already configured.

<figure><img src="/files/GdYEkJhMSsGK5svWwgF2" alt="" width="261"><figcaption></figcaption></figure>

#### NEW CONFIG

Choose the network of the NFT collection:

<figure><img src="/files/ii2K0CW0x7QtdszWt4F1" alt="" width="255"><figcaption></figcaption></figure>

Enter (copy-paste into chat) the NFT contract address:

<figure><img src="/files/mVzZLWVnlltW9HLjUXoi" alt="" width="231"><figcaption></figcaption></figure>

Enter (copy-paste into chat) the minter address. This is the address NFTs are minted from. Typically, this is the Zero Address. If your NFTs are minted from a Vault, enter the Vault's address. If you're unsure, try to proceed with 0.

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

Enter the minting site if available. If not, enter # and the bot will automatically add the link to the collection on Opensea (EVM) or ApeNFT (Tron) marketplace:

<figure><img src="/files/KaGXibEkDePg9qbOdFoO" alt="" width="406"><figcaption></figcaption></figure>

If successful, the bot shows a summary of your configuration with the message *Configuration added*. If the NFT collection has already been add it will say *Configuration updated*.

<figure><img src="/files/Y67RUGs660IBavX7Rqns" alt="" width="406"><figcaption></figcaption></figure>

Congrats, you configured your NFT collection! The bot will now send notifications to the group chat whenever a NFT is minted or sold on a marketplace.

#### VIEW CONFIG

If you return to the main CONFIG MENU you have the option to view your configured collections. Click on VIEW CONFIG and the bot lists all your configured collections including the groups in which they are configured:

<figure><img src="/files/mKsNz3iIWZauUNYF3nOt" alt="" width="400"><figcaption></figcaption></figure>

Below you see a menu that allows you to delete a collection or to add it to the current group you're configuring the bot for. Click on the corresponding number to delete or add:

<figure><img src="/files/iOBvxVMwpwpC7puirFtA" alt="" width="407"><figcaption></figcaption></figure>


---

# 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://docs.buyholdearn.com/earn-ecosystem/earn-nft-bot/configuration.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.
