> For the complete documentation index, see [llms.txt](https://docs.proxima.tools/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.proxima.tools/create-launch/launch-settings/launch-modes.md).

# Launch Modes

### Overview

#### Block-0 Mode

Secure supply in the deployment block. MEV-assisted, frontrun-protected, guaranteed supply allocation.

#### Organic Mode

Executes transactions gradually across multiple blocks with configurable delays. No MEV, progressive distribution.

#### Manual Mode

Developer wallet buys at launch. Holder wallets are funded but no holders buys are executed.

<div align="left"><figure><img src="/files/zPuhRjQS3ohmcdajf6Wf" alt="" width="563"><figcaption></figcaption></figure></div>

***

## **Block-0 vs Organic Mode**

#### **What’s the difference?**

**Block-0** is instant, MEV-assisted, and sniper-proof.\
**Organic** is gradual, MEV-free, and designed for natural price action.

Both modes fit different launch styles depending on your goals.

<div align="left"><figure><img src="/files/03lRcRgncf7vou0LkHnh" alt="" width="563"><figcaption></figcaption></figure></div>

***

## **Block-0 Mode**

Block-0 Mode is a specialized launch mode designed to give you **perfect protection** against snipers and frontrunners while keeping your **supply distribution clean and fully controlled** from the very first block.

<div align="left"><figure><img src="/files/dXsjeTWV5jsY7xZTmk7e" alt=""><figcaption></figcaption></figure></div>

***

### **How Block-0 Works**

#### **1. MEV catches all supply in Block 0**

At launch, the MEV wallet automatically purchases a portion of supply **inside Block 0**.

{% hint style="success" %}
**Block 0 cannot be sniped.**
{% endhint %}

***

#### **2. MEV sells in the same block your wallets buy**

Immediately after catching supply, the MEV wallet resells **in the same block** where your buyback wallets purchase.

{% hint style="info" %}
Your wallets’ entries appear higher than random buyers, creating a cleaner early chart.
{% endhint %}

***

#### **Key Benefit: Your Supply Ratio Stays Intact**

Because the MEV executes both actions inside the same block:

* No one can steal a % of supply
* No one can insert themselves into distribution
* The MEV ends with **0 tokens**
* Your wallets end with their **exact intended allocations**

{% hint style="info" %}
Block-0 is the **safest**, most **controlled**, and most **bot-resistant** way to launch under heavy pressure.
{% endhint %}

***

## **Organic Mode**

Organic Mode spreads your wallets’ buy pressure **over time**, creating smoother, more natural price action without using MEV.

Instead of grabbing supply instantly, wallets enter gradually using your configured delays.\
The result is a chart that mimics **real retail activity** rather than a single sharp candle.

<div align="left"><figure><img src="/files/GJL2dhdI7RAxtRhbBbfX" alt=""><figcaption></figcaption></figure></div>

***

### **How Organic Works**

#### **1. Wallets buy gradually instead of in Block 0**

Buys happen across multiple blocks instead of instantly.\
This means:

* Entries are staggered
* Price action looks organic
* You control the pacing with custom delays
* Unlike Block-0, buys **can** be frontrun

{% hint style="info" %}
Organic Mode is ideal when you want your early chart movement to feel natural or when simulating real retail flow matters more than avoiding frontrun.
{% endhint %}

#### **2. Staggered entries create natural-looking movement**

Spacing buys over time smooths the chart and avoids unrealistic early spikes.

Useful for:

* Mimicking real demand
* Creating believable chart structure
* Slower, controlled entry patterns

### **Distribution Precision**

Because buys happen over time and the market moves between entries,\
**the final amount of supply your wallets receive is not guaranteed to match the requested percentage exactly.**\
Requesting 5% may result in **4.5%, 4.3%, or similar**, depending on volatility and order flow.

{% hint style="info" %}
Organic Mode prioritizes **natural execution over strict precision**, making it ideal when you want the early chart to feel realistic and retail-driven.
{% endhint %}

***

#### **Key Benefit — Natural Early Price Action**

Organic Mode gives you:

* More control over pacing
* More realistic chart flow
* A softer, retail-like distribution curve

{% hint style="info" %}
Perfect when you want a launch that feels “alive” instead of engineered.
{% endhint %}

***

## Manual Mode

Manual Mode deploys the token and distributes SOL to holder wallets, but does not execute holder buys automatically.

<figure><img src="/files/2ZZvNcg9gRTszokkxT3u" alt=""><figcaption></figcaption></figure>

#### How Manual Works

1. The token is deployed
2. The developer wallet buys (if configured)
3. SOL is distributed to holder wallets

#### When To Use

Manual Mode is best suited for :

* Full control over execution timing
* Reacting to market conditions before committing holders
* Testing a launch before executing the full plan

#### Tradeoffs

* Requires active monitoring
* No automated execution on holders
* Market conditions may change between deployment and manual execution


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.proxima.tools/create-launch/launch-settings/launch-modes.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
