Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate a MEV-protected RPC on the Bundler #702

Open
TheDivic opened this issue Sep 17, 2024 · 0 comments
Open

Integrate a MEV-protected RPC on the Bundler #702

TheDivic opened this issue Sep 17, 2024 · 0 comments
Labels
⬆️ Enhancement Enhancement to an existing feature or capability 🤝🏻 TrustWallet Tasks related to TrustWallet

Comments

@TheDivic
Copy link
Collaborator

TheDivic commented Sep 17, 2024

What?

Integrate a MEV-protected RPC for Ethereum only using the research gathered by @TakGN in this ticket:
https://github.com/bcnmy/engineering-private/issues/94

Why?

We are experiencing frontrunning on some networks like Ethereum and Polygon which causes us to lose profits and our clients to have a bad user experience when their tx gets frontran.

How?

We need to check if we can split the RPC calls into two categories and route the requests to appropriate providers:

  • Simple read calls should use a normal provider
  • Contract calls & sending transactions should use a MEV-protected RPC endpoint.
@TheDivic TheDivic added Backend ⬆️ Enhancement Enhancement to an existing feature or capability ✨ Feature New feature addition 🤝🏻 TrustWallet Tasks related to TrustWallet and removed Backend ⬆️ Enhancement Enhancement to an existing feature or capability ✨ Feature New feature addition labels Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⬆️ Enhancement Enhancement to an existing feature or capability 🤝🏻 TrustWallet Tasks related to TrustWallet
Projects
None yet
Development

No branches or pull requests

1 participant