# Buy

{% hint style="info" %}
Spot Buy provides all the tools and settings you need to purchase a coin with one or multiple wallets, set limit orders, and perform any buy action according to your preferences.

***

The guide below refers to BSC. The same logic applies to all supported blockchains, although buttons and available features may vary.
{% endhint %}

{% embed url="<https://youtu.be/PK4-GU6z51w>" %}

***

{% hint style="info" %}
When you paste a contract address, **Bloom automatically identifies the corresponding blockchain** (e.g., a BSC contract loads the BNB menu, a ETH contract loads the ETH menu).

*While this detection is designed for accuracy, always verify that the selected blockchain and currency match your intended transaction before proceeding.*
{% endhint %}

{% hint style="danger" %}
**Important Note:**

Due to the nature of blacklisted contracts and tokens with variable tax mechanisms, and how easily certain parameters can be manipulated, we do not process refunds in cases where the token’s tax differs from expectations or issues arise related to blacklists.
{% endhint %}

### How to Buy

{% stepper %}
{% step %}
Enter the target token address (eg. `0x3F63cD8C3efaE35df54a17D7B777Ac5166C5f17B`) or click <kbd>↔️ Switch to Buy</kbd> from the sell menu.
{% endstep %}

{% step %}
Set the slippage percentage.
{% endstep %}

{% step %}
Select the amount you’d like to buy. Choose a preset or enter a custom value.

<div align="left"><figure><img src="https://4054888922-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcxXsA1jjenOz2nZ4oZz9%2Fuploads%2FzsxSIjyXLAyIBq2S8F8c%2FScreenshot%202025-12-22%20alle%2019.16.27.png?alt=media&#x26;token=b8aef482-efcd-4904-b781-474f5e69d2a8" alt=""><figcaption></figcaption></figure></div>

<table><thead><tr><th width="271.31640625">Button</th><th>Action</th></tr></thead><tbody><tr><td>Switch to Sell</td><td>Switch to Sell menu.</td></tr><tr><td>Refresh</td><td>Refresh the menu.</td></tr><tr><td>Approve</td><td>Approve the wallet for selling.</td></tr><tr><td>Active Wallets</td><td>Choose the wallets you want to trade with.</td></tr><tr><td>0.5 [currency] (example)</td><td>Choose the preset currency amount to buy.</td></tr><tr><td>1 [currency] (example)</td><td>Choose the preset currency amount to buy.</td></tr><tr><td>2 [currency] (example)</td><td>Choose the preset currency amount to buy.</td></tr><tr><td>X [currency]</td><td>Choose a custom currency amount to buy.</td></tr><tr><td>Buy Gas</td><td>Set the transaction gas (Max Priority Fee) for buying.<br><br><em>Max Fee is automatically calculated using the formula: Base Fee + (Priority Fee × 2).</em></td></tr><tr><td>Slippage</td><td>Set the slippage percentage.</td></tr><tr><td>Buy Tip</td><td>Set the tip to increase transaction priority and help your trade execute faster.<br><br><strong>Ethereum:</strong> We suggest to set a minimum of 0.001 ETH.</td></tr><tr><td>MEV Protect</td><td>When MEV Protect is enabled, your transactions will be processed through BloXroute to prevent getting MEVed. If disabled, transactions will be routed through a custom public node: slightly faster, fully visible.<br><br><mark style="color:$danger;">Warning:</mark> Do not disable MEV Protect without a specific reason. The speed gain rarely compensates for the slippage loss on a sandwiched trade.</td></tr><tr><td>Currency</td><td>Set the desired currency to be used for buy and sell trades. The currency can be updated at any time. <em>E.g. you can buy using USDC and later set BNB as the sell currency.</em></td></tr><tr><td>Limit Orders</td><td>Set a buy limit order.</td></tr><tr><td>Generate PnL</td><td>Generate the PnL pic.</td></tr><tr><td>Hide Position</td><td>Hide the current position.</td></tr></tbody></table>
{% endstep %}
{% endstepper %}

***

### Multi-Wallet Buy

{% stepper %}
{% step %}
To buy with multiple wallets, you need to activate them first. Follow these steps:

1. Click <kbd>💰 Active Wallets</kbd>.
2. Activate or deactivate wallets based on your preferences.

<div align="left"><figure><img src="https://4054888922-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcxXsA1jjenOz2nZ4oZz9%2Fuploads%2FfS7TwT9Crwc1FTDpdaBN%2FScreenshot%202026-01-19%20alle%2018.09.20.png?alt=media&#x26;token=c48e75d5-c414-4522-9407-88ee3197f26c" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
Once done, click <kbd>⬅️ Back</kbd> to return to the buy menu.
{% endstep %}
{% endstepper %}


---

# 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/evm/evm-bot/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.
