# Auto-Buy at Launch

### 1. Press the create buys button in the auto-buys tab

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

### 2. Select the type of buys you want to create

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

<table data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td><strong>Atomic</strong></td><td>Atomic buys are executed on Jito using a single, bundled transaction. This system ENSURES that all buys land right after launch, but is more expensive and obviously detectable.<br><br>Max of 16 wallets. </td></tr><tr><td><strong>Sniper</strong></td><td>Executed as sniper tasks on Vyper's private relays. Very efficient, but not guaranteed to land buys due to the variability of on-chain bots and fees. Be sure to include a sufficient fee and tip to ensure your buy is confirmed quickly.</td></tr><tr><td><strong>Delayed Buy</strong></td><td>Delayed buys are executed on Vyper's private relays after a set timer. This system is more reliable and less detectable, but trades will not land as early as sniper buys.</td></tr></tbody></table>

### 3. Use buy settings to bulk create tasks

<table data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td><strong>Fixed</strong></td><td>Buys the same amount for each selected wallet.</td></tr><tr><td>Range</td><td>Select a min and max range, each wallet will be assigned a random amount in the range.</td></tr><tr><td>Custom</td><td>Manually input the amount per wallet.</td></tr></tbody></table>

### 4. Set transaction fees

Input the transaction fees you want used for each task.

### 5. Edit inline amounts if needed

Edit task details individually by clicking the stat and editing directly in the table. You can also delete individual tasks with the trash icon on the far right on the task row.&#x20;

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

***

## How it will work

* **For Atomic Buys:** All buys labeled atomic will be grouped and executed in a single transaction at your tokens launch.
* **For Sniper Buys:** Each auto-buy task has its own unique buy parameters and is executed individually at your tokens launch. <br>


---

# 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.vyper.trade/vyper/launcher/auto-buy-at-launch.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.
