# Bundler

### Dev Buy

The amount of SOL to buy on the dev wallet.

***

### Minimum Buy Amount

The minimum amount of SOL to buy on bundled wallets (ex. 0.05)

### Maximum Buy Amount

The maximum amount of SOL to buy on bundled wallets (ex. 1.5)

***

### Minimum Micro Buy Amount

The minimum amount of tokens for the micro buy mode in sol (ex. 0.05)

### Maximum Micro Buy Amount

The maximum amount of tokens for the micro buy mode in sol (ex. 0.1)

***

### Jito Tip Amount

A higher tip increases the likelihood of transaction success but is more expensive. A tip amount of 0.005 is recommended.

***

### Funder Private Key

The private key of the wallet used to distribute Solana among generated wallets.

***

### Dev Wallet Private Key

The private key of the dev wallet.

{% hint style="warning" %}
Make sure you are not using the same wallet private key for funder and dev wallet.
{% endhint %}


---

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