https://arxiv.org/api/rtAdIZqGYoMWHQsUczzOpwF7KZo2026-04-05T18:16:51Z217631515http://arxiv.org/abs/2503.01686v1\textsc{Perseus}: Tracing the Masterminds Behind Cryptocurrency Pump-and-Dump Schemes2025-03-03T15:59:40ZMasterminds are entities organizing, coordinating, and orchestrating cryptocurrency pump-and-dump schemes, a form of trade-based manipulation undermining market integrity and causing financial losses for unwitting investors. Previous research detects pump-and-dump activities in the market, predicts the target cryptocurrency, and examines investors and \ac{osn} entities. However, these solutions do not address the root cause of the problem. There is a critical gap in identifying and tracing the masterminds involved in these schemes. In this research, we develop a detection system \textsc{Perseus}, which collects real-time data from the \acs{osn} and cryptocurrency markets. \textsc{Perseus} then constructs temporal attributed graphs that preserve the direction of information diffusion and the structure of the community while leveraging \ac{gnn} to identify the masterminds behind pump-and-dump activities. Our design of \textsc{Perseus} leads to higher F1 scores and precision than the \ac{sota} fraud detection method, achieving fast training and inferring speeds. Deployed in the real world from February 16 to October 9 2024, \textsc{Perseus} successfully detects $438$ masterminds who are efficient in the pump-and-dump information diffusion networks. \textsc{Perseus} provides regulators with an explanation of the risks of masterminds and oversight capabilities to mitigate the pump-and-dump schemes of cryptocurrency.2025-03-03T15:59:40ZHonglin FuYebo FengCong WuJiahua Xuhttp://arxiv.org/abs/2311.18717v3Can AI Detect Wash Trading? Evidence from NFTs2025-03-02T19:50:01ZExisting studies on crypto wash trading often use indirect statistical methods or leaked private data, both with inherent limitations. This paper leverages public on-chain NFT data for a more direct and granular estimation. Analyzing three major exchanges, we find that ~38% (30-40%) of trades and ~60% (25-95%) of traded value likely involve manipulation, with significant variation across exchanges. This direct evidence enables a critical reassessment of existing indirect methods, identifying roundedness-based regressions à la Cong et al. (2023) as most promising, though still error-prone in the NFT setting. To address this, we develop an AI-based estimator that integrates these regressions in a machine learning framework, significantly reducing both exchange- and trade-level estimation errors in NFT markets (and beyond).2023-11-30T17:19:08ZRevisionBrett Hemenway FalkGerry TsoukalasNiuniu Zhanghttp://arxiv.org/abs/2503.08693v1Liquidity-adjusted Return and Volatility, and Autoregressive Models2025-03-02T13:53:19ZWe construct liquidity-adjusted return and volatility using purposely designed liquidity metrics (liquidity jump and liquidity diffusion) that incorporate additional liquidity information. Based on these measures, we introduce a liquidity-adjusted ARMA-GARCH framework to address the limitations of traditional ARMA-GARCH models, which are not effectively in modeling illiquid assets with high liquidity variability, such as cryptocurrencies. We demonstrate that the liquidity-adjusted model improves model fit for cryptocurrencies, with greater volatility sensitivity to past shocks and reduced volatility persistence of erratic past volatility. Our model is validated by the empirical evidence that the liquidity-adjusted mean-variance (LAMV) portfolios outperform the traditional mean-variance (TMV) portfolios.2025-03-02T13:53:19ZQi DengZhong-guo Zhouhttp://arxiv.org/abs/2502.20001v1Better market Maker Algorithm to Save Impermanent Loss with High Liquidity Retention2025-02-27T11:28:38ZDecentralized exchanges (DEXs) face persistent challenges in liquidity retention and user engagement due to inefficiencies in conventional automated market maker (AMM) designs. This work proposes a dual-mechanism framework to address these limitations: a ``Better Market Maker (BMM)'', which is a liquidity-optimized AMM based on a power-law invariant ($X^nY = K$, $n = 4$), and a dynamic rebate system (DRS) for redistributing transaction fees. The segment-specific BMM reduces impermanent loss by 36\% compared to traditional constant-product ($XY = K$) models, while retaining 3.98x more liquidity during price volatility. The DRS allocates fees ($γV$, $γ\in \{0.003, 0.005, 0.01\}$) with a rebate ratio $ρ\in [0.3, 0.4]$ to incentivize trader participation and maintain continuous capital injection. Simulations under high-volatility conditions demonstrate impermanent loss reductions of 36.0\% and 40\% higher user engagement compared to static fee models. By segmenting markets into high-, mid-, and low-volatility regimes, the framework achieves liquidity depth comparable to centralized exchanges (CEXs) while maintaining decentralized governance and retaining value within the cryptocurrency ecosystem.2025-02-27T11:28:38ZCY YanSteve KeolXo CoNate Leunghttp://arxiv.org/abs/2503.08692v1Detecting Crypto Pump-and-Dump Schemes: A Thresholding-Based Approach to Handling Market Noise2025-02-27T09:50:14ZWe propose a simple yet robust unsupervised model to detect pump-and-dump events on tokens listed on the Poloniex Exchange platform. By combining threshold-based criteria with exponentially weighted moving averages (EWMA) and volatility measures, our approach effectively distinguishes genuine anomalies from minor trading fluctuations, even for tokens with low liquidity and prolonged inactivity. These characteristics present a unique challenge, as standard anomaly-detection methods often over-flag negligible volume spikes. Our framework overcomes this issue by tailoring both price and volume thresholds to the specific trading patterns observed, resulting in a model that balances high true-positive detection with minimal noise.2025-02-27T09:50:14ZMahya Karbalaiihttp://arxiv.org/abs/2304.06037v2Quantitative Trading using Deep Q Learning2025-02-23T14:10:10ZReinforcement learning (RL) is a subfield of machine learning that has been used in many fields, such as robotics, gaming, and autonomous systems. There has been growing interest in using RL for quantitative trading, where the goal is to make trades that generate profits in financial markets. This paper presents the use of RL for quantitative trading and reports a case study based on an RL-based trading algorithm. The results show that RL can be a useful tool for quantitative trading and can perform better than traditional trading algorithms. The use of reinforcement learning for quantitative trading is a promising area of research that can help develop more sophisticated and efficient trading systems. Future research can explore the use of other reinforcement learning techniques, the use of other data sources, and the testing of the system on a range of asset classes. Together, our work shows the potential in the use of reinforcement learning for quantitative trading and the need for further research and development in this area. By developing the sophistication and efficiency of trading systems, it may be possible to make financial markets more efficient and generate higher returns for investors.2023-04-03T11:57:36ZSoumyadip Sarkar10.22214/ijraset.2023.50170http://arxiv.org/abs/2502.11433v3FLAG-Trader: Fusion LLM-Agent with Gradient-based Reinforcement Learning for Financial Trading2025-02-19T03:40:56ZLarge language models (LLMs) fine-tuned on multimodal financial data have demonstrated impressive reasoning capabilities in various financial tasks. However, they often struggle with multi-step, goal-oriented scenarios in interactive financial markets, such as trading, where complex agentic approaches are required to improve decision-making. To address this, we propose \textsc{FLAG-Trader}, a unified architecture integrating linguistic processing (via LLMs) with gradient-driven reinforcement learning (RL) policy optimization, in which a partially fine-tuned LLM acts as the policy network, leveraging pre-trained knowledge while adapting to the financial domain through parameter-efficient fine-tuning. Through policy gradient optimization driven by trading rewards, our framework not only enhances LLM performance in trading but also improves results on other financial-domain tasks. We present extensive empirical evidence to validate these enhancements.2025-02-17T04:45:53ZGuojun XiongZhiyang DengKeyi WangYupeng CaoHaohang LiYangyang YuXueqing PengMingquan LinKaleb E SmithXiao-Yang LiuJimin HuangSophia AnaniadouQianqian Xiehttp://arxiv.org/abs/2501.03658v2Market Making with Fads, Informed, and Uninformed Traders2025-02-17T14:43:37ZWe characterise the solutions to a continuous-time optimal liquidity provision problem in a market populated by informed and uninformed traders. In our model, the asset price exhibits fads -- these are short-term deviations from the fundamental value of the asset. Conditional on the value of the fad, we model how informed traders and uninformed traders arrive in the market. The market maker knows of the two groups of traders but only observes the anonymous order arrivals. We study both, the complete information and the partial information versions of the control problem faced by the market maker. In such frameworks, we characterise the value of information, and we find the price of liquidity as a function of the proportion of informed traders in the market. Lastly, for the partial information setup, we explore how to go beyond the Kalman-Bucy filter to extract information about the fad from the market arrivals.2025-01-07T09:46:50ZEmilio BarucciAdrien MathieuLeandro Sánchez-Betancourthttp://arxiv.org/abs/2502.13165v1HedgeAgents: A Balanced-aware Multi-agent Financial Trading System2025-02-17T04:13:19ZAs automated trading gains traction in the financial market, algorithmic investment strategies are increasingly prominent. While Large Language Models (LLMs) and Agent-based models exhibit promising potential in real-time market analysis and trading decisions, they still experience a significant -20% loss when confronted with rapid declines or frequent fluctuations, impeding their practical application. Hence, there is an imperative to explore a more robust and resilient framework. This paper introduces an innovative multi-agent system, HedgeAgents, aimed at bolstering system robustness via ``hedging'' strategies. In this well-balanced system, an array of hedging agents has been tailored, where HedgeAgents consist of a central fund manager and multiple hedging experts specializing in various financial asset classes. These agents leverage LLMs' cognitive capabilities to make decisions and coordinate through three types of conferences. Benefiting from the powerful understanding of LLMs, our HedgeAgents attained a 70% annualized return and a 400% total return over a period of 3 years. Moreover, we have observed with delight that HedgeAgents can even formulate investment experience comparable to those of human experts (https://hedgeagents.github.io/).2025-02-17T04:13:19ZThis paper has been accepted by The Web Conference 2025 (WWW 2025) and selected for an oral presentationXiangyu LiYawen ZengXiaofen XingJin XuXiangmin Xuhttp://arxiv.org/abs/2403.03367v4am-AMM: An Auction-Managed Automated Market Maker2025-02-12T17:16:51ZAutomated market makers (AMMs) have emerged as the dominant market mechanism for trading on decentralized exchanges implemented on blockchains. This paper presents a single mechanism that targets two important unsolved problems for AMMs: reducing losses to informed orderflow, and maximizing revenue from uninformed orderflow. The ``auction-managed AMM'' works by running a censorship-resistant onchain auction for the right to temporarily act as ``pool manager'' for a constant-product AMM. The pool manager sets the swap fee rate on the pool, and also receives the accrued fees from swaps. The pool manager can exclusively capture some arbitrage by trading against the pool in response to small price movements, and also can set swap fees incorporating price sensitivity of retail orderflow and adapting to changing market conditions, with the benefits from both ultimately accruing to liquidity providers. Liquidity providers can enter and exit the pool freely in response to changing rent, though they must pay a small fee on withdrawal. We prove that under certain assumptions, this AMM should have higher liquidity in equilibrium than any standard, fixed-fee AMM.2024-03-05T23:28:50ZAustin AdamsCiamac C. MoallemiSara ReynoldsDan Robinsonhttp://arxiv.org/abs/2502.07868v1Minimal Shortfall Strategies for Liquidation of a Basket of Stocks using Reinforcement Learning2025-02-11T18:55:14ZThis paper studies the ubiquitous problem of liquidating large quantities of highly correlated stocks, a task frequently encountered by institutional investors and proprietary trading firms. Traditional methods in this setting suffer from the curse of dimensionality, making them impractical for high-dimensional problems. In this work, we propose a novel method based on stochastic optimal control to optimally tackle this complex multidimensional problem. The proposed method minimizes the overall execution shortfall of highly correlated stocks using a reinforcement learning approach. We rigorously establish the convergence of our optimal trading strategy and present an implementation of our algorithm using intra-day market data.2025-02-11T18:55:14ZMoustapha PemyNa Zhanghttp://arxiv.org/abs/2502.07625v1Intraday order transition dynamics in high, medium, and low market cap stocks: A Markov chain approach2025-02-11T15:13:10ZAn empirical stochastic analysis of high-frequency, tick-by-tick order data of NASDAQ100 listed stocks is conducted using a first-order discrete-time Markov chain model to explore intraday order transition dynamics. This analysis focuses on three market cap categories: High, Medium, and Low. Time-homogeneous transition probability matrices are estimated and compared across time-zones and market cap categories, and we found that limit orders exhibit higher degree of inertia (DoI), i.e., the probability of placing consecutive limit order is higher, during the opening hour. However, in the subsequent hour, the DoI of limit order decreases, while that of market order increases. Limit order adjustments via additions and deletions of limit orders increases significantly after the opening hour. All the order transitions then stabilize during mid-hours. As the closing hour approaches, consecutive order executions surge, with decreased placement of buy and sell limit orders following sell and buy executions, respectively. In terms of the differences in order transitions between stocks of different market cap, DoI of orders is stronger in high and medium market cap stocks. On the other hand, lower market cap stocks show a higher probability of limit order modifications and greater likelihood of submitting sell/buy limit orders after buy/sell executions. Further, order transitions are clustered across all stocks, except during opening and closing hours. The findings of this study may be useful in understanding intraday order placement dynamics across stocks of varying market cap, thus aiding market participants in making informed order placements at different times of trading hour.2025-02-11T15:13:10Z18 pagesS. R. LuwangNational Institute of Technology Sikkim, IndiaA. RaiNational Institute of Technology Sikkim, IndiaAlgolabs, Chennai Mathematical Institute, IndiaMd. NurujjamanNational Institute of Technology Sikkim, IndiaF. PetroniUniversity of Chieti-Pescara, Italyhttp://arxiv.org/abs/2502.07393v1FinRL-DeepSeek: LLM-Infused Risk-Sensitive Reinforcement Learning for Trading Agents2025-02-11T09:23:14ZThis paper presents a novel risk-sensitive trading agent combining reinforcement learning and large language models (LLMs). We extend the Conditional Value-at-Risk Proximal Policy Optimization (CPPO) algorithm, by adding risk assessment and trading recommendation signals generated by a LLM from financial news. Our approach is backtested on the Nasdaq-100 index benchmark, using financial news data from the FNSPID dataset and the DeepSeek V3, Qwen 2.5 and Llama 3.3 language models. The code, data, and trading agents are available at: https://github.com/benstaf/FinRL_DeepSeek2025-02-11T09:23:14ZMostapha BenhendaLAGAhttp://arxiv.org/abs/2502.15742v1Currency Arbitrage Optimization using Quantum Annealing, QAOA and Constraint Mapping2025-02-08T01:22:31ZCurrency arbitrage capitalizes on price discrepancies in currency exchange rates between markets to produce profits with minimal risk. By employing a combinatorial optimization problem, one can ascertain optimal paths within directed graphs, thereby facilitating the efficient identification of profitable trading routes. This research investigates the methodologies of quantum annealing and gate-based quantum computing in relation to the currency arbitrage problem. In this study, we implement the Quantum Approximate Optimization Algorithm (QAOA) utilizing Qiskit version 1.2. In order to optimize the parameters of QAOA, we perform simulations utilizing the AerSimulator and carry out experiments in simulation. Furthermore, we present an NchooseK-based methodology utilizing D-Wave's Ocean suite. This methodology enables a comparison of the effectiveness of quantum techniques in identifying optimal arbitrage paths. The results of our study enhance the existing literature on the application of quantum computing in financial optimization challenges, emphasizing both the prospective benefits and the present limitations of these developing technologies in real-world scenarios.2025-02-08T01:22:31ZSangram DeshpandeElin Ranjan DasFrank Muellerhttp://arxiv.org/abs/2502.04027v1High-Frequency Market Manipulation Detection with a Markov-modulated Hawkes process2025-02-06T12:31:17ZThis work focuses on a self-exciting point process defined by a Hawkes-like intensity and a switching mechanism based on a hidden Markov chain. Previous works in such a setting assume constant intensities between consecutive events. We extend the model to general Hawkes excitation kernels that are piecewise constant between events. We develop an expectation-maximization algorithm for the statistical inference of the Hawkes intensities parameters as well as the state transition probabilities. The numerical convergence of the estimators is extensively tested on simulated data. Using high-frequency cryptocurrency data on a top centralized exchange, we apply the model to the detection of anomalous bursts of trades. We benchmark the goodness-of-fit of the model with the Markov-modulated Poisson process and demonstrate the relevance of the model in detecting suspicious activities.2025-02-06T12:31:17Z35 pages, 15 figuresTimothée FabreIoane Muni Toke