We're going to estimate a lower bound of cross-domain MEV

Hi everyone,

For the ETHGlobal HackMoney 2021 competition, the Semiotic Labs team built Western Gate to measure (but not capture) cross-domain arbitrage. The project monitored Uniswap v2 pools across Polygon, BNB Smart Chain, and Ethereum. E.g. this diagram shows that at one point in time, you could have (maybe) made $289 USDT arbitrage profit across Polygon/Ethereum:

Fast-forward one year, and we are now in the 3rd generation of the cross-domain arb measurement project. We have rebranded Western Gate as Odos.xyz Cross-domain Arbitrage Tracker (CAT). We still only monitor Uniswap v2 pools, but we’ve expanded to monitor eight chains and we search 35M cross-domain arbitrage paths every 12 seconds.

We have previously only stored leaderboard arbs, but, starting last week, we began to record all arb information measured by CAT. There are many interesting questions that can be answered with this data – especially when combined with other data from Flashbots, the mempool, or CEXs. I’ve been collaborating with @shea and @sxysun to prioritize the questions. Below, I summarize our conversations. I marked questions that can be answered using CAT data with :cat:, questions that may require Flashbots or mempool data with :zap:, questions that need historical CEX data with :bank:, and questions that I don’t know how to answer currently (or could require significant work or planning) with :brain:.

@shea’s summary:

The highest priority is to validate basic assumptions — sizing the xdomain opportunity and determining if it’s a profitable activity. Concretely:

  1. What is the (lower bound) TAM of xdomain MEV? :cat:
  2. Is there an incentive to execute xdomain MEV? (Does xdomain MEV unlock novel profits that are greater than single domain MEV)? :zap::cat:

A strawman for what this might involve:

  • Historical xdomain arb data from CAT (detected opportunities) :cat:
  • What other kinds of xdomain mev can/should we add? :brain:
  • Getting a good picture of single-domain for comparison :zap:
  • There’s also the practical angle of finding people who are already running domain strategies and measuring their profit :brain:
  • Would be neat to line up historical CEX data with the historical CAT arb paths. :cat::bank:
  • Could adding the option to swap to a CEX extend some of these paths? :brain:
  • Would also be interesting to understand what the distribution is of pure DEX <> DEX arb vs DEX <> CEX vs CEX <> CEX :brain:

Related, here are notes that I took during a conversation with @sxysun:

  • @sxysun has estimated that bursts of activity (about 5% of blocks) account for the majority (around 70%) of MEV. Can we get a tighter measurement of that? :zap::cat:
  • Can we get a better measurement of the utility (based on time preference) experienced by traders? :brain:
  • Can we estimate the welfare that could be achieved by ordering transactions in such a way that the group/batch benefits as a whole? (Versus random ordering or maximal extraction.) You also pointed out that this is similar to what CoW Swap does. :brain:

Likely initial outcomes of this research include one or more academic papers, blog posts, and talks. In the longer term, this research could motivate the need to make xdomain markets more efficient. Please get in touch/comment if you are interested in collaborating, or have questions, ideas, or critiques.

6 Likes

What is TAM? Can you explain that point with a little more detail, please?

hello - is there public access to the CAT data?

edit: I see a subgraph PR in progress :)))

Hi @guayabyte, TAM is the Total Addressable Market. It’s usually a metric calculated for investors or decision-making when estimating how large a market opportunity is. In this context, TAM is the maximum plausible amount of domain arb.

1 Like

Hey @0xEvan, that subgraph is for Odos swapping analytics - not for arb data. We currently don’t provide public access to CAT data. If we do a publication, we will likely release the data used for that.