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, and the average transaction confirmation time is around 4-5 seconds, and it may fluctuate according to the network conditions.

Role Status and Comments
Free Privacy Protecting RPCs

Builder Proxies

The builder proxies act as a transaction broadcaster for builders. Instead of users’ transactions being limited to a smaller set of pre-registered validators or specific builders, the proxies take each submitted transaction and broadcasts it to all registered builders across the network. This broader dissemination benefits users by significantly increasing the chances of their transaction being picked up by a builder and included in the next block, leading to faster transaction confirmation times. Furthermore, the increased competition among builders, who now have access to a larger pool of transactions, can potentially result in more efficient block construction and, indirectly, potentially lower transaction fees and improved censorship resistance for users.

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

Builder Proxy Associated Builders Link
Blockrazor 48Club, BloXroute, NodeReal https://blockrazor.gitbook.io/blockrazor/builder/bsc
Merkle 48Club, BlockRazor https://www.merkle.io/bsc-rpc

Wallets with Manual MEV Protection:

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.

  • 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 Trust Wallet Supported TrustWallet Swap MEV Protection
Wallet Binance Web3 Wallet Supported Binance Alpha tokens MEV Protection
Wallet OKX Wallet Supported OKX Wallet Enable Swap MEV Protection
Wallet TokenPocket Wallet Supported TokenPocket Swap MEV Protection
Wallet Safepal Wallet Supported Safepal Swap MEV Protection
Wallet Math Wallet Supported Mathwallet 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