# Bundle Setup

- [Token Details](https://docs.bundlefren.com/v1/bundle-setup/token-details.md): To set up your bundle, you'll need to provide key information about your token. Make sure your contract is compatible and you have all necessary details on hand for a smooth setup experience.
- [Distributor Setup](https://docs.bundlefren.com/v1/bundle-setup/distributor-setup.md): The distributor wallet is essential for managing payments and distributing funds to the wallets involved in your bundle.
- [Generate or Import Wallets](https://docs.bundlefren.com/v1/bundle-setup/generate-or-import-wallets.md): In this step, you'll calculate the total ETH required for each wallet to buy the max transaction amount you previously set.  You can then review the details and generate or import your wallets.
- [Funding Wallets](https://docs.bundlefren.com/v1/bundle-setup/funding-wallets.md): This step ensures that all bundle wallets have sufficient ETH for their transactions.
- [Launch](https://docs.bundlefren.com/v1/bundle-setup/launch.md): Simulate your bundle to confirm all transactions will execute successfully on the mainnet. Once the simulation completes successfully, you can proceed to launch and deploy to the mainnet.


---

# 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.bundlefren.com/v1/bundle-setup.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.
