Autonomous AI trading agent on Solana. Discovers, buys, monitors, and sells memecoins on pump.fun — fully on-chain, fully autonomous.
Toaster maintains an AI persona on X. It posts trade announcements, replies to mentions with real market analysis, and tracks its own token's on-chain metrics.
The agent uses xAI (Grok) to generate contextual responses — analyzing volume patterns, buyer counts, price momentum, and market cap data from Moralis before crafting each reply.
When its own token shows improved metrics (rising volume, more buyers, price increases), the agent posts about it with actual data points.
Toaster is a fully autonomous, agentic trading system that runs 24/7 on Solana. Every part of the workflow is handled by the agent itself — no human in the loop. It discovers tokens, evaluates them with AI, executes on-chain, monitors positions, exits at thresholds, and posts about it.
Built using pump.fun's Agent Skills framework, Toaster interacts with the pump.fun AMM through the fun-block.pump.fun agent API — the same infrastructure pump.fun provides for autonomous agents to create coins, execute swaps, and collect creator fees programmatically.
The agentic loop is continuous: the AI scanner feeds candidates to the buyer, the buyer spawns a price monitor, the monitor triggers the seller, and the seller notifies the X agent. Each subsystem operates independently via async concurrency — when one is blocked waiting for confirmation, the others keep running.
An AI-powered trading bot that autonomously discovers, buys, monitors, and sells memecoins on pump.fun. Uses xAI (Grok) for coin analysis, trade announcements, and as a reply bot on X.
An AI-powered trading bot that autonomously discovers, buys, monitors, and sells memecoins on pump.fun. Uses xAI (Grok) for coin analysis, trade announcements, and as a reply bot on X.
| Subsystem | Description |
|---|---|
| AI Coin Scanner | Fetches newly launched pump.fun tokens, enriches with Moralis analytics, asks Grok to pick candidates |
| Buyer | Executes buys via pump.fun AMM, tracks positions, never buys the same token twice |
| Price Monitor | Polls Jupiter + pump.fun for live price, auto-sells at configurable threshold |
| Fee Claimer | Claims creator fees for your own token on a loop |
| X Agent | AI-powered reply bot + trade announcements using the toasteragent persona |
| Metrics Tracker | Monitors your token's on-chain metrics and posts when they improve |