> 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/chain-and-launchpads.md).

# Chain & Launchpads

## Select Blockchain & Launchpad

Choose the blockchain and launchpad your token will be deployed on. \
Available launchpads depend on the selected blockchain.

<img src="/files/oinNdSvhDNrVNgVWPalM" alt="" data-size="line"> **Solana**: PumpFun, LetsBonk, Bags, Anoncoin, Surge, Printr

<img src="/files/lUdXdkYdfQoUMeCiWxCy" alt="" data-size="line"> **Binance Smart Chain**: Coming soon on v0.9

<img src="/files/lI2k0kkarh8eG2o8CMFA" alt="" data-size="line"> **Monad**: Coming soon on v0.9

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

#### [Supported Launchpads & Blockchains](/overview/supported-launchpads-and-blockchains.md)

***

## Launchpad-Specific Options

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

Some launchpads expose additional settings during the selection step. These options are configured before moving to Token Details.&#x20;

#### <img src="/files/dhRmDMIFWtMFXWsmovm7" alt="" data-size="line"> PumpFun

* **Mayhem Mode**: Enables an automated execution program provided by Pump.fun during the first 24 hours after launch [View Doc](https://pump.fun/docs/mayhem-mode)
* **Trader Cashback**: Redirects all Creator Rewards to traders. This setting is permanent and cannot be changed after launch
* **Tokenized Agent**: Enables automated buyback and burn execution. See Pump.fun documentation for details [View Doc](https://pump.fun/docs/tokenized-agent-disclaimer)

#### <img src="/files/JqTjqYPUwtVfePjizKSJ" alt="" data-size="line"> LetsBonk

* **Launch Currency**: Choose between SOL or USD1 as the base currency for deployment
* **Bonk Mode**: Select between Classic or Bonkers execution mode

#### <img src="/files/ZkS0ibjJO9LWLXGEeQKr" alt="" data-size="line"> Anoncoin

* **API Key**: Required to deploy. Must be linked to an X/Twitter account with fewer than 1M followers

#### <img src="/files/qsP3siCVimZZHSvoSv67" alt="" data-size="line"> Surge

* **Launch Currency**: Choose between SOL or USD1 as the base currency for deployment

#### <img src="/files/trZWzM70jQhCI5x7UsgK" alt="" data-size="line"> Printr

* **Fee Sharing**: Choose to send fees to Stacking Pool or to the Creator.

***

### Other Actions

[→ Clone Token:](/create-launch/chain-and-launchpads/clone-token.md) Duplicate an existing token's metadata to save time

[→ Import Token:](/create-launch/chain-and-launchpads/import-token.md) Import an existing live token into Proxima


---

# 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/chain-and-launchpads.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.
