> For the complete documentation index, see [llms.txt](https://docs.privatepools.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.privatepools.network/overview/research/resources.md).

# Resources

## APIs and Inspection Tools:

[LIB MEV Arbitrage Dashboard (ETH only) ](https://libmev.com/bundles/?mevTypeLabels=%5B%22Arbitrage%22%5D)

[FlashBots MEV](https://github.com/flashbots/mev-inspect-py)

[Eigen Phy MEV Dashboard](https://www.eigenphi.io/)

## &#x20;Research Papers:

[A Tale of Two Arbitrages ](https://frontier.tech/a-tale-of-two-arbitrages)

[A new Game in Town](https://frontier.tech/a-new-game-in-town)

[The Value of Nontoxic Orderflow to the Uniswap Protocol](https://xenophonlabs.com/papers/uniswap_valuing_orderflow.pdf)

## Contant Fuction MM Papers:

[A General Framework for Impermanent Loss in Automated Market Makers](https://arxiv.org/abs/2203.11352)

[An analysis of Uniswap markets](https://angeris.github.io/papers/uniswap_analysis.pdf)

[Optimal Routing for Constant Function Market Makers](https://web.stanford.edu/~boyd/papers/pdf/cfmm-routing.pdf)

[Towards a Theory of Maximal Extractable Value I: Constant Function Market Makers](https://arxiv.org/abs/2207.11835)

## Frontrunning and MEV in Blockchain:

[Flash Boys 2.0: Frontrunning, Transaction Reordering, and Consensus Instability in Decentralized Exchanges](https://arxiv.org/pdf/1904.05234.pdf)

[Quantifying Blockchain Extractable Value: How dark is the forest?](https://arxiv.org/pdf/2101.05511.pdf)

[Frontrunner Jones and the Raiders of the Dark Forest: An Empirical Study of Frontrunning on the Ethereum Blockchain](https://arxiv.org/pdf/2102.03347.pdf)

[Unity is Strength: A Formalization of Cross-Domain Maximal Extractable Value](https://arxiv.org/pdf/2112.01472.pdf)

[A Note on Bundle Profit Maximization](https://angeris.github.io/papers/flashbots-mev.pdf)

[A 2MM: Mitigating Frontrunning, Transaction Reordering and Consensus Instability in Decentralized Exchanges](https://arxiv.org/pdf/2106.07371.pdf)

[MEV in eth2 - an early exploration](https://hackmd.io/@flashbots/mev-in-eth2)

[MEV and EIP-1559](https://hackmd.io/@flashbots/MEV-1559)

[Ethereum Reorgs After The Merge](https://www.paradigm.xyz/2021/07/ethereum-reorgs-after-the-merge/)

[MEV-Synthetix](https://bertcmiller.com/2021/09/05/mev-synthetix.html)

[The Future of MEV is SUAVE](https://writings.flashbots.net/the-future-of-mev-is-suave/)

[Time, slots, and the ordering of events in Ethereum Proof-of-Stake](https://www.paradigm.xyz/2023/04/mev-boost-ethereum-consensus)

[Searching on MEV-Share](https://t.co/t32QmDt6ws)&#x20;

## Decentralized Exchanges and Defi:

&#x20;[Decentralised Finance and Automated Market Making: Execution and Speculation](https://papers.ssrn.com/sol3/papers.cfm?abstract_id=4144743)

[SoK: Decentralized Exchanges (DEX) with Automated Market Maker (AMM) Protocols](https://arxiv.org/pdf/2103.12732.pdf)

[The fastest draw on the Blockchain: Ethereum Backrunning](https://amanusk.medium.com/the-fastest-draw-on-the-blockchain-bzrx-example-6bd19fabdbe1)

[Ethereum is a Dark Forest](https://www.paradigm.xyz/2020/08/ethereum-is-a-dark-forest)

[Escaping the dark forest](https://samczsun.com/escaping-the-dark-forest/)

[Backrunning the MEV Crisis](https://medium.com/dragonfly-research/we-live-in-a-mempool-backrunning-the-mev-crisis-a4ea0b493b05)

[There is Light in the Dark Forest](https://medium.com/bloxroute/there-is-light-in-the-dark-forest-2d7b77f4ca2d)

[Unmasking the Ethereum uncle bandit](https://medium.com/alchemy-api/unmasking-the-ethereum-uncle-bandit-a2b3eb694019)

[Bertcmiller Tweet](https://twitter.com/bertcmiller/status/1382673587715342339)

[To sink Frontrunners, send in the Submarines](https://hackingdistributed.com/2017/08/28/submarine-sends/)&#x20;

[The enemy of your enemy is NOT your friend](https://fiona.mirror.xyz/QXdCOAggA5g_j5R_JpO-V5LqK89EbimnYIV6c2rOsT0)&#x20;

[Hack Analysis 0xbad Exploiting an MEV Bot](https://medium.com/immunefi/0xbadc0de-mev-bot-hack-analysis-30b9031ff0ba)

[MEV Transaction Ordering For Profit and Fun](https://mixbytes.io/blog/mev-defi-transaction-ordering-for-profit-fun)

[Salmonella](https://github.com/Defi-Cartel/salmonella)

[Flashbots Limit Order Bot](https://docs.flashbots.net/flashbots-mev-share/searchers/tutorials/limit-order/introduction)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.privatepools.network/overview/research/resources.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
