Operate · step 3 of 4

Bundle engine

The mint and every buy are submitted together and aimed at a single slot, so nothing can slot in between them.

Target 1 slotMax buys 40Dry run localSignatures 0

Bundle order

12 instructions
Instructions12mint, pool and every buy
Slots1all of it lands together
Signatures0nothing signed in preview
  1. 01Create mintDeployer
  2. 02Open liquidityDeployer
  3. 03Buy #1Wallet 1
  4. 04Buy #2Wallet 2
  5. 05Buy #3Wallet 3
  6. 06Buy #4Wallet 4
  7. 07Buy #5Wallet 5
  8. 08Buy #6Wallet 6
  9. 09Buy #7 through #104 more wallets

The order is the whole point. The mint is created, the pool opens, and every buy follows inside the same bundle, so nothing can transact between them.

Dry run

Local only

The bundle is ready to read

The dry run walks the order on the left through five stages. It signs nothing, sends nothing and costs nothing, so run it as often as you like.

Where it runsNo network call is made by the dry run.this browser
What it provesThat the instructions you built assemble into one bundle.the order
Live submissionHanding the bundle to a block engine opens with the wallet adapter.at connect