Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save arthurgousset/313d64251193e0a31b8c238ec1edd9ca to your computer and use it in GitHub Desktop.
Save arthurgousset/313d64251193e0a31b8c238ec1edd9ca to your computer and use it in GitHub Desktop.

💾 Lessons from libevm on long-tail MEV opportunities

🔗 Source: Libevm - How a below average programmer found his way into searching

TLDR:

  • pick you poison
    • short-tail: frequent, low margin, very competitive
    • long-tail: infrequent, higher margin, less competitive
    • image
  • every transaction that captures MEV is public on etherscan (you can see funky stuff with unrecognised function signatures)
    • image
  • work in teams of 2-3

Notes:

image

image

image

market is super inefficient for long-tail stuff. short-tail is super competitive.

image

image

long-tail is less competitive, opportunities are less frequent, but margins are there

image

2-3 is the optimal team size (to share the profits)

image

every transaction and opportunity is public

image

my favourite tool for this is etherscan. I usually do this programmatically but you can use etherscan to get your feet wet. Notice that this has a function signature that is not recognisable, that's usually someone doing some funky stuff. Check out the transfer events.

image

image

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment