Skip to content

Commit

Permalink
Merge pull request #481 from bnb-chain/mev-protection
Browse files Browse the repository at this point in the history
add turst wallet and okx wallet mev protection feature intro
  • Loading branch information
BinanceG11 authored Oct 10, 2024
2 parents 9637d79 + 362656a commit aeca316
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion docs/bnb-smart-chain/validator/mev/user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,21 @@ Some DEX protocols or builder providers are keen to provide free protection feat
| ---------------------------- | ------------------------------------------------------------ |
| 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></ul> |

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](https://www.okx.com/ar/help/okx-wallet-supports-flashbot-to-prevent-mev-attack) |
| Wallet | Trust Wallet | Supported | [TrustWallet Swap MEV Protection](https://trustwallet.com/blog/introducing-mev-protection-secure-your-swaps-with-trust-wallet) |




## 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.
Expand Down Expand Up @@ -50,4 +65,3 @@ For those who are very sensitive to transaction confirmation time, to maximize t

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


0 comments on commit aeca316

Please sign in to comment.