Quote:
Originally Posted by stinkypete
A naive high fee AMM will only make money (EV) against a small subset of arbitrage assuming there's un?informed flow elsewhere and the price isn't fundamentally stable or mean reverting like a stablecoin pair. You're basically saying the AMM makes money against arbitrageurs who are trading against fat fingers or unsophisticated whales dumping large market orders on the other side. In reality the AMM gets crushed by arbitrage when the market gaps or trends heavily.
My understanding is that's wrong, but I'm open to being corrected on that.
That's not the gotchya you think it is.
Me: You'll lose money in a trending market.
You: Yeah but if the drift is small relative to the chop you'll win.
No ****? You lose when the trend dominates. You win when it doesn't.
One thing you'll see when the markets mature and LP rewards inevitably either go to zero or a tiny fraction of what they are today, is a huge relative decrease in non-toxic flow. When ponzi tokens stop feeding the arbitrageurs and naive AMMs, the honeymoon ends, and the active market makers take over. Hopefully it'll eventually be possible to do that and maintain decentralization, but that seems pretty far off.
Everything you've said here agrees with everything I said/linked before 🤝 And very much with my current portfolio and strategies.
Regarding mev-geth, the way it works is searchers submit transaction bundles in a private "fast lane" to miners representing 58% (last I checked) of the hashpower where there's a sealed price auction dynamic -- for the same arbitrage or liquidation or whatever MEV opportunity, the miner accepts the one with the highest bribe and includes it in the block as a 0 gwei transaction. Here is an example. Note, this was not the case even just a few months ago.
You can see the bribe that is transferred to the miner in the actual transaction.
This has had a couple interesting affects. First, it massively reduces network congestion as the txs that don't get included don't get broadcasted to the mempool (and then fail). The MEV searchers only compete with each other in their own tx pool. Second, it has made competing in the mempool far less profitable (and for many bots, unprofitable). Some mining pools doing their own extractions are not using Flashbots.
The normal geth client ordered the txs included in the block sorted by gas price (highest first), then for txs with the same gas price, it's random. This created a lot of spam from competition for profitable backrunning opportunities, and I believe it now sorts by time first seen:
https://github.com/ethereum/go-ethereum/issues/21350.
Uniswap has been operating for many months now without any incentives on most of its trading pairs outside of the trading fees. The bull market has been kind to naive LPs and in many cases they're losing, but up in USD, and so they don't really feel it.
V3 is still so new and will take a bit of time for LP strategies to grow in complexity, but they're almost certainly negative EV a high % of the time without external incentives, and probably ~always in a bear market -- and will be even moreso for all but the very best (perhaps only MEV extractors, as I mentioned before) in 2-6 months.