> 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.md).

# Launch Settings

### Presets

Your 3 most recent launches are displayed at the top. Click on any of them to auto-fill all settings from that launch.

Click **Select a Preset** to browse all your previous launches.

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

***

### Launch Mode

Choose how Proxima executes your launch: Block-0, Organic, or Manual.

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

→ [Launch Modes](/create-launch/launch-settings/launch-modes.md): Detailed explanation of each mode

***

### Allocation

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

#### Developer Buy % (Optional)

Percentage of supply bought by the developer wallet at launch.

#### Holders Buy (Excluding Developer)

% (for all block-0)\
SOL (for organic, imported...)\
USD1 (for launches using USD1: organic, imported... )

#### Holders Count (0-200)

Number of holder wallets used to buy tokens during execution.

#### Stagger Delay <mark style="color:orange;">( Organic Mode Only )</mark>

Set the delay (in milliseconds) between each wallet buy.

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

> **Lower delay = faster execution**\
> **Higher delay = stealthier, more organic footprint**

***

### Block-0 Presets (Block-0 Only)

MEV Presets control how distribution layers are configured during Block-0 execution. Choose between Quick Build, Clean Build, Full Build, or Custom.

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

→ [Block-0 Configuration](/create-launch/launch-settings/block-0-configuration.md): Learn how each preset works and configure advanced parameters

***

### Import Wallets

Import existing wallets from your wallet list and assign them to launch roles.

<div align="left"><figure><img src="/files/hnwluToRmxItbWCD76g0" alt="" width="375"><figcaption></figcaption></figure></div>

Open the importer, then add wallets in one of two ways :

* **Buy and Add to Launch** : opens the → Marketplace to purchase wallets and assign them to the current launch in a single flow.
* **From your wallet list** : search and select wallets you already hold.

Each wallet displays its address, balance, volume, P\&L, launch count, and funding age. Use **Purchase History** to review past Marketplace orders.

Assign wallets to the required roles :

* Deployer
* Holders
* Front MEV (Block-0 only)
* Back MEV (Block-0 only)
* Temp Holders (Block-0 only)

Each role tab shows a counter of assigned versus required wallets (for example : Holders 0/24).

* **Import \[N] Wallets** : confirm the selection.
* **Remove All** : clear the current selection.

View Wallet Documentation [Wallets](/wallets/overview.md)

***

### CEX Funding

Enable CEX Funding to fund wallets through centralized exchanges instead of the standard funding method.

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

Service fees may range from 1% to 2%.

{% hint style="info" %}
Minimum amounts may apply depending on the integration.
{% endhint %}

***

### Advanced Settings (Optional)

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

* **Slippage** (0-100%): Maximum allowed price deviation during execution
* **Funding Delay** (0-160s): Delay between each funding transaction
* **Alternative Routing** (0-100%): Percentage of wallets using alternative transaction patterns
* **Empty Holders** (0-200): Number of wallets with no allocation added to the launch
* **Scheduled Mode**: Schedule the launch for a later time instead of immediate execution

***

### Info Panel

The right panel updates in real time based on your configuration.

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

#### Token Info

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

Displays token name, ticker, contract address, and an Archive button.

#### Mode Description

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

Explains the selected launch mode with its advantages and disadvantages.

***

#### MEV Preset Details (Block-0 Only)

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

Shows the execution flow, timing schema, and four real-time indicators :

* **Bubble Maps**: Uncertain → Likely clean
* **Supply Cost**: Low → High
* **Detection Mode**: Less Sniper → Less Top Traders
* **Cleanup Time**: Fastest → Longest

→ [Block-0 Configuration](/create-launch/launch-settings/block-0-configuration.md) : Full explanation of these indicators

***

#### Est. Market Cap

Estimated market cap after execution / Market Cap at which your token will migrate (Pump.fun Only)

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

#### Funding Estimation

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

* **Supply Cost**: Actual cost of the supply allocation
* **Extra Funding**: Additional SOL to cover execution and keep wallets funded
* Maximum Loss: First if the token doesnt migrate, second if it does.


---

# 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.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.
