# Discord Auto Buy

{% hint style="info" %}
Discord Auto Buy runs Auto Buy inside a Discord Web tab. When a contract address is posted in the channel you are watching, the Extension fires a buy automatically using your Scraper Preset.
{% endhint %}

***

### Requirements

Before starting Discord Auto Buy, make sure:

* The Bloom Extension is **installed and signed in** (Solana, EVM, or both).
* Your **Scraper Preset** is configured at [manager.bloombot.app/extension/settings](https://manager.bloombot.app/extension/settings) > Scrapers tab. Set the Auto Buy Amount, fees, tip, slippage, and filters.
* You are using **Discord Web** (discord.com) in Chrome. Auto Buy does not work in the Discord desktop app.
* Only **one Discord tab** is open in the current browser window.

***

### Starting Auto Buy

{% stepper %}
{% step %}
Open Discord Web (discord.com) in Chrome. Keep only one Discord tab in the current browser window.
{% endstep %}

{% step %}
Navigate to the target channel and leave the tab active. The Extension injects a Bloom toolbar into the Discord interface.
{% endstep %}

{% step %}
Verify your Scraper Preset in the Manager. Double-check the Auto Buy Amount, filters, and fees before going live.
{% endstep %}

{% step %}
Press the Auto Buy button injected into Discord. Use <kbd>Start SOL Auto Buy</kbd> for Solana contracts, <kbd>Start EVM Auto Buy</kbd> for EVM contracts. You can run both at the same time if both Extensions are signed in.

<div align="left"><figure><img src="https://3058400886-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fz2QdoaScujkQBx5Lf47O%2Fuploads%2FnLwwV4vASThOFaUXPlIK%2FSOL.png?alt=media&#x26;token=0abac078-8948-4709-8375-717274728de7" alt="" width="400"><figcaption><p>Solana</p></figcaption></figure></div>

<div align="left"><figure><img src="https://3058400886-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fz2QdoaScujkQBx5Lf47O%2Fuploads%2FAOemBdmWsO2ew3AnNER4%2FEVM.png?alt=media&#x26;token=d7521c9c-a1a9-4ae5-bd0d-4c51f687ac86" alt="" width="400"><figcaption><p>EVM</p></figcaption></figure></div>
{% endstep %}
{% endstepper %}

***

### What Happens Next

Once started, the Extension scans every new message in the active Discord channel for contract addresses.

* **Address detected** → chain identified → Scraper Preset applied → buy fired.
* **Filter fails** (market cap, volume, or "previously bought") → buy skipped, scanning continues.
* **No address in the message** → ignored.

You can keep using Discord normally while Auto Buy runs. The Extension only reacts to contract addresses; regular messages, reactions, and voice calls are unaffected.

To stop Auto Buy, press the same button again (it toggles to <kbd>Stop Auto Buy</kbd>).

***

### Running Multiple Discord Tabs

<details>

<summary>How do I monitor more than one Discord channel at the same time?</summary>

Open each Discord tab in a **separate browser window**. One window, one Discord tab. Every window runs its own Auto Buy instance independently.

The limit is per window, not per browser profile, so you can open as many windows as your machine handles.

</details>


---

# 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://docs.bloombot.app/extension/automation/discord-auto-buy.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.
