Bundle Simulation

Simulates multiple transactions sequentially.

📘

Try it out - alchemy_simulateAssetChangesBundle and alchemy_simulateExecutionBundle.

With Asset Changes and Execution Simulation, you are able to simulate 1 transaction and get asset changes, decoded logs, decoded traces and more.

What about simulating multiple transactions sequentially?

For 3 transactions (t1, t2, t3), think of being able to:

  • use output of simulating t1 as input to simulating t2
  • use output of simulating t2 as input to simulating t3
  • etc.

The current bundle limit is 3 transactions.
4500 CU cost.

ReadMe