From a1ee5185f611d0f9779022a2b496367d6843758b Mon Sep 17 00:00:00 2001 From: jzweb3 <111764304+jzweb3@users.noreply.github.com> Date: Fri, 11 Oct 2024 09:14:10 +0200 Subject: [PATCH] add Merkel Free RPC --- docs/bnb-smart-chain/validator/mev/user-guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/bnb-smart-chain/validator/mev/user-guide.md b/docs/bnb-smart-chain/validator/mev/user-guide.md index 949735f8f9..69b5e2e9d2 100644 --- a/docs/bnb-smart-chain/validator/mev/user-guide.md +++ b/docs/bnb-smart-chain/validator/mev/user-guide.md @@ -16,11 +16,11 @@ PBS(Proposer-Builder Separation) framework offers several advantages for BNB Cha 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, such as [Pancake Swap](https://docs.pancakeswap.finance/products/pancakeswap-private-rpc) and [48 Club](https://docs.48.club/privacy-rpc) You can find the details of the privacy-protecting RPCs through their [documentation.](https://docs.pancakeswap.finance/products/pancakeswap-private-rpc) +Some DEX protocols or builder providers are keen to provide free protection features. | Role | Status and Comments | | ---------------------------- | ------------------------------------------------------------ | -| Free Privacy Protecting RPCs | | +| 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.