# 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.
{% endhint %}

{% embed url="<https://youtu.be/tonODR54mW8>" %}

***

### How to Buy

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

<div align="left"><figure><img src="https://4108356913-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtLeahxvohQr3fYBgeulA%2Fuploads%2F2s3RtBXSErk1DVfRBTaU%2FScreenshot%202025-07-09%20alle%2013.04.56.png?alt=media&#x26;token=4705021f-e863-418e-85d9-f9cf55435571" alt=""><figcaption></figcaption></figure></div>

| Button            | Action                                                                                                                                                                                       |
| ----------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Switch to sell    | Refer to the dedicated guide.                                                                                                                                                                |
| Refresh           | Refresh the menu.                                                                                                                                                                            |
| Active Wallets    | Choose the wallets you want to trade with.                                                                                                                                                   |
| 0.5 SOL (example) | Choose the preset SOL amount to buy.                                                                                                                                                         |
| 10 SOL (example)  | Choose the preset SOL amount to buy.                                                                                                                                                         |
| 25 SOL (example)  | Choose the preset SOL amount to buy.                                                                                                                                                         |
| X SOL             | Choose a custom SOL amount to buy.                                                                                                                                                           |
| Buy Tip           | <p><strong>Only visible when Anti-MEV is disabled.</strong><br>Set the buy tip fee to prioritize the inclusion of your transaction in the next block.</p>                                    |
| Slippage          | Set the slippage percentage.                                                                                                                                                                 |
| Switch to Sell    | Switch to Sell menu.                                                                                                                                                                         |
| Limit Orders      | Set a buy limit order.                                                                                                                                                                       |
| Generate PnL      | Generate the PnL pic.                                                                                                                                                                        |
| Auto Tip          | <p>If enabled, it automatically selects the Jito-suggested tip.</p><p><em>Priority fees are set to a fixed amount since the tip is what matters for Jito Blocks.</em></p>                    |
| Buy Protection    | Toggle MEV protection (enabled/disabled) to prevent your transaction from being sandwiched. The fastest processor is automatically used.                                                     |
| Split Tokens      | Automatically split tokens from your wallet with the highest balance evenly across your selected wallets, completely emptying it.                                                            |
| Currency          | <p>Set the desired currency to be used for buy and sell trades. The currency can be updated at any time.<br><em>E.g. you can buy using USDC and later set SOL as the sell currency.</em></p> |
| View Chart        | Opens the DexScreener Telegram mini-app, where you can view charts, transactions, bubblemaps, and other data.                                                                                |
| {% endstep %}     |                                                                                                                                                                                              |
| {% endstepper %}  |                                                                                                                                                                                              |

***

### Multi-Wallet Buy

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

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

<div align="left"><img src="https://4108356913-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtLeahxvohQr3fYBgeulA%2Fuploads%2FjM4uHCmk8RbqhRfnt1Zc%2FScreenshot%202025-05-28%20alle%2015.30.40.png?alt=media&#x26;token=3233dd19-d6d5-4a52-a688-adc38b31b5c0" alt=""></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/solana/solana-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.
