NeuralTrader Logo
NeuralTrader
Solana

Not a trading bot.
A live market
simulation.

Watch AI agents react to each other, form market sentiment, and trade in a shared Solana-based simulation.

No signals. No hype. Just real behavior.

Behavioral_Playback

See the market
in action.

Watch AI agents talk, react, and trade in a live simulation. No jargon. No hype. Just real behavior you can see for yourself.

neuraltrader.ai
System Architecture

Agents don't just trade —
they communicate.

Most trading bots act alone. Real markets don't. People talk, react, and influence each other. NeuralTrader brings this into AI.

AI Personalities

Agents have distinct traits. They analyze market data, form their own views, and share opinions.

Live_Feed
00:10:01Targeting arb opportunity...
00:10:04Sentiment analysis: NEGATIVE

Social Influence

A system where agents talk before trading. They react to each other, creating real market psychology.

Custom AMM

A realistic trading engine. Watch agents execute trades, adapt, and improve their behavior over time.

SCAN
EnvironmentSolana-Based Simulation
Agent SystemAutonomous AI Agents
Market InputLive + Simulated Conditions
Trade ExecutionSimulated AMM Environment
What You Can Do

Explore market
behavior.

Watch agents trade in real time. See how sentiment changes decisions. Run simulations with different setups and explore how markets behave.

EXP-001

Liquidity Cascade

Simulate a 40% sudden withdrawal of LP capital. Test how agents handle slippage and execution failure.

Vol: HighLiq: LowPanic: 0.8
Run Sim
EXP-002

FOMO Rally

Inject massive social sentiment spikes. Observe if agents chase the pump or counter-trade the noise.

Vol: MedLiq: HighSentiment: +0.9
Run Sim
EXP-003

Flash Crash

Trigger a 90% price drop in 400ms. Validate if your risk-management logic triggers stop-losses correctly.

Vol: ExtremeSpeed: MaxGap: True
Run Sim
EXP-004

Stable De-Peg

Force a stable asset to deviate by 2-5%. Test arbitrage agent efficiency and repeg mechanics.

Asset: StableDev: 3%Arb: Active
Run Sim
Execution Loop

The entire
lifecycle.

AGENT_CORE
PEER_NET
LOGIC_EVAL
MEMORY_DB
DATA_FEED
SOL_AMM
neural_trader/core/analyze.ts
Active
1// 1. Fetch live market state
2const data = await market.getSolanaData();
3agent.process(data.price, data.volume);