paper-with-me

Papers

A Line Graph-Based Framework for Identifying Optimal Routing Paths in Decentralized Exchanges

2025-04-22 · Yu Zhang, Yafei Li, Claudio Tessone

Decentralized exchanges, such as those employing constant product market makers (CPMMs) like Uniswap V2, play a crucial role in the blockchain ecosystem by enabling peer-to-peer token swaps without intermediaries. Despite the increasing volume of transactions, there remains limited research on identifying optimal trading paths across multiple DEXs. This paper presents a novel line-graph-based algorithm (LG) designed to efficiently discover profitable trading routes within DEX environments. We benchmark LG against the widely adopted Depth-First Search (DFS) algorithm under a linear routing scenario, encompassing platforms such as Uniswap, SushiSwap, and PancakeSwap. Experimental results demonstrate that LG consistently identifies trading paths that are as profitable as, or more profitable than, those found by DFS, while incurring comparable gas costs. Evaluations on Uniswap V2 token graphs across two temporal snapshots further validate LG's performance. Although LG exhibits exponential runtime growth with respect to graph size in empirical tests, it remains viable for practical, real-world use cases. Our findings underscore the potential of the LG algorithm for industrial adoption, offering tangible benefits to traders and market participants in the DeFi space.

📄 PDF Abstract BibTeX arXiv:2504.15809

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Smoothie: Label Free Language Model Routing

2024-12-06 · Neel Guha, Mayee F. Chen, Trevor Chow, Ishan S. Khare 외

Large language models (LLMs) are increasingly used in applications where LLM inputs may span many different tasks. Recent work has found that the choice of LLM is consequential, and different LLMs may be good for differe…

Language ModelingLanguage Modellingmodel

Proactive Depot Discovery: A Generative Framework for Flexible Location-Routing

2025-02-17 · Site Qu, Guoqiang Hu

The Location-Routing Problem (LRP), which combines the challenges of facility (depot) locating and vehicle route planning, is critically constrained by the reliance on predefined depot candidates, limiting the solution s…

Region-Graph Optimal Transport Routing for Mixture-of-Experts Whole-Slide Image Classification

2026-04-08 · Xin Tian, Jiuliu Lu, Ephraim Tsalik, Bart Wanders 외 arxiv

Multiple Instance Learning (MIL) is the dominant framework for gigapixel whole-slide image (WSI) classification in computational pathology. However, current MIL aggregators route all instances through a shared pathway, c…

Multiple Instance LearningImage Classification

A GREAT Architecture for Edge-Based Graph Problems Like TSP

2024-08-29 · Attila Lischka, Jiaming Wu, Morteza Haghir Chehreghani, Balázs Kulcsár

In the last years, many neural network-based approaches have been proposed to tackle combinatorial optimization problems such as routing problems. Many of these approaches are based on graph neural networks (GNNs) or rel…

Combinatorial OptimizationEdge ClassificationTraveling Salesman Problem

Deep Reinforcement Learning Aided Packet-Routing For Aeronautical Ad-Hoc Networks Formed by Passenger Planes

2021-10-28 · Dong Liu, Jingjing Cui, Jiankang Zhang, Chenyang Yang 외

Data packet routing in aeronautical ad-hoc networks (AANETs) is challenging due to their high-dynamic topology. In this paper, we invoke deep reinforcement learning for routing in AANETs aiming at minimizing the end-to-e…

Deep Reinforcement Learning