System Architecture Overview

The bot is structured in a modular format, where each component plays a unique role, from data gathering and signal processing to trade execution and risk management.

System Architecture

Signal Generation & Token Lists

While the team may analyze data and maintain an initial token list, Infinix empowers users to take full control. You can add any token by its contract address, allowing the platform's tools to process historical data, market sentiment, and technical indicators to support the execution of your precisely configured strategies.

Signal Filtering & Aggregation

Trading decisions and actions are vetted against your user-defined risk thresholds and strategy parameters before execution.

Trading Bot Core

This is the heart of the system, monitoring prices, executing trades, and implementing your risk management strategies according to your setup. The core engine has been fundamentally redesigned for 4x faster execution and refined RPC stability.

Operations Handlers & Buy/Sell Services

These components manage the intricacies of trade execution on the Solana blockchain and update token states after each trade.

Order Model (Database)

All token states, trading history, and risk indicators are stored in MongoDB for persistence and analysis.

User Dashboard / Socket.IO

The dashboard provides real-time updates on all trading activity and token statuses.

Last updated