# Setting up Muttski Buy Bot

Follow these steps to set up the Muttski Buy Bot in your Telegram group:

🔸 **Add the Bot as an Administrator**\
Add the bot (@MuttskiBuyBot) as an administrator in your Telegram group.

🔸 **Access the Bot's Main Menu**\
Type the command `/start` in the chat. This will display the bot's main menu.

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

🔸 **Select the Blockchain**\
By default, the bot is set to the Fantom blockchain (indicated by a ✅ next to "FTM"). To switch to the Sonic blockchain, press the "Sonic" button. The ✅ will move to "Sonic."

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

🔸 **Set the Token Contract**\
To configure the bot to monitor your token's buys, type:\
`/tokencontract <YOUR TOKEN CONTRACT ADDRESS>`\
(replace `<YOUR TOKEN CONTRACT ADDRESS>` with the actual address of your token).

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

🔸 **Set Up a GIF for Buy Alerts**\
Send a GIF to the chat, then reply to the GIF with the text `gif`.

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

🔸 **Set Up an Image for Buy Alerts**\
Send an image to the chat, then reply to the image with the text `pic`.

🔸 **Enable or Disable Media Display**\
Press the button labeled “Show Media(GIF/Image): No 🔴” By default, this feature is disabled. When activated, a " Yes ✅" will appear, indicating that the display of GIFs or images has been enabled. Press the button again to disable the feature.

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

<figure><img src="/files/9Can8ArGeUyXwLc1tQsz" alt=""><figcaption></figcaption></figure>

🔸 **Toggle Default Media Type**\
Use the "Toggle Default Media" button to switch between displaying a GIF or a static image for media alerts.

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

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

🔸 **Update Minimum Buy Threshold**\
To update the minimum buy threshold, type:\
`/minbuy <NEW_AMOUNT>`\
(replace `<NEW_AMOUNT>` with the desired value).

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

🔸 **Update the Emoji**\
To change the emoji used in alerts, type:\
`/emoji <NEW_EMOJI>`\
(replace `<NEW_EMOJI>` with the desired emoji).

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

🔸**Configuration Complete**\
Congratulations! You have successfully configured the Muttski Buy Bot. Every time a buy of the specified token exceeds the set minimum buy threshold, an alert message will appear in your chat, providing details about the buy, as shown in the example image.

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

The above image illustrates the following key elements:

1. **Custom GIF or Image**: Displays the animation or image you have selected to accompany each alert message.
2. **Bought Token**: Indicates the token that was bought. Clicking on the token name redirects you to the relevant blockchain explorer (e.g., ftmscan or sonicscan), providing detailed information about the token's contract address.
3. **Exchanged Tokens**: Highlights the quantity and type of tokens used to swap for the bought token. For example, 310.52K of $VERSUS tokens were exchanged for $WOOF in the above image.
4. **Bought Amount**: Shows the quantity of tokens acquired and their estimated value in USD (in parentheses).
5. **Market Data**: Displays the token's current market capitalization and price.
6. **Buy Size Indicator**: Uses visual emojis to represent the buy size. Larger buys are reflected by a greater number of emojis, while smaller buys have fewer.
7. **Wallet Balance**: Displays the remaining balance of $S or $FTM in the wallet, depending on whether the token operates on the Sonic or Fantom blockchain.
8. **Token Balance**: Indicates the wallet's current balance of the bought token and its approximate value in USD.
9. **Transaction Details**: Provides a “Txn” link that redirects to the relevant blockchain explorer (FTMScan or SonicScan) with the transaction's details.
10. **DEX Pair Link**: Clicking “Chart” redirects to DexScreener for the trading pair associated with the token.
11. **Muttski Bot Integration**: Includes a link to Muttski Bot, the project's trading bot (refer to the dedicated sections on Muttski Bot in this document). This functionality enables users to efficiently execute buys of the token.


---

# 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://muttski.gitbook.io/welcome/muttski-buy-bot/setting-up-muttski-buy-bot.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.
