# ETH Bundler

## ETH Bundler

- [The Problems We Solve at Eth-Bundler](https://eth-bundler.gitbook.io/eth-bundler/eth-bundler-intro/the-problems-we-solve-at-eth-bundler.md)
- [ETH-Bundle Solutions](https://eth-bundler.gitbook.io/eth-bundler/eth-bundler-intro/eth-bundle-solutions.md)
- [ETH-Bundler Version 1](https://eth-bundler.gitbook.io/eth-bundler/eth-bundler-intro/eth-bundler-version-1.md)
- [Make Money with ETH-Bundler](https://eth-bundler.gitbook.io/eth-bundler/eth-bundler-intro/make-money-with-eth-bundler.md)
- [Compatible Contracts](https://eth-bundler.gitbook.io/eth-bundler/preparation/compatible-contracts.md)
- [Token Owner & Executor Wallet](https://eth-bundler.gitbook.io/eth-bundler/preparation/token-owner-and-executor-wallet.md)
- [👝 Bundle Wallets](https://eth-bundler.gitbook.io/eth-bundler/preparation/bundle-wallets.md)
- [Deploy the Token Contract](https://eth-bundler.gitbook.io/eth-bundler/getting-started-with-eth-bundler/deploy-the-token-contract.md)
- [Step1 - Fetch Token Data](https://eth-bundler.gitbook.io/eth-bundler/getting-started-with-eth-bundler/step1-fetch-token-data.md)
- [Step 2 - Owner Private Key](https://eth-bundler.gitbook.io/eth-bundler/getting-started-with-eth-bundler/step-2-owner-private-key.md)
- [Step 3 - Executor Wallet](https://eth-bundler.gitbook.io/eth-bundler/getting-started-with-eth-bundler/step-3-executor-wallet.md)
- [Step 4 - Recipient Wallets](https://eth-bundler.gitbook.io/eth-bundler/getting-started-with-eth-bundler/step-4-recipient-wallets.md)
- [Step 5 - Simulate Bundle](https://eth-bundler.gitbook.io/eth-bundler/getting-started-with-eth-bundler/step-5-simulate-bundle.md)
- [Step 6 - Launch Token with Bundle](https://eth-bundler.gitbook.io/eth-bundler/getting-started-with-eth-bundler/step-6-launch-token-with-bundle.md)
- [👝Manage Your Wallets](https://eth-bundler.gitbook.io/eth-bundler/features/manage-your-wallets.md)
- [ETH MultiSender](https://eth-bundler.gitbook.io/eth-bundler/features/eth-multisender.md): This feature allows you to send ETH en masse to recipient wallets. You only need to enter the private key of the sender wallet (any private key wallet you have). Make sure that wallet has enough ETH b
- [Sell Tokens](https://eth-bundler.gitbook.io/eth-bundler/features/sell-tokens.md)
- [ETH MultiCollect](https://eth-bundler.gitbook.io/eth-bundler/features/eth-multicollect.md)
- [About ETH-Bundler Platform Key](https://eth-bundler.gitbook.io/eth-bundler/eth-bundler-platform-key/about-eth-bundler-platform-key.md)
- [Live Demo](https://eth-bundler.gitbook.io/eth-bundler/live-demo.md)
- [Support](https://eth-bundler.gitbook.io/eth-bundler/support.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://eth-bundler.gitbook.io/eth-bundler/eth-bundler-intro/the-problems-we-solve-at-eth-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.
