Resources
Graph Arbitrage.
Curated material for building graph-based arbitrage bots — how to model accounts as a graph, find pricing relationships, and identify opportunities.
Videos
Lecture 7. Graph Partitioning Algorithms.
A lecture on splitting graphs into subgraphs to find natural clusters. Covers Karger's algorithm (a randomized approach to finding the minimum cut in a graph) and spectral graph partitioning (using the graph Laplacian matrix to find the optimal split). Directly applicable to arb: DEX pools that share tokens form a graph, and partitioning that graph reveals clusters of related pools where price discrepancies are most likely to exist.