Sending Transactions to Private Mempool (Priority Fee)
Learn how to add tips to transaction while sending to private mempool
Last updated
Was this helpful?
Learn how to add tips to transaction while sending to private mempool
Priority fees incentivize builders to include your transaction faster and position it more favorably within a block. Adding a tip to your private transaction provides three key benefits:
Higher inclusion probability: Builders prioritize transactions with higher fees
Better block positioning: Achieve positions 1–2 more reliably
Faster confirmation: Reduce waiting time for transaction inclusion
They are Two approaches exist for adding priority fees to private transactions:
Choose the appropriate method based on your use case:
Method
bsc_privateTx
mev_sendBundle
Transaction count
Single
Multiple
Atomicity
Not applicable
All-or-nothing execution
Use cases
Simple transfers, individual swaps
Arbitrage, multi-step operations
Adding priority fees
Via Multicall3
Separate transaction in bundle
mev_builders format
Array: ["all"]
Object: {"all": ""}
Learn how to submit transactions via Multicall3 or Bundle method to the private mempool.
Last updated
Was this helpful?
Was this helpful?