Driver · AI
The AI behind the wheel.
Driver is the autonomous agent that runs your routes. It isn't a single prompt — it's a small system with a memory of your trip, a personality that shapes how it decides, a schedule it wakes on, and a toolbox of skills it reaches for. Here is how the four fit together.
Memory
What it remembers
Personality
How it decides
Cron jobs
When it acts
Skills
What it can do
Memory
Driver carries context between trips so it gets sharper the more you ride. Nothing is re-learned from scratch each session.
Your preferences
Risk appetite, default network, and the model you picked — set once, respected on every trip.
Routes you ride
Which strategies you're subscribed to and how each is allocated, so it never double-books your capital.
Trade history
Past entries, exits, and outcomes feed back in, so Driver learns the road instead of starting cold each time.
The conversation
What you've asked and told it carries forward — no repeating yourself between sessions.
Personality
Every Driver has a soul — the temperament that colours how it reads a chart and sizes a trade. It is yours to tune in Driver settings.
“A disciplined, risk-aware Solana trader. Preserves capital first, takes profit into strength, and never chases pumps. Explains every decision in plain language.”
Risk profile
Balanced
The dial between caution and conviction. It sets how much confidence Driver needs before it acts and how large it sizes once it does. Slide it Conservative or Aggressive anytime.
Cron jobs
Driver doesn't wait for you to refresh. A server-side schedule wakes it on a fixed cadence — roughly every minute — to run the same loop over every route it's driving. That's how it keeps trading while you sleep, with no browser open.
- 01
Scout the map
- 02
Read the road
- 03
Take the turn
- 04
Mind the road
The loop runs server-side on a cron, independent of any open tab. Each pass spends a little fuel.
Skills
Skills are the tools Driver reaches for mid-trip. Core ones are always on; others are opt-in, so you only run — and fuel — what you need.
Token scouting
Finds the best Solana token matching a strategy
Price forecasting (TimesFM)
Forecasts a token's next moves with Google's TimesFM time-series model
Open positions
Lets Driver buy a token and add it to your live positions from chat
Backtesting
Replays a strategy over historical candles
Risk guardrails
Enforces stop-loss, sizing, and drawdown limits
DexScript interpreter
Parses and runs published strategy scripts
Telegram alerts
Notifies you on trades and threshold events
Memory writes
Lets Driver save what you tell it to remember, mid-chat
Where does TimesFM fit?
Yes — TimesFM is one of Driver's skills.
Forecasts a token's next moves with Google's TimesFM time-series model. It plugs into the “Read the road” step of the loop: instead of only reacting to indicators, Driver can act on a prediction of where price is heading. It's a dedicated 200M-parameter time-series model — not an LLM — so its output stays numeric and reproducible.
- Opt-in and off by default — turn it on per Driver, only fueling it when you want it.
- Exposed in DexScript as forecast(n), so a route can trade what the model sees coming.
- Pairs with the personality dial: a positive forecast can gate an entry, a rollover can tighten an exit.
See it in the language on the DexScript page. Forecasting needs a TimesFM inference service; until that's wired, forecast() validates but returns no live value.
Put Driver to work on a free tank
Tune its personality, flip on the skills you want, and let it drive your routes on devnet before you ever risk real funds.