paper-with-me

홈 › Papers

QLAMMP: A Q-Learning Agent for Optimizing Fees on Automated Market Making Protocols

2022-11-28 · Dev Churiwala, Bhaskar Krishnamachari

Automated Market Makers (AMMs) have cemented themselves as an integral part of the decentralized finance (DeFi) space. AMMs are a type of exchange that allows users to trade assets without the need for a centralized exchange. They form the foundation for numerous decentralized exchanges (DEXs), which help facilitate the quick and efficient exchange of on-chain tokens. All present-day popular DEXs are static protocols, with fixed parameters controlling the fee and the curvature - they suffer from invariance and cannot adapt to quickly changing market conditions. This characteristic may cause traders to stay away during high slippage conditions brought about by intractable market movements. We propose an RL framework to optimize the fees collected on an AMM protocol. In particular, we develop a Q-Learning Agent for Market Making Protocols (QLAMMP) that learns the optimal fee rates and leverage coefficients for a given AMM protocol and maximizes the expected fee collected under a range of different market conditions. We show that QLAMMP is consistently able to outperform its static counterparts under all the simulated test conditions.

📄 PDF Abstract BibTeX arXiv:2211.14977

Code (0)

등록된 구현이 없습니다.

Tasks

Q-Learning

Methods 이 논문이 사용한 방법론

Test 설명 없음
Q-Learning Q-Learning is an off-policy temporal difference control algorithm: $$Q\left(S\_{t}, A\_{t}\right) \leftarrow Q\left(S\_{t}, A\_{t}\right) + \alpha\left[R_{t+1} +…

Similar Papers 제목 키워드 기반

Analysis of the impact of maker-taker fees on the stock market using agent-based simulation

2020-10-18 · Isao Yagi, Mahiro Hoshino, Takanobu Mizuta

Recently, most stock exchanges in the U.S. employ maker-taker fees, in which an exchange pays rebates to traders placing orders in the order book and charges fees to traders taking orders from the order book. Maker-taker…

Optimal Dynamic Fees in Automated Market Makers

2025-06-03 · Leonardo Baggiani, Martin Herdegen, Leandro Sánchez-Betancourt

Automated Market Makers (AMMs) are emerging as a popular decentralised trading platform. In this work, we determine the optimal dynamic fees in a constant function market maker. We find approximate closed-form solutions …

Optimal Fees for Geometric Mean Market Makers

2021-04-01 · Alex Evans, Guillermo Angeris, Tarun Chitra

Constant Function Market Makers (CFMMs) are a family of automated market makers that enable censorship-resistant decentralized exchange on public blockchains. Arbitrage trades have been shown to align the prices reported…

Automated Market Making and Arbitrage Profits in the Presence of Fees

2023-05-24 · Jason Milionis, Ciamac C. Moallemi, Tim Roughgarden

We consider the impact of trading fees on the profits of arbitrageurs trading against an automated marker marker (AMM) or, equivalently, on the adverse selection incurred by liquidity providers due to arbitrage. We exten…

Form

Optimal make take fees in a multi market maker environment

2019-07-25 · Bastien Baldacci, Dylan Possamaï, Mathieu Rosenbaum

Following the recent literature on make take fees policies, we consider an exchange wishing to set a suitable contract with several market makers in order to improve trading quality on its platform. To do so, we use a pr…