you are viewing a single comment's thread
view the rest of the comments
[–] 1 point 2 years ago (2 children)

It’s a private MEV mempool

Are you sure there is such a thing? My understanding was that they just submit their sandwich transactions to the mempool with higher and lower gas respectively to achieve their desired priority ranking. Could be wrong though.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 2 points 2 years ago (1 child)

    I'm sure, yes. If you submit to a public mempool, you have no guarantees that your two transactions will land on either side of the target transaction in the same block (They likely won't). You need to leverage conditional transactions with MEV so you guarantee the miner will select and position your transactions where you need them. In this case, before and after the target transaction.

    Check out the Ethereum Foundation's page on MEV for more info.

  • source
  • parent
  • hideshow 1 child comment