How I spend my days Mempool watching (Part 1): Transaction Prediction through EVM Tracing

<p>Today, I&rsquo;ll be discussing the importance of&nbsp;<strong>mempool watching</strong>, a powerful technique for understanding people&rsquo;s intentions through pending transactions in the mempool. Harnessing this capability is invaluable for everyone.</p> <p>In this blog post, I&rsquo;ll share a real problem I encountered while building my sandwich bot and demonstrate how I successfully tackled it using EVM tools like&nbsp;<strong>EVM</strong>&nbsp;<strong>tracing</strong>.</p> <p>By employing EVM tracing tools as presented in this blog post,&nbsp;<strong>you can proactively learn how a pending transaction will impact the blockchain states once it&rsquo;s added to a new block</strong>.</p> <p><em>The techniques learned here will enable you to easily:</em></p> <ul> <li><strong>predict price impact of a swap action,</strong></li> <li><strong>know if you&rsquo;re dealing with a tax/toxic token beforehand,</strong></li> <li><strong>catch Salmonella attacks and avoid being rekt,</strong>&nbsp;(<a href="https://github.com/Defi-Cartel/salmonella" rel="noopener ugc nofollow" target="_blank">https://github.com/Defi-Cartel/salmonella</a>)</li> <li><strong>simulate bundles just like Tenderly on your local machine.</strong>&nbsp;(<a href="https://tenderly.co/transaction-simulator" rel="noopener ugc nofollow" target="_blank">https://tenderly.co/transaction-simulator</a>)</li> </ul> <p>I&rsquo;ll call this task:&nbsp;<strong>Transaction Prediction</strong>.</p> <p>Let&rsquo;s get started right away.</p> <p>As an aspiring MEV searcher, I&rsquo;ve spent a long time bird watching.</p> <p><a href="https://medium.com/@solidquant/how-i-spend-my-days-mempool-watching-part-1-transaction-prediction-through-evm-tracing-77f4c99207f"><strong>Read More</strong></a></p>
Tags: EVM Mempool