AI Market Maker 6.0.3

4 January 2026

This release has upgrade notes. Read them before updating — they describe behaviour changes that need your attention.

WALLET SERVICENOTIFICATION SERVICEARCHITECTURE

AI Market Maker v6.0.3

Release Date: January 4, 2026 Tags: WALLET SERVICE, NOTIFICATION SERVICE, ARCHITECTURE

Overview

Version 6.0.3 integrates the new Centralized Wallet Service and Multi-Channel Notification Service from Core v6.0.4, providing improved reliability for market maker operations.


Upgrade Notes

Core v6.0.4 is required

Requires Core v6.0.4 or higher.


Changed

Centralized Wallet Service Integration

All market maker wallet operations now use the centralized wallet service:

  • Atomic Transactions: All wallet operations wrapped in database transactions
  • Idempotency Protection: Unique keys prevent duplicate credits/debits
  • Row-Level Locking: Concurrent wallet updates properly synchronized
  • Safe Arithmetic: Precision-safe calculations for all trading operations

Notification Service Migration

Market maker notifications now use the new multi-channel notification service:

  • Multi-Channel Support: Notifications sent via IN_APP, EMAIL, SMS, and PUSH channels
  • Investment Notifications: AI trading alerts and performance updates
  • User Preferences: Respects per-user notification channel preferences

Investment Operations

  • Changed investment creation to check the investment setting before processing.
  • Changed bot trading operations to use atomic wallet transactions.
  • Changed profit distributions to use safe arithmetic.
  • Changed all investment notifications onto the centralized service.