azerpas / uniswap-cli

Uniswap V3 CLI for swapping from your terminal
MIT License
21 stars 6 forks source link

When swapping on the mainnet, it could be helpful to display a tip to use MEV Blocker to the user #10

Open azerpas opened 10 months ago

azerpas commented 10 months ago

The tip would detail that the user could be exposed to frontrunning and sandwich attacks

More at https://mevblocker.io

AJolly commented 10 months ago

Interestingly, seems like private tx's are not always better - slower execution, and users tend to increase slippage, resulting in worse price execution. https://www.blocknative.com/blog/mev-protection-negative-settlement

azerpas commented 10 months ago

Interestingly, seems like private tx's are not always better - slower execution, and users tend to increase slippage, resulting in worse price execution. https://www.blocknative.com/blog/mev-protection-negative-settlement

Great read @AJolly! Thank you