Skip to content

Commit a498198

Browse files
authored
Mev userguide (#571)
1 parent ae75391 commit a498198

File tree

1 file changed

+16
-7
lines changed

1 file changed

+16
-7
lines changed

docs/bnb-smart-chain/validator/mev/user-guide.md

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,25 @@ Some DEX protocols or builder providers are keen to provide free protection feat
2222
| ---------------------------- | ------------------------------------------------------------ |
2323
| Free Privacy Protecting RPCs | <ul><li>[Pancake Swap Private RPC](https://docs.pancakeswap.finance/products/pancakeswap-private-rpc)</li> <li>[48 Club Private RPC](https://docs.48.club/privacy-rpc)</li><li>[Merkle Free BSC Private RPC](https://merkle.io/free-bsc-rpc)</li><li>[BlockRazor Private RPC with Refund](https://rpc.blockrazor.io/)</li></ul> |
2424

25-
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.
25+
### Builder Proxies
26+
27+
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.
28+
29+
![img](../../img/mev/proxy.png)
30+
31+
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
32+
33+
| Builder Proxy | Associated Builders | Link |
34+
|---|---|---|
35+
| Blockrazor | 48Club, BloXroute, NodeReal | https://rpc.blockrazor.builders
36+
37+
2638

2739
**Wallets with Manual MEV Protection:**
2840

41+
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.
42+
43+
2944
- **Private Transaction Relays:** These relays hide transaction details from malicious actors, preventing them from front-running or sandwich attacking the user's trade.
3045
- **Specialized Builders:** Some wallets utilize builders that prioritize user protection and fair ordering of transactions, minimizing the potential for MEV exploitation.
3146

@@ -62,9 +77,3 @@ You can check the number of validators integrated and the number of blocks of ea
6277

6378
![img](../../img/mev/mev-blocks-by-builders.png)
6479

65-
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.
66-
67-
![img](../../img/mev/proxy.png)
68-
69-
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
70-

0 commit comments

Comments
 (0)