# Bundler

## Description of the mode

This mode enables you to launch your own tokens on pump.fun while simultaneously purchasing supply on separate wallets. You can launch the token and choose to sell off the supply using various selling methods, including Dump All, Dump All %, Delay Sell, Delay Sell %, Single Sell, Raydium Sell, and Send SPL.

## Bundler Modes

### Safe

Safe mode ensures that the supply is purchased within the same block as the developer wallet, preventing snipers from front-running your transactions. This mode has the lowest error rate, but it does come with the trade-off of appearing as a sniper wallet on Photon.

### Experimental

Experimental mode hides your sub wallets from appearing on the Photon graph when purchasing supply during token launch. However, this mode carries the risk of snipers front-running your sub wallets.

{% hint style="warning" %}
Use this mode at your own risk, as we are not responsible for any potential losses.
{% endhint %}

## Bundler Sending Modes

### Hybrid - Recommended

This mode will send transaction through both Jito and your RPC.

### Jito

This mode will only send transaction through Jito.

### Bloxroute

This mode will only send transactions through Bloxroute.

### RPC

This mode will only send transactions through your RPC.

## Bundler Sell Modes

### Dump All

Dumps 100% of tokens from every sub wallet and the dev wallet in one go.

### Dump All %

Dumps a specific percentage of tokens from every sub wallet and the dev wallet.

### Single Sell

Sells a specific percentage of the supply from a single sub wallet (enter 100 to sell all tokens in a single wallet).

### Prepare Raydium

{% hint style="warning" %}
THIS MUST BE DONE BEFORE USING ANY OF THE RAYDIUM BUTTONS.
{% endhint %}

### Raydium Dump All

Dumps 100% of tokens from every sub wallet and the dev wallet in one go, if the token migrates to Raydium.

### Raydium Single Sell

Sells a specific percentage of the supply from a single sub wallet, if the token migrates to Raydium (enter 100 to sell all tokens in a single wallet).

### Send SPL

Transfers all tokens from sub wallets to the dev wallet, then dumps 100% of tokens from the dev wallet.

### Dev Sell

Only Sell the developer wallet.

## Other Features

### Clone Token

This can be used to clone any token in pump.fun it will copy the tokens name,symbol,description,image,twitter,website,telegram.

### Holder Count

Increase your tokens holder count by sending 1 token to any amount of random wallets (new random generated wallets that cannot be recovered).

## Requirements

{% content-ref url="/pages/SHpbCScwuaXRasF9kOuY" %}
[Bundler](/dogwiftools/getting-started/settings/bundler.md)
{% endcontent-ref %}


---

# 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.dogwiftools.com/dogwiftools/getting-started/bundler.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.
