# Buy

Buying tokens with **Leap** is designed to be **quick**, **intuitive**, and **flexible**. Whether you make a simple purchase, set up a [DCA strategy](/leap-telegram-bot/leap-telegram-setup/dca-dollar-cost-averaging.md), or place a [Limit Order](/leap-telegram-bot/leap-telegram-setup/limit-orders.md), the process is tailored to suit your trading needs.

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

## :gear: Configure Your Settings

Before initiating a buy order, head to the [settings ](/leap-telegram-bot/leap-telegram-setup/settings.md)page to set up:

* **Priority fees:** Control how quickly your trades are executed.
* **Slippage:** Adjust to avoid failed transactions due to price shifts.
* **Quick Buy Amounts:** Predefine your preferred buying amounts for faster execution.

Proper setup ensures smooth and reliable trades without unexpected errors.

{% hint style="success" %}
Activate **BloXsroute** to maximize transaction speed.
{% endhint %}

***

## :inbox\_tray: **Buy Process**

You can **initiate** a buy order by either:

* Entering a **token identifier** directly in the chat, such as a **Contract Address (CA)** or a link from platforms like **Birdeye**, **Dexscreener**, or **PumpFun**.
* Clicking **Buy** in the bot menu and entering the same information when prompted.

Both methods will display an **overview of the token**, including price, liquidity, and other relevant details

***

## :arrows\_counterclockwise: Buy Mode

After reviewing the token details, select one of the following modes:

* **Swap:** A standard one-time buy.
* **Limit Order:** Pre-set your buy price. ([Learn more](/leap-telegram-bot/leap-telegram-setup/limit-orders.md))
* **DCA:** Gradual buying over time. ([Learn more](/leap-telegram-bot/leap-telegram-setup/dca-dollar-cost-averaging.md))

Each mode offers flexibility based on your strategy and goals.

***

## :dollar: Select Buy Amount

You’ll have two options:

* **Quick Buy Amounts:** Choose from pre-set amounts configured in your settings.
* **Custom Amount:** Click **"X SOL"** to enter a custom buy amount.

Once your amount is selected, confirm the trade by pressing **Place Order**.

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

{% hint style="warning" %}
Use the **Rug Check**, **Developer Check**, and **Top Holders Check** tools explained below to **analyze the token** before placing your order.
{% endhint %}

***

## :white\_check\_mark: Confirmation

After a successful purchase, the bot will provide a **confirmation message**. You can then:

* Check your active orders in the [orders ](/leap-telegram-bot/leap-telegram-setup/orders.md)page.
* Manage or sell your tokens via the [sell](/leap-telegram-bot/leap-telegram-setup/sell.md) page.

***

## :shield: Extra Features

Leap offers **three additional analysis tools** to help you make informed decisions:

* **🛡️ Rug Check:** Verifies if minting and freezing functions are disabled and assesses liquidity status.
* **👷 Developer Check:** Displays the developer profile and links to BirdEye for deeper insights.
* **📊 Top Holders Check:** Reveals the largest token holders and their wallet distributions.

These tools provide valuable insights to help you assess token safety and legitimacy before making a purchase.


---

# 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.leap-blockchain.com/leap-telegram-bot/leap-telegram-setup/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.
