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

# Create Launch

- [Chain & Launchpads](https://docs.proxima.tools/create-launch/chain-and-launchpads.md): Select the blockchain and launchpad for your token deployment. Launchpad-specific options are displayed after selection. This is the first step of the launch creation wizard.
- [Clone Token](https://docs.proxima.tools/create-launch/chain-and-launchpads/clone-token.md): Duplicate an existing token's metadata to use as a starting point for a new launch.
- [Import Token](https://docs.proxima.tools/create-launch/chain-and-launchpads/import-token.md): Import any live token into Proxima to manage and trade it using the full live interface.
- [Token Details](https://docs.proxima.tools/create-launch/token-details.md): Define how your token will appear on explorers, wallets, and launchpads. This is the second step of the launch creation wizard.
- [Launch Settings](https://docs.proxima.tools/create-launch/launch-settings.md): Define how your launch behaves on-chain. These settings control execution patterns.
- [Launch Modes](https://docs.proxima.tools/create-launch/launch-settings/launch-modes.md): Proxima supports three execution modes. Each defines how and when wallets execute during a launch.
- [Block-0 Configuration](https://docs.proxima.tools/create-launch/launch-settings/block-0-configuration.md): Configure how supply is distributed across execution layers during a Block-0 launch. MEV Configuration is only available in Block-0 Mode.
- [Funding](https://docs.proxima.tools/create-launch/funding.md): Prepare and distribute funds across all wallets in your launch plan.
- [Sniper Guard](https://docs.proxima.tools/create-launch/funding/sniper-guard.md): Sniper Guard is a launch protection mechanism designed to monitor external buying activity during the early phase of a launch and react automatically if predefined conditions aren' met.


---

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