REVIEW 4 major objections 9 minor 40 references
There Will Be Spam: Characterizing State-Invariant Transactions and Speculative MEV
T0 review · 4 major / 9 minor · reviewed 2026-07-31 · grok-4.5
Pith's one-line read Nearly 1.4 billion blockchain transactions leave the ledger state unchanged beyond fees, and on Layer-2s they are a large share of all activity.
desk verdict Useful general spam metric and a real multi-chain census, undercut by a clear abstract/table mismatch on the headline MEV shares. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
State-invariant transaction: a transaction whose removal from a block leaves the resulting blockchain state identical once fee transfers to the proposer or fee vaults are ignored. Detected at scale via per-block stateDiff traces (only sender and fee recipients change, and the deltas match the fees), then classified with calldata entropy matching for speculative vs non-speculative MEV, plus external labels for address poisoning and inscription prefixes.
What would settle it
Re-run the same block range with full ABI-aware or de-obfuscated calldata parsing (or ground-truth bot source) and check whether the speculative/non-speculative split and the 57%/68% MEV attribution on Optimism and Base hold; if most “speculative” bots actually encode amounts off-chain, the dominance claim fails.
Extended reading notes
Core claim
State-invariant transactions—transactions that execute code but leave account balances and storage unchanged beyond fee transfers—are a measurable, large class of spam. Across the study window they total nearly 1.4 billion; they are a minor fraction of Ethereum volume but roughly a quarter to more than a third of all transactions on Optimism and Base. Speculative MEV is the dominant but not exclusive source on those rollups (about 57% and 68%), and after including the cost of state-invariant attempts speculative strategies are often unprofitable; on Ethereum, address poisoning is a major non-MEV source among successful state-invariant transactions.
Load-bearing premise
A successful arbitrage or liquidation is treated as non-speculative only when an entropy-filtered token amount from the trade appears in the calldata, so bot labels and the MEV share of spam rest on searchers not systematically hiding those amounts.
Editorial extensions
If this is right
- Removing or not retaining state-invariant history would free a large fraction of archive-node storage on Optimism and Base.
- Fee or sequencing rules that discourage pure probes would shrink Layer-2 spam and priority-gas auctions without needing a public mempool.
- Protocol filters on zero-effect executions could simultaneously reduce address-poisoning volume on Ethereum.
- Profitability rankings of MEV strategies reverse once state-invariant fees are counted, so searchers and designers should price failed probes explicitly.
- Inscriptions and pure message-passing are real but small contributors compared with speculative MEV and phishing in this window.
Reading between the lines
- Rollup designs that made speculation cheap may need complementary “state-effect” or simulation gates before inclusion, or history-pruning rules keyed to state-invariance.
- Wallet and explorer UX that hide zero-value and look-alike transfers would blunt address poisoning even without consensus changes.
- If calldata obfuscation becomes common, the paper’s scalable bot classifier will need a trace- or simulation-based backup, reopening the cost tradeoff the authors avoided.
- Archive-node centralization pressure on high-throughput L2s is partly an artifact of retaining economically null transactions, not only of useful throughput.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces "state-invariant transactions" — transactions whose removal from a block leaves the ledger state unchanged except for fee transfers — as a formal, origin-agnostic metric for on-chain spam. Using per-block stateDiff traces from Reth archive nodes (with fee-vault accounting for L2s), the authors measure such transactions on Ethereum, Optimism, and Base from Sep 2023 to Jul 2025, finding ~1.4B state-invariant transactions: 2.6% of Ethereum's volume, but 24% on Optimism and 37% on Base. A trace-independent calldata-matching heuristic (with an entropy filter at false-positive rate f=10^-6) classifies MEV bots as speculative/non-speculative/hybrid, building on Torres et al.'s arbitrage/liquidation detection. The paper reports that speculative MEV dominates state-invariant volume on L2s, that most speculative bots are unprofitable once failed-attempt fees are counted, and that 53% of non-reverted state-invariant transactions on Ethereum stem from address poisoning. The core detection methodology is well-specified and matches the formal definition; limitations (obfuscation, dataset gaps) are disclosed.
Significance. If the numbers are reconciled, this is a significant measurement contribution. It provides the first formal, origin-agnostic definition of on-chain spam (state-invariance), the first large-scale quantification across an L1 and two major L2s over 23 months, and evidence that (i) prior spam measurements systematically underestimated non-arbitrage spam, (ii) speculative MEV on L2s is largely unprofitable once failed-attempt fees are counted, and (iii) a large share of Ethereum's successful spam is address poisoning — a security-relevant finding, not just an efficiency one. The classification heuristic is cheap, stated with an explicit false-positive bound, and its failure modes (calldata obfuscation, hybrid strategies, dataset coverage gaps) are disclosed in §3.3, which makes the results appropriately falsifiable. The cross-chain contrast (2.6% vs. 24% vs. 37%) and the mempool-supply-chain explanation for Ethereum's lower spam rate are both useful inputs to fee-mechanism and sequencing-policy design. The dataset and methodology, if released, would likely become a standard reference.
major comments (4)
- [Abstract / §1 vs. Tables 3–4] The headline attribution figures — speculative MEV accounting for 57% (Optimism) and 68% (Base) of state-invariant transactions — cannot be reproduced from the paper's own tables. Table 4 reports 83,760,338 speculative state-invariant txs on Optimism and 681,985,254 on Base; dividing by the Table 3 totals (122,454,486 and 1,228,926,146) yields 68.4% for Optimism and 55.5% for Base — roughly the reverse of the stated ordering, and an exact match for neither. Meanwhile §4.3.1's separate statement that 73%/60% of state-invariant txs correspond to identified bots matches Table 4's totals exactly (89.05M/122.45M = 72.7%; 716.24M/1228.9M = 58.3%), so the unexplained 57%/68% pair is the outlier. These percentages are the quantitative spine of the 'speculative MEV is dominant on L2s' claim and are repeated in the abstract, §1, the contributions list, and §5. Please reconcile: either correct the
- [Table 4 (Hybrid rows)] Table 4 has internal inconsistencies in the Hybrid rows that need explanation. For Base, the Hybrid state-invariant total is 32,930,392, but the Arbitrage and Liquidation sub-rows sum to 32,406,533 + 5,652,728 = 38,059,261, which exceeds the total. The same pattern holds for Optimism Hybrid (4,792,528 + 1,315,749 = 6,108,277 ≠ 5,071,709) and Ethereum Hybrid (223,701 + 29,795 = 253,496 ≠ 227,892). If this is because bots appear in both the arbitrage and liquidation sub-rows and transactions are double-counted across sub-rows, the table needs a footnote saying so and clarifying that the total row is deduplicated; otherwise the numbers are simply wrong. Relatedly, the 'Suc. Txs' entry for Base Hybrid reads '555,6975' — clearly 5,556,975 (which makes the Base total of 14,469,009 check out). Also, the bot counts do not add up (Ethereum: 582 + 836 + 468 = 1,886 vs. stated total 1,845), presuma
- [§4.5 and Abstract/§1 (53% address-poisoning share)] The 53% headline figure does not survive an internal consistency check either. §1 and the abstract state that address poisoning accounts for 53% of *non-reverted* state-invariant transactions on Ethereum. Table 3 gives 7,046,314 successful (non-reverted) state-invariant transactions, and 3,757,045/7,046,314 = 53.3% — but §4.5 states that of the 3,757,045 poisoning-related transactions, only 2,777,055 (72%) execute successfully. Using the successful subset gives 2,777,055/7,046,314 = 39.4%, not 53%. Either the 53% claim uses the wrong numerator (mixing failed transactions into a 'non-reverted' share) or §4.5's 72%-successful statement is wrong. Additionally, §4.5 first says the 3,402,101 matched transactions are 'nearly twice the number reported in the original dataset' and immediately after says the methodology 'identifies approximately 50% more' — 3.40M vs. 1.76M is ~93% more; pick one
- [§4.3.1 and §4.3.5 (denominator ambiguity)] The text is careless about which denominator the MEV-attribution percentages use, which materially changes the message. §4.3.1 states 'the overwhelming majority of state-invariant transactions (91%) are generated by speculative arbitrage bots' on Optimism — but 81.56M/89.05M = 91.6% is the share of *MEV-bot-attributed* state-invariant transactions; as a share of all state-invariant transactions it is 81.56M/122.45M = 66.6%. The Base sentence in the same paragraph is correctly qualified ('of all state-invariant transactions attributed to MEV bots'), and §4.3.5's '93%/95%' figures are also shares of the MEV-attributed subset. Given that the paper's own thesis is that speculative MEV is 'not the only source' of spam, mixing attributed-share and total-share denominators in adjacent sentences invites misreading; please audit all such percentages and state denominators uniformly.
minor comments (9)
- [§4.5] Typo '278,25' for the Base address-poisoning transaction count (presumably 278,250 or similar).
- [§3.3 (Limitations)] Cites 'Tsuchiya et al. [32]' for the address-poisoning dataset, but [32] is 'Blockchain Amplification Attack' (Tsuchiya et al., PoMACS 2025); the correct reference is [31] (USENIX Security 2025). §3.2.2 uses [31] correctly.
- [§3.1 (formal definition vs. detection)] The formal definition says S_Bi = S_Bi' after removal 'excluding the transfer of transaction fees', but removing a transaction also reverts the sender's nonce increment, which can affect subsequent same-sender transactions in the block. The stateDiff-based detection (which checks only balances/storage against expected fees) would not catch this. Please clarify whether nonce changes are ignored by the operational check and argue (or bound) why this does not matter in practice — e.g., bots rarely send multiple dependent transactions per block.
- [Table 3 header] The column is headed 'Earnings [ETH]' but §4.2.1–4.2.2 interpret the percentages as shares of *priority* fees (excluding base fee). On L2s, fees are split across three vaults (§3.1); please state precisely which fee components are summed in this column, and reconcile with Figure 2(c)/(d), which distinguishes 'Total Fee' from 'Priority Fee'.
- [§4.3.5 (profitability claims)] 'Most speculative bots are unprofitable' / 'speculative MEV is not the most profitable strategy' would be more precisely stated as *aggregate* profits being negative for speculative arbitrage on L2s (Table 6: −31.26 ETH Optimism, −28.07 ETH Base), while speculative liquidation remains strongly profitable in aggregate and ~21–26% of speculative bots remain individually profitable after costs. Please also state the revenue-estimation assumptions inherited from [10] (e.g., whether token amounts are valued at block-time prices, and whether L1 data-availability fees are included in costs).
- [§4.2.2 and passim] Grammar: 'successful state-invariant transactions are, on average, pay less' → 'pay less on average'. Typos: 'asscociated' (§1), 'medatada' (§2.4), 'large-sale' (§7), 'is label as' (§4.4).
- [Table 2 vs. Table 4] Arbitrage + liquidation bot counts (10,087 + 688 = 10,775) do not match Table 4's total of 10,769 bots for Base; a one-line note on how cross-strategy bots are counted would help.
- [Figures 2–3] Axis labels and legends are small and the four-panel fee figures would benefit from a log-scale or normalized variant given the Ethereum/L2 magnitude gap. Figure 1's 'Entropy Filter' step would be clearer if the filtered (too-short) amount were visually distinguished from the matched one.
- [General] Reproducibility: the paper would be substantially strengthened by releasing the state-invariant transaction dataset, the bot classifications, and the classification code. The methodology is described at a level that permits re-implementation, but the headline discrepancies above illustrate the value of artifacts that let readers verify the numbers directly.
Circularity Check
Empirical measurement paper with an operational definition and independent on-chain counts; no derivation reduces to its inputs by construction.
full rationale
The paper’s central quantities (counts of state-invariant transactions, shares attributed to speculative/non-speculative/hybrid MEV, profitability after fees, address-poisoning volume) are obtained by applying an operational definition to archive-node stateDiff traces and by labeling bots via a calldata-matching heuristic, then tallying observed transactions and fees. State-invariance is defined as ‘removal leaves ledger state unchanged beyond fees’ and checked against trace_replay_block_transactions stateDiffs; it is not derived from the spam percentages later reported. Speculative vs non-speculative labeling is a stated heuristic (token amounts in calldata under an entropy filter), not a fitted parameter renamed as a prediction, and profitability is revenue minus observed fees rather than a residual forced by construction. Self-citations (Torres et al. MEV detectors; Messias et al. inscription methodology; Tsuchiya et al. poisoning dataset) supply prior detectors and labels used as measurement instruments; they do not import a uniqueness theorem or ansatz that forces the 1.4B count or the L2 dominance claims. Numerical inconsistencies between abstract percentages and Tables 3–4 are a correctness/reproducibility issue, not circularity. No self-definitional loop, fitted-input-as-prediction, or load-bearing self-citation chain is present.
Assumptions & free parameters
free parameters (2)
- calldata amount-match false-positive rate f =
10^{-6}
- non-MEV bot activity thresholds =
10000 txs; >99% state-invariant
assumptions (5)
- ad hoc to paper A transaction is state-invariant iff removing it leaves S_B identical ignoring proposer/fee-vault balance changes exactly equal to fees; all reverted contract txs qualify.
- domain assumption Presence of at least one eligible dynamic token amount in calldata indicates off-chain precomputation (non-speculative); absence indicates speculative on-chain search.
- domain assumption OP-stack fee splits (base, sequencer/priority, L1 data) land only in known fee vaults; matching sender+vaults with exact fee deltas is necessary and sufficient for fee-only state change.
- domain assumption Torres et al. arbitrage/liquidation detectors (extended) adequately enumerate successful MEV for bot labeling and revenue.
- domain assumption Tsuchiya et al. address-poisoning labels (plus from/to expansion) are a valid ground set for poisoning attribution on Ethereum.
invented entities (2)
-
state-invariant transaction (as spam metric)
independent evidence
-
hybrid MEV bot category
independent evidence
Cite this review
Pith. "Pith review of There Will Be Spam: Characterizing State-Invariant Transactions and Speculative MEV." pith.science (2026). https://pith.science/paper/DH3GEW2M
@misc{pith2026260724172,
author = {Pith},
title = {Pith review of: There Will Be Spam: Characterizing State-Invariant Transactions and Speculative MEV},
year = {2026},
howpublished = {\url{https://pith.science/paper/DH3GEW2M}},
note = {Machine review of arXiv:2607.24172}
}
read the original abstract
Blockchains rely on transparency and immutability to ensure trust, but these guarantees come at the cost of an ever-growing ledger that increasingly threatens decentralization by making it more expensive to store and maintain the full transaction history. In this work, we introduce state-invariant transactions, defined as transactions whose inclusion or removal does not affect the resulting blockchain state beyond transaction fees. We argue that these transactions constitute a form of on-chain spam because they consume execution, bandwidth, storage, and blockspace without contributing to the final ledger state. We present the first large-scale measurement of state-invariant transactions across Ethereum, Optimism, and Base, identifying nearly 1.4 billion such transactions. While only 2.6% of Ethereum transactions are state-invariant, they account for 24% of transactions on Optimism and 37% on Base, representing a significant source of unnecessary resource consumption on Layer-2 blockchains. We show that speculative Maximal Extractable Value (MEV) is the dominant source of state-invariant transactions on Optimism and Base, accounting for 57% and 68%, respectively, but is not the only source as previously assumed. Moreover, despite its popularity, speculative MEV is not the most profitable strategy once the costs of state-invariant transactions are considered. Beyond MEV, we identify substantial malicious activity, with address poisoning campaigns accounting for 53% of non-reverted state-invariant transactions on Ethereum. Our findings suggest that mitigating state-invariant transactions could substantially reduce blockchain resource consumption and transaction costs while limiting phishing campaigns and other forms of blockchain abuse.
Figures
Reference graph
Works this paper leans on
-
[1]
Kushal Babel, Philip Daian, Mahimna Kelkar, and Ari Juels. 2023. Clockwork finance: Automated analysis of economic security in smart contracts. In2023 IEEE Symposium on Security and Privacy (SP). IEEE, 2499–2516
2023
-
[2]
Kushal Babel, Mojan Javaheripi, Yan Ji, Mahimna Kelkar, Farinaz Koushanfar, and Ari Juels. 2023. Lanturn: Measuring Economic Security of Smart Contracts Through Adaptive Learning. InProceedings of the 2023 ACM SIGSAC Conference on Computer and Communications Security(Copenhagen, Denmark)(CCS ’23). Association for Computing Machinery, New York, NY, USA, 12...
arXiv 2023
-
[3]
Jan Bormet, Sebastian Faust, Hussien Othman, and Ziyan Qu. 2025. BEAT-MEV: Epochless Approach to Batched Threshold Encryption for MEV Prevention. In34th USENIX Security Symposium (USENIX Security 25). USENIX Association, Seattle, WA, 3457–3476. https://www.usenix.org/conference/usenixsecurity25/presentation/bormet
2025
-
[4]
Lorenz Breidenbach, Philip Daian, Florian Tramèr, and Ari Juels. 2018. Enter the hydra: towards principled bug bounties and exploit-resistant smart contracts. InProceedings of the 27th USENIX Conference on Security Symposium (Baltimore, MD, USA)(SEC’18). USENIX Association, USA, 1335–1352
2018
-
[5]
cdump. 2026. EVMole. https://github.com/cdump/evmole
2026
-
[6]
Arka Rai Choudhuri, Sanjam Garg, Julien Piet, and Guru-Vamsi Policharla. 2024. Mempool Privacy via Batched Thresh- old Encryption: Attacks and Defenses. In33rd USENIX Security Symposium (USENIX Security 24). USENIX Association, Philadelphia, PA, 3513–3529. https://www.usenix.org/conference/usenixsecurity24/presentation/choudhuri
2024
-
[7]
Philip Daian, Steven Goldfeder, Tyler Kell, Ian Li, Xueyuan Zhao, Iddo Bentov, Lucas Breidenbach, and Ari Juels. 2020. Flash Boys 2.0: Frontrunning, Transaction Reordering, and Consensus Instability in Decentralized Exchanges.IEEE Symposium on Security and Privacy(2020)
2020
-
[8]
DefiLlama. 2024. https://defillama.com. Accessed on May 15, 2024
2024
Show all 40 references
-
[9]
Ethereum Foundation. 2024. https://ethereum.org/roadmap/dencun/. Accessed on May 15, 2024
2024
-
[10]
Christof Ferreira Torres, Albin Mamuti, Ben Weintraub, Cristina Nita-Rotaru, and Shweta Shinde. 2024. Rolling in the Shadows: Analyzing the Extraction of MEV Across Layer-2 Rollups. InProceedings of the 2024 on ACM SIGSAC Conference on Computer and Communications Security(Salt...
2024
-
[11]
Flashbots. 2026. Mempool Dumpster. https://mempool-dumpster.flashbots.net/index.html
2026
-
[12]
Krzysztof Gogol, Johnnatan Messias, Deborah Miori, Claudio Tessone, and Benjamin Livshits. 2027. Cross-Rollup MEV: Non-Atomic Arbitrage Across L2 Blockchains. InFinancial Cryptography and Data Security. FC 2026 International There Will Be Spam: Characterizing State-Invariant T...
2027
-
[13]
Krzysztof Gogol, Manvir Schneider, and Claudio Tessone. 2025. When Priority Fails: Revert-Based MEV on Fast-Finality Rollups. arXiv:2506.01462 [cs.CR] https://arxiv.org/abs/2506.01462
2025
- [14]
-
[15]
Lioba Heimbach, Vabuk Pahari, and Eric Schertenleib. 2024. Non-Atomic Arbitrage in Decentralized Finance. In2024 IEEE Symposium on Security and Privacy (SP). 3866–3884. doi:10.1109/SP54263.2024.00256
2024
-
[16]
Lioba Heimbach and Roger Wattenhofer. 2022. Eliminating Sandwich Attacks with the Help of Game Theory. In Proceedings of the 2022 ACM on Asia Conference on Computer and Communications Security(Nagasaki, Japan)(ASIA CCS ’22). Association for Computing Machinery, New York, NY, U...
2022
-
[17]
Roman Matzutt, Jens Hiller, Martin Henze, Jan Henrik Ziegeldorf, Dirk Müllmann, Oliver Hohlfeld, and Klaus Wehrle
-
[18]
Robert McLaughlin, Christopher Kruegel, and Giovanni Vigna. 2023. A large scale study of the Ethereum arbitrage ecosystem. InProceedings of the 32nd USENIX Conference on Security Symposium(Anaheim, CA, USA)(SEC ’23). USENIX Association, USA, Article 185, 18 pages
2023
-
[19]
Johnnatan Messias, Krzysztof Gogol, Maria Inés Silva, and Benjamin Livshits. 2026. The Writing Is on the Wall: Analyzing the Boom of Inscriptions and Its Impact on EVM-Compatible Blockchains. InFinancial Cryptography and Data Security. FC 2025 International Workshops, Bernhard...
2026
-
[20]
Johnnatan Messias and Christof Ferreira Torres. 2025. The Express Lane to Spam and Centralization: An Empirical Analysis of Arbitrum’s Timeboost. arXiv:2509.22143 [cs.CR] https://arxiv.org/abs/2509.22143
2025 arXiv
-
[21]
Alexandre Obadia, Alejo Salles, Lakshman Sankar, Tarun Chitra, Vaibhav Chellani, and Philip Daian. 2021. Unity is Strength: A Formalization of Cross-Domain Maximal Extractable Value. arXiv:2112.01472 [cs.CR] https://arxiv.org/ abs/2112.01472
2021 arXiv
-
[22]
Burak Öz, Christof Ferreira Torres, Christoph Schlegel, Bruno Mazorra, Jonas Gebele, Filip Rezabek, and Florian Matthes. 2025. Cross-Chain Arbitrage: The Next Frontier of MEV in Decentralized Finance.Proc. ACM Meas. Anal. Comput. Syst.9, 3, Article 51 (Dec. 2025), 33 pages. do...
2025 doi
-
[23]
Kaihua Qin, Stefanos Chaliasos, Liyi Zhou, Benjamin Livshits, Dawn Song, and Arthur Gervais. 2023. The blockchain imitation game. InProceedings of the 32nd USENIX Conference on Security Symposium(Anaheim, CA, USA)(SEC ’23). USENIX Association, USA, Article 222, 18 pages
2023
-
[24]
Kaihua Qin, Liyi Zhou, and Arthur Gervais. 2022. Quantifying Blockchain Extractable Value: How dark is the forest?. In2022 IEEE Symposium on Security and Privacy (SP). 198–214. doi:10.1109/SP46214.2022.9833734
2022
-
[25]
Kaihua Qin, Liyi Zhou, Benjamin Livshits, and Arthur Gervais. 2021. Attacking the DeFi Ecosystem with Flash Loans for Fun and Profit. InFinancial Cryptography and Data Security, Nikita Borisov and Claudia Diaz (Eds.). Springer Berlin Heidelberg, Berlin, Heidelberg, 3–32
2021
-
[26]
Reth. 2026. trace Namespace. https://reth.rs/jsonrpc/trace/#trace_replayblocktransactions
2026
-
[27]
Casey Rodarmor and Raph Japh. 2023. Ordinal Theory Handbook. https://docs.ordinals.com
2023
-
[28]
shazow. 2026. WhatsABI. https://github.com/shazow/whatsabi
2026
-
[29]
Ozan Solmaz, Lioba Heimbach, Yann Vonlanthen, and Roger Wattenhofer. 2025. Optimistic MEV in Ethereum Layer 2s: Why Blockspace Is Always in Demand. In7th Conference on Advances in Financial Technologies (AFT 2025) (Leibniz International Proceedings in Informatics (LIPIcs), Vol...
2025 doi
-
[30]
Christof Ferreira Torres, Ramiro Camino, et al . 2021. Frontrunner jones and the raiders of the dark forest: An empirical study of frontrunning on the ethereum blockchain. In30th USENIX Security Symposium (USENIX Security 21). 1343–1359
2021
-
[31]
Taro Tsuchiya, Jin-Dong Dong, Kyle Soska, and Nicolas Christin. 2025. Blockchain Address Poisoning. In34th USENIX Security Symposium (USENIX Security 25). USENIX Association, Seattle, WA, 1243–1262. https://www.usenix.org/ conference/usenixsecurity25/presentation/tsuchiya
2025
-
[32]
Taro Tsuchiya, Liyi Zhou, Kaihua Qin, Arthur Gervais, and Nicolas Christin. 2025. Blockchain Amplification Attack. Proc. ACM Meas. Anal. Comput. Syst.9, 1, Article 4 (March 2025), 30 pages. doi:10.1145/3711697
2025 doi
-
[33]
Qin Wang, Guangsheng Yu, and Shiping Chen. 2025. Understanding BRC-20: Hope or Hype.IEEE Transactions on Computational Social Systems12, 6 (2025), 5031–5046. doi:10.1109/TCSS.2025.3577174 22 V. Pahari, J. Messias, and C. Ferreira Torres
2025
- [34]
-
[35]
Ben Weintraub, Christof Ferreira Torres, Cristina Nita-Rotaru, and Radu State. 2022. A flash(bot) in the pan: measuring maximal extractable value in private pools. InProceedings of the 22nd ACM Internet Measurement Conference(Nice, France)(IMC ’22). Association for Computing M...
2022
-
[36]
Fei Wu and Burak Öz. 2026. To Wait or To Probe: Arbitrage Competition on High-Throughput Blockchains.arXiv preprint arXiv:2606.00720(2026)
2026 arXiv
-
[37]
Fei Wu, Danning Sui, Thomas Thiery, and Mallesh Pai. 2025. Measuring CEX-DEX Extracted Value and Searcher Profitability: The Darkest of the MEV Dark Forest. In7th Conference on Advances in Financial Technologies (AFT 2025) (Leibniz International Proceedings in Informatics (LIP...
2025 doi
-
[38]
Sen Yang, Fan Zhang, Ken Huang, Xi Chen, Youwei Yang, and Feng Zhu. 2024. SoK: MEV Countermeasures. In Proceedings of the Workshop on Decentralized Finance and Security(Salt Lake City, UT, USA)(DeFi ’24). Association for Computing Machinery, New York, NY, USA, 21–30. doi:10.11...
2024
-
[39]
Liyi Zhou, Kaihua Qin, Christof FERREIRA TORRES, Duc v Le, and Arthur Gervais. 2021. High-Frequency Trading on Decentralized On-Chain Exchanges. InIEEE Symposium on Security and Privacy, 23-27 May 2021
2021
-
[2018]
A Quantitative Analysis of the Impact of Arbitrary Blockchain Content on Bitcoin. InFinancial Cryptography and Data Security - 22nd International Conference, FC 2018, Nieuwpoort, Curaçao, February 26 - March 2, 2018, Revised Selected Papers (Lecture Notes in Computer Science, ...
2018 doi
Reviewed July 31, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.