# Buying Tokens

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

To initiate a buy, select the **Buy** button in the **Actions** column next to the wallet you want to buy with. This will open the **Buy Token** modal, where you can enter the amount of ETH to buy with and review your transaction.

{% hint style="success" %}
All buy transactions are sent privately, bypassing the public mempool to protect against MEV attacks and front-running.
{% endhint %}

### Buy Modal

The **Buy** modal provides a user-friendly interface for managing token sales with real-time data on balances and outputs.

<figure><img src="/files/EF5nYsnuM6r0mwnet7Pi" alt="" width="440"><figcaption></figcaption></figure>

**Key Features:**

* **Buy Amount**: Enter the amount of ETH you wish to buy with. Alternatively, use the **25%**, **50%**, **75%**, or **Max** buttons to select a predefined percentage of your total ETH balance.
* **Estimated Output**: Displays the estimated amount of tokens you will receive for the selected ETH amount.
* **Price Impact**: Shows the price impact of your buy on the overall token price, allowing you to gauge the effect of your transaction on the market.
* **Transaction Cost**: The estimated cost of the transaction in USD (shown at the bottom right).
* **Refresh Button**: Fetch the latest token price to accurately estimate your token output.
* **Settings**: Adjust your slippage or gas for this transaction by clicking the settings icon.


---

# 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.bundlefren.com/v1/post-launch-management/buying-tokens.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.
