This is where it all comes together. Your token is deployed and all bundle wallets buy simultaneously.
What Happens
1
Sign — your deployer key signs the deploy transaction
2
Sign — deployer key signs the BNB platform fee transfer (nonce + 1)
3
Sign — each bundle wallet signs its own swapExactInput buy transaction
4
Broadcast — ALL signed transactions are sent to the network simultaneously
5
Confirm — the app waits for all transactions to be included in blocks
6
Fee — if applicable, fee wallets transfer their tokens to the platform
7
Verify — the app checks which blocks each transaction landed in
8
Save — the launch is saved to your account history
Requirements
Your deployer private key (same one used for funding)
All wallets must be funded (Step 5)
Launch must be prepared (Step 6)
Transaction Breakdown
For a launch with 5 wallets:
#
Transaction
Signed By
Description
1
Deploy
Deployer (nonce N)
Create token via Portal/VaultPortal
2
BNB Fee
Deployer (nonce N+1)
Platform fee to fee wallet
3
Buy 1
Wallet 1 (nonce 0)
swapExactInput: BNB → Token
4
Buy 2
Wallet 2 (nonce 0)
swapExactInput: BNB → Token
5
Buy 3
Wallet 3 (nonce 0)
swapExactInput: BNB → Token
6
Buy 4
Wallet 4 (nonce 0)
swapExactInput: BNB → Token
7
Buy 5
Wallet 5 (nonce 0)
swapExactInput: BNB → Token
All 7 transactions are broadcast at the same moment.
After Launch
The app shows:
Deploy TX hash with a link to BSCScan
Buy TX hashes with block numbers for each
Same-block status — whether all transactions landed in the same block
Fee TX hash if a platform fee was charged
Block Verification
After all transactions confirm, the app verifies their block numbers:
✅ All same block — perfect bundle, all transactions in one block
⚠️ Spread across blocks — transactions landed in nearby blocks (typical with public RPC)
For guaranteed same-block inclusion, a private/builder RPC is needed (48Club, Bloxroute). With public RPC, transactions typically land within 1–3 blocks of each other.
What If It Fails?
Deploy reverts — usually means the vanity address is already taken. Go back to Review and re-prepare to get a new salt.
Buys fail — check that wallets have enough BNB. If the token didn't deploy successfully, buys will fail too.
Fee TX fails — non-critical, the launch still succeeded. The platform fee can be paid separately.
Next Step
Switch to the Manage tab to view balances, sell tokens, and collect BNB.