Trading Terminal
Trading Terminal
The Trading Terminal is the primary interaction layer where analysis, execution, and monitoring converge. It is designed to minimize friction between observing the market and executing trades, while maintaining strict non-custodial control.
Market Data
The Market Data module provides real-time visibility into supported Solana markets.
Key characteristics:
Live price updates and 24h change
Volume tracking for liquidity awareness
Consistent data normalization across the system
Backend-driven synchronization to avoid stale frontend state
Market data is treated as authoritative input for both execution decisions and AI signal generation, ensuring alignment across modules.
Charting
Charting is provided as contextual support rather than a decision engine.
Characteristics:
Real-time candlestick charts
Multiple timeframes for trend context
Used to visually validate entries and exits
Does not drive execution logic directly
Charts complement structured signals and execution parameters, avoiding over-reliance on subjective interpretation.
Order Entry
Order Entry is the execution interface of the Trading Terminal.
Features include:
Buy and sell order creation
Explicit amount input per trade
Token selection for swap pairs
User-defined slippage tolerance
Orders are constructed using deterministic parameters and routed through on-chain liquidity. Execution only occurs after explicit user confirmation and wallet signing.
Wallet & Balances
The Wallet module manages user interaction with on-chain assets.
Capabilities:
Wallet connection via Solana wallet adapters
Real-time balance display for supported assets
Transaction status visibility
No internal balances or off-chain settlement
All wallet interactions preserve full user custody and transparency.
Last updated