TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: MEV in Bitcoin? and Why? [pdf]

3 pointsby johnnatan20almost 3 years ago

1 comment

johnnatan20almost 3 years ago
Some Mining Pool Operators (MPO -- or simply miner) offer transaction acceleration services in Bitcoin where transaction issuers can pay miners off-chain (privately) to get their transactions included ASAP, frontrunning other transactions in the queue. Examples of such services include [3; 4; 5]<p>Then, after publishing the paper &quot;Selfish &amp; opaque transaction ordering in the Bitcoin blockchain: the case for chain neutrality,&quot;[1 and 6], which shows that MPOs deviate from some common assumptions in Bitcoin, I decided to investigate further some of the transactions accelerated by MPOs. So I did a bunch of empirical experiments and noticed that these services work pretty well.*<p>I also noticed that some Bitcoin transactions include arbitrary data through the OP_Return opcode, which enables applications to be built on top of the Bitcoin blockchain. For example, the Omni Layer (<a href="https:&#x2F;&#x2F;omniexplorer.info" rel="nofollow">https:&#x2F;&#x2F;omniexplorer.info</a>) allows users to issue transactions that send USDT to other Omni addresses. However, on the Bitcoin blockchain, the transaction input&#x2F;output is worth only a few dollars, making it hard for transaction monitoring systems to track the actual value of transactions.<p>For example, the following txid &quot;ba05a61af97424b340358c2d97080236767ee5b9811d90773f86c35b1ce7f022&quot; sends 13 million USDT through Omni but in the Bitcoin it shows an output of 27,072.48 USD where 27,058.87 USD is a change and a fee of 1 USD. We can retrieve the Omni value by parsing the OP_Return tx output from Bitcoin tx data.<p>The PDF file (see [2]) shows a draft of a preliminary analysis where for all 313,575,387 transactions issued and mined in Bitcoin from Jan 2018 to Dec 2020, 42,832,713 (13.66%) contain OP_Return opcode, where:<p>- 17,993,300 txs belong to Omni Layer Protocol (an average of ~111 txs per block), representing 5.74% of all issued txs and 42% of all OP_Return opcode transactions. Of all Omni txs, 97.27% belong to the Tether USDT token.<p>- From our set of inferred to be accelerated transactions (following methodology in [1]), we have that 1805 OP_RETURN txs were accelerated. From this set, 1740 accelerated txs belong to Omni Layer Protocol. 1739 txs belong to Tether token (USDT) and 1 to Omni token.<p>Question: I understand users would want to accelerate the inclusion of transactions in DeFi (e.g., in Ethereum), but why would someone want to accelerate Bitcoin transactions? I&#x27;m still struggling to find reasons why someone would want to pay for the acceleration of Bitcoin transactions.<p>Thank you in advance for your time and any insights you have!<p>References<p>[1] - <a href="https:&#x2F;&#x2F;dl.acm.org&#x2F;doi&#x2F;10.1145&#x2F;3487552.3487823" rel="nofollow">https:&#x2F;&#x2F;dl.acm.org&#x2F;doi&#x2F;10.1145&#x2F;3487552.3487823</a><p>[2] - <a href="https:&#x2F;&#x2F;github.com&#x2F;johnnatan-messias&#x2F;blockchain-transaction-ordering&#x2F;blob&#x2F;master&#x2F;complementary-analysis&#x2F;btc-tx-ordering.pdf" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;johnnatan-messias&#x2F;blockchain-transaction-...</a><p>[3] - <a href="https:&#x2F;&#x2F;www.viabtc.com&#x2F;tools&#x2F;txaccelerator" rel="nofollow">https:&#x2F;&#x2F;www.viabtc.com&#x2F;tools&#x2F;txaccelerator</a><p>[4] - <a href="https:&#x2F;&#x2F;pushtx.btc.com" rel="nofollow">https:&#x2F;&#x2F;pushtx.btc.com</a><p>[5] - <a href="https:&#x2F;&#x2F;pushtx.com" rel="nofollow">https:&#x2F;&#x2F;pushtx.com</a><p>[6] - <a href="https:&#x2F;&#x2F;github.com&#x2F;johnnatan-messias&#x2F;blockchain-transaction-ordering" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;johnnatan-messias&#x2F;blockchain-transaction-...</a><p>My website: <a href="http:&#x2F;&#x2F;johnnatan.me" rel="nofollow">http:&#x2F;&#x2F;johnnatan.me</a><p>Twitter: <a href="https:&#x2F;&#x2F;twitter.com&#x2F;johnnatan_me" rel="nofollow">https:&#x2F;&#x2F;twitter.com&#x2F;johnnatan_me</a><p>* These results will be available in a new paper to be submitted soon!