Changelog

Sep 29, 2025

Minor Release 0.42

This release focus on minor bug fixes and updates.

Guided Onboarding

Introducing a more descriptive onboarding tour: New users are now greeted with a step-by-step product guide that highlights key components with personalised instructions, and contextual tooltips, making it easier than ever to explore the beta platform.


UI and bug fixes

Sep 25, 2025

Minor Release 0.41

This release focus on minor bug fixes and updates.

The graph flickering issue has been resolved. A 15-minute timer to update the graph has been instantiated.

Minor bug fixes in FE and Agents.

Sep 23, 2025

Major Release 0.4

This release introduces significant orderbook changes, agent changes, frontend changes.

Orderbook changes

Price precision calculation for zero amount, ensuring zero amount trades do not get passed on to blockchain, precision loss was eliminated from the orderbook and the orderbook was made polling compatible to help in scaling. -


Agent changes

Graceful handling of txn errors from blockchain to avoid disruption in other agentic processes. Agents were also modified to find a more efficient route for peer-to-peer finding and trade matching.


Frontend Improvements

Orderbook was made polling compatible, along with the temporary removal of the live last trade section. Addition of disclaimers in UI, incorporating customer feedback in the order section, along with some minor bug fixes.

Sep 9, 2025

Minor release 0.31

This release focus on minor bug fixes and updates.

  • The search field in the select token now works in all scenarios.

  • Update the order details section for a better view, as well as the price in each partial trade discovery.

  • Minor bug fixes in FE and BE server.

Sep 4, 2025

Major Release 0.3

This release introduces significant backend architecture upgrades, improved agent reliability, and the removal of dependencies.

Orderbook as Source of Truth

The orderbook is now the authoritative source for trade state and execution, streamlining consistency across the UI and backend agent systems.


Authentication Layer Added

Implementation of authentication support is now in place, laying the groundwork for secure, user-specific sessions.


Agent Log Fixes

Improved formatting and reliability of agent logs to provide a clearer picture of agent behavior and reduce noise in log display.


Indexer Dependency Removed

Agents no longer rely on the indexer service. This increases resiliency and reduces single points of failure in agent operations.


Frontend Bug Fixes

Multiple UI bugs were addressed to improve user experience and reduce unexpected behaviors across various screen states and interactions.

Aug 20, 2025

Major Release 0.2

This release focuses on strengthening the agent–orderbook interaction, optimizing agent performance, and resolving key UI issues for smoother trading.

Backend & Agent Improvements
  • Orderbook Interaction Upgrade - Improved communication between agents and the orderbook, ensuring faster synchronization and more reliable trade execution.

  • Agent Code Optimization - Core agent code has been optimized to enhance performance.


UI Fixes
  • Orderbook Graph Fixed- Resolved % value mismatch on the order depth bar graph. The visual representation of order depth now reflects accurate values.

  • Agent Balance Updates - Fixed an issue where agent balances did not automatically update when a new agent was created. Balances are now synced correctly without requiring manual refresh.

Aug 4, 2025

Rolling Release 0.15

This release focuses on UI enhancements, better agent visibility, and environment-specific fixes for improved user experience.

Improved Agent & Wallet Visibility

Users can now view their connected agent address, wallet address, and token balances (including native and token-specific balances) based on their wallet type. Copy buttons will only appear if valid addresses are available.


Browser Environment Detection

Captured additional environment details, including browser name, version, and full user agent string to assist with debugging and platform compatibility.


UI Enhancements
  • New Header and Footer for a consistent and modern interface.

  • Chain Logos added to improve visual identification.

  • Faucet Logos included in dropdowns for easier selection.

  • Feedback Modal with integrated form handling for streamlined user input.

  • 404 Page Redesigned and 500 Page Added for better error handling.

  • Mobile View page added for a smoother experience on smaller devices.


Agent Log Improvements
  • Agent logs now auto-open for better activity tracking.

  • Log formatting updated for clearer user interpretation.


Technical Improvements
  • Production Build Error Resolved to ensure stable deployments.

  • UUID Validation is implemented for script orders to improve reliability.

  • Code Optimizations & Refactoring were completed across core modules for better performance and maintainability.


Bug Fixes
  • Fixed Safari-specific order book graph rendering issue.

Jul 11, 2025

Major Release 0.1

This release focus on improvements to agent communication, logging, and user interface stability.

Agent blockchain communication upgrade
  • Agents now communicate with blockchain more effectively which means better trade catching and trade execution; lesser number of failures due to communication loss.


Agents logs upgrade
  • Agent logs are more structured for UI. Users wold have a better understanding of what their agent does without knowing about the technical details going on behind the scenes.

  • Technical logs are still available to the team to be accessed as and when required.


UI bug fixes and improvements
  • Trade Executed Despite "Insufficient Balance" Error; Trade Not Visible in Active Orders.

  • Disable Wallet Address Input When Wallet Is Not Connected.

  • Without connecting the wallet, the AI agent displays a constant loading indicator.