# Step 5 - Simulate Bundle

In Step 5, You need to distribute ETH to generated recipients wallets and you can view "TOKEN DETAILS" and "TRANSACTION DETAILS," which contain important information about your project. You will find the "ETH-bundler Fee" and "blockBuilder Fee" on this page. We will explain the fees in detail in another chapter.

<figure><img src="/files/H9iMkx7JAtTMBohLW6Ek" alt=""><figcaption></figcaption></figure>

All the total costs displayed in Step 5 are estimates calculated using our special algorithm, and the final results may vary.

Click the "Approve and Simulate" button to start the approval process and simulate your bundle.

<figure><img src="/files/y4UF3kFMNOnO4XshPiEH" alt=""><figcaption></figcaption></figure>

\
After a successful simulation, you are now ready to launch your token in a bundle along with multiple swap transactions. In the bundle  terminal, you can obtain simulation results such as Gas Used and other details. For now, you can ignore this information. If you want to learn more details, you can ask in our **Telegram support group**.

You can also re-run the simulation if needed.

<mark style="color:red;">**IMPORTANT NOTE : You may encounter an error during the simulation due to high volatile gas prices at the time of simulation. Do not worry; you can wait for a while and then click the "Approve and Simulate" button again. Errors are very normal when gas prices are highly volatile.**</mark>


---

# 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://eth-bundler.gitbook.io/eth-bundler/getting-started-with-eth-bundler/step-5-simulate-bundle.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.
