Skip to content

User Guide

PBS(Proposer-Builder Separation) framework offers several advantages for BNB Chain users:

  • Users are less likely to have their transactions front-run or sandwiched.
  • Increased competition among block builders can lead to more efficient markets and potentially lower gas prices.
  • Enhanced transaction privacy: Users’ transactions are exposed to fewer parties before being included in a block.
  • Faster transaction processing: More efficient block construction can lead to quicker transaction confirmations.

For Retail Traders

When you trade on a decentralized exchange (DEX), you risk being targeted by bots that can front-run your trades, meaning they see your transaction in the public mempool and execute a similar trade first, profiting from the price change you were going to cause. This can result in you getting a worse price or even losing money. Private RPCs offer a solution to this problem. They route your transactions through a private mempool(Provided by builders), hiding them from bots. This means your trades are less likely to be front-run, and you’re more likely to get the price you expect.

Some DEX protocols or builder providers are keen to provide free protection features.

Role Status and Comments
Free Privacy Protecting RPCs

Several wallets now offer built-in protection against malicious MEV (Miner Extractable Value) attacks, enhancing the security and fairness of users’ transactions. This protection is often available as a feature that users can manually enable during their swap or trading activities.

Wallets with Manual MEV Protection:

  • Private Transaction Relays: These relays hide transaction details from malicious actors, preventing them from front-running or sandwich attacking the user’s trade.
  • Specialized Builders: Some wallets utilize builders that prioritize user protection and fair ordering of transactions, minimizing the potential for MEV exploitation.
Type Name Status How to enable
Wallet OKX Wallet Supported OKX Wallet Enable Swap MEV Protection
Wallet Trust Wallet Supported TrustWallet Swap MEV Protection

For Professional Traders and Service Providers

While free private RPCs offer a good level of protection, you can opt for even stronger safeguards with premium private RPC services. These services often provide advanced features and dedicated infrastructure for enhanced security and performance.

Role Status and Comments
5 Builders (Private privacy protecting RPC service providers)

There are two aspects that may impact the transaction inclusion speed.

  1. Validator Network: Providers with a larger network of integrated validators can often offer faster inclusion speeds. More validators mean more opportunities for your transaction to be picked up and added to a block.
  2. Builder Usage: Higher usage of a builder’s service generally leads to faster inclusion. Increased usage makes the builder’s block proposals more valuable to validators, incentivizing them to prioritize those blocks.

You can view the latest MEV builder data (MEV_Blocks_by_Builders) from the Dune dashboard, and select the appropriate builders to broadcast transactions. The contacts of each builder are listed above in Table 1.

You can check the number of validators integrated and the number of blocks of each builder, as mentioned above.

  1. The more validators are integrated, the faster the builder can be.
  2. The more blocks that are produced, the faster the builder can be.

img

For those who are very sensitive to transaction confirmation time, to maximize the transaction speed, it is recommended to build a proxy to broadcast the transaction to multiple builders to increase the transaction inclusion speed. You need to build your own RPC proxy with multiple builder service providers.

img

A transaction proxy sample code is built by NodeReal, You can find it in the open-source git repo here https://github.com/node-real/private-tx-sender