# AI Market Maker

We’re sharing our [AI Market Maker GitHub Repository](https://github.com/olaxbt/ai-market-maker), providing transparency into the technology powering these capabilities and fostering a collaborative community of innovators. The repository includes key components such as exchange data fetching, price pattern analysis, sentiment tools, technical indicators, and arbitrage strategies, offering a robust foundation for trading innovation.

<figure><img src="https://3556351364-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ft8OGZsVW8nFWE4BbjRiz%2Fuploads%2FRXAGLP8f87BwN2AFsl5B%2FScreenshot%202025-06-01%20at%2011.26.22%E2%80%AFAM.png?alt=media&#x26;token=e6af46f9-e070-4f09-8bca-7a90c06a6327" alt=""><figcaption></figcaption></figure>

The customisable trading tools showcase the power of our Model Context Protocol (MCP) framework in empowering AI agents.

**AI-Market-Maker** is an open-source project to simulate a cryptocurrency market-making system using AI agents. It aims to provide liquidity and optimise bid-ask spreads for crypto assets like Bitcoin (BTC) and Ethereum (ETH) on exchanges such as Binance and Coinbase. This is an early-stage project for educational purposes, built with a modular agent-based architecture.

## Goals

* Simulate crypto market making with AI agents.
* Fetch real-time crypto market data and place simulated orders.
* Support future features like arbitrage, sentiment analysis, and risk management. Note: This project is an experimental simulation currently in development.

\
Agents
------

* **Market Scanner Agent**: Scans for newly listed, to-be-delisted, and high-potential tokens with high-momentum price shifts.
* **Technical Analysis Agent**: Analyses price patterns and candlestick data for actionable trading insights.
* **Sentiment Analysis Agent**: Processes KOL tweets and news to gauge market sentiment trends.
* **Statistical Arbitrage Agent**: Calculates correlations and hedge ratios to identify token pairs for arbitrage and hedging.
* **Quantitative Analysis Agent**: Generates trading signals by evaluating momentum and market trends.
* **Valuation Agent**: Assesses token value by benchmarking against similar category assets.
* **Liquidity Agent**: Evaluates circulating supply and on-chain liquidity for efficient trades.
* **Risk Management Agent**: Optimises TP/SL and position limits using reinforcement learning on volatility.
* **Portfolio Management Agent**: Manages portfolio and balance for optimised order placement across DEX and CEX venues.

<figure><img src="https://3556351364-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ft8OGZsVW8nFWE4BbjRiz%2Fuploads%2FMWD9QqEoxYY6ENvfnx35%2FFrame%2078.png?alt=media&#x26;token=dcc6502c-fed8-474b-a40a-0ebaebf58f1f" alt=""><figcaption></figcaption></figure>
