Send Bundle
Introduction
This document details the utilization of the eth_sendBundle
RPC method, pivotal for submitting transaction bundles within the puissant-builder system, now entering its version 2. This iteration introduces enhanced auction and sorting flexibility compared to the first generation, puissant-mev.
Version 2 of puissant-builder offers a more dynamic auction mechanism for bundle submission. The auction price is composed of two main components: the total gas fees of transactions in the bundle that are not from the tx_pool and the BNB directly transferred to the Builder Control EOA. The calculation formula accounts for the effects of BEP95, whereby 10% of the gas fees are burnt, thus applying a 10% discount to the gas fee component. Direct transfers to the Builder Control EOA are prioritized in the auction ranking, providing a significant advantage in bundle sorting.
Builder Control EOA
Address: 0x4848489f0b2BEdd788c696e2D79b6b69D7484848
Description: This is the externally owned account (EOA) managed by the builder. It is integral to handling transactions and prioritizing bundle sorting within the puissant-builder system. Strategic transactions directed to this EOA can significantly influence the sorting order, leveraging network efficiencies for optimized transaction execution.
Bundle Sorting
The bundle sorting algorithm employs the following formula:
TransactionUnique: Refers to a transaction included in the bundle that does not appear in the public transaction pool.
Importance and Benefits of 48SoulPoint Member Signature
The inclusion of a 48SoulPoint Member signature with your bundle submission enhances request rate limits and the number of transactions per bundle, along with additional services. It is highly recommended to leverage this feature to maximize the benefits within the puissant-builder system.
Question?
Join Telegram Group
Request Parameters
The table below outlines the parameters required to submit a bundle:
Request Example
Response Example
Last updated