AI Market Maker changelog

14 releases · latest 6.2.0

6.2

  1. 6.2.019 August 2026

    One change, on the busiest read a pool rebalance makes. A rebalance places a real limit order and then polls it about four times a second until it settles. Each of those polls looked the order up by its id alone, which the database can only answer by scanni…

    MARKET-MAKING · ORDER-BOOK · PERFORMANCE · ECOSYSTEM

6.1

  1. 6.1.912 August 2026Upgrade notes

    Read the Upgrade Notes. A market whose maker is configured ACTIVE but is not actually quoting will now have its old quoted levels cleaned up. Until now a configured maker switched the platform's ghost-level sweep off for that market entirely, indefinitely —…

    MARKET-MAKING · ORDER-BOOK · ADMIN · RELIABILITY · BUG-FIXES

  2. 6.1.811 August 2026Upgrade notes

    The addon's money and teardown paths, audited end to end.

    MARKETS · POOL · WITHDRAWALS · ADMIN · RELIABILITY · RISK-MONITORING · VOLATILITY · EMERGENCY-STOP · +7

  3. 6.1.75 August 2026Upgrade notes

    Every remaining screen of the addon, brought onto the console the dashboard moved to in 6.1.6 — and the market record page rebuilt around the question it could not answer: why is this market not trading?

    ADMIN · MARKET-RECORD · ANALYTICS · CONFIGURATION · TRADE-GATES · VOLATILITY · CURRENCY · CREATE-WIZARD · +3

  4. 6.1.62 August 2026Upgrade notes

    The admin dashboard, rebuilt around the one question it could not previously answer: is this market actually making a market right now?

    DASHBOARD · ADMIN · QUOTING · TRADE-GATES · VOLUME · CURRENCY · EMERGENCY-STOP · AUDIT-TRAIL · +2

  5. 6.1.529 July 2026Upgrade notes

    A full review of the addon: every admin screen, the price engine and the pool money paths.

    MONEY PATH · POOL · LIFECYCLE · ANALYTICS · SECURITY · PRICE ENGINE · ORDER FLOW · RISK · +3

  6. 6.1.429 July 2026Upgrade notes

    v6.1.3 removed the legacy bot subsystem on the grounds that everything it did already existed elsewhere. Two of those grounds did not survive review: trade cadence and order size shaping genuinely did not exist anywhere in the live engine.

    ORDER-FLOW · MONEY-PATH · BINARY-AUTHORITY · RISK

  7. 6.1.329 July 2026Upgrade notes

    Superseded by: v6.1.4 — see the correction block below before relying on this page.

    CLEANUP · NO-BEHAVIOUR-CHANGE

  8. 6.1.229 July 2026Upgrade notes

    Version 6.1.2 replaces the price engine. The previous one advertised multi-timeframe behaviour it did not deliver — a market configured for 2% daily volatility realised 0.78%, and its micro-texture repeated verbatim every 25,600 updates, which a patient cli…

    PRICE ENGINE · VOLATILITY · FAIRNESS · SECURITY · AI MARKET MAKER · STABILITY · CLEANUP

6.0

  1. 6.0.56 January 2026Upgrade notes

    Version 6.0.5 focuses on stability and reliability improvements for the AI Market Maker engine. This release fixes critical issues with orderbook synchronization and introduces smoother price movement controls to prevent erratic market behavior.

  2. 6.0.44 January 2026Upgrade notes

    Version 6.0.4 introduces the Realistic Market Movement System - your AI markets now behave like real exchanges with natural bull/bear runs, market cycles, and unpredictable price action that spans days and weeks.

  3. 6.0.34 January 2026Upgrade notes

    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.

    WALLET SERVICE · NOTIFICATION SERVICE · ARCHITECTURE

  4. 6.0.0December 2025Upgrade notes

    Version 6.0.0 is a complete redesign of the AI Market Maker extension with a futuristic aesthetic, built on a cyan and purple colour schema, alongside new admin tools and integration with Bicrypto v6.

    MAJOR RELEASE · COMPLETE REDESIGN · FUTURISTIC UI · ADMIN ENHANCEMENTS

5.0

  1. 5.0.25 December 2025

    - Changed market processing to run in controlled batches — five markets at a time, with a short pause between batches — instead of all at once. This prevents CPU and memory spikes when many markets are active, and reduces database connection contention. - C…

    PERFORMANCE · MEMORY OPTIMIZATION · STABILITY · BUG FIXES