Solana mainnet · Powered by Claude Opus 4.8
Autonomous memecoin signals,
delivered in milliseconds.
Claude Opus 4.8 picks the tokens, grades its own exits, and pipes the alerts straight into your AI client. Your wallet, your keys, your trades.
Trading since 2 Jun 2026 · 2 days
Signals are data, not advice. Memecoin trading = total-loss risk. Terms.
How it works
Sweeps fresh graduates and early-stage tokens. Multi-source on-chain intelligence picks candidates.
Claude Opus 4.8 evaluates every candidate across structural signals, holder distribution, demand pressure, and safety. No single signal passes alone.
Live price tracking, intra-trade drawdown awareness, partial-sell ladder for profit-locking.
Profit-lock targets, hard floors on drawdown, structural breakdown detection, peak-and-fade exits — all gated through Claude Opus 4.8.
Claude Opus 4.8 reviews every exit against actual post-sell price action. Pattern of mistakes feeds back into future decisions.
Bot anatomy
Five components, one loop. Each runs as an independent daemon on a dedicated VPS — restart-resilient, no cloud dependency. Claude Opus 4.8 sits at the centre, evaluating every buy/sell decision and grading its own exits.
Equity curve — live
Cumulative SOL across closed positions, computed from real-time bot signals as they fire. Starts at 0 when the feed is empty; grows or shrinks with each SELL event.
What the bot is doing — right now
Every panel below is real, live, and refreshed continuously from the bot running on Solana mainnet. Open positions, scanner activity, decision feed — all sourced from the same backend that powers the MCP signal stream, with internal reasoning fields stripped.
- Wallet-connect via Phantom / Solflare / Backpack
- Live signal feed visualized in your browser
- Read-only view of every position the bot is currently in
- One-click "Trade this" — Jupiter swap from your wallet
- 90-day searchable signal archive + per-key usage stats
What you see above is real, right now.
Live data from the bot's open positions, polled every 30 seconds from the same backend that powers the MCP signal feed.
In Phase 2, this same view will live at app.mobile-trader.com behind wallet-connect — read-only, with one-click Jupiter swap from your own wallet to enter/exit any signal.
Note: only positions opened after the public product launched are broadcast here. Earlier positions stayed private by design.
Get notified when the dashboard ships
Drop your email — we'll mail you once app.mobile-trader.com is live. No marketing spam, one-time launch notification.
Free signals
Free forever. Get a key via email.
The signal feed is free. We issue keys to anyone who wants to plug the bot into their MCP client. 50 keys outstanding at any moment for operational reasons; each key works for 30 days, then claim another (still free).
- Live BUY/SELL signal stream via MCP
- Sub-second latency
- Self-graded by Claude Opus 4.8 (risk_score 0–100)
- Full reason text per signal (cites + hold/risk band)
- Free, no payment, no card, no auto-renew
- Keys valid 30 days; renewable for free, subject to 50-key cap
Want our internal trading dashboard (live positions, OH risk-score breakdown, live review reasoning, charts)? DM us on Telegram. We're handling early access individually depending on roadmap timing. Future paid product depending on bot success.
What you receive
One JSON event per BUY, one per SELL (including partials). Streamed via MCP to your client. Schema is stable.
{
"v": 1,
"event": "buy",
"ts": "2026-05-18T14:23:11.412Z",
"ca": "6LiUy31ER...",
"symbol": "WENGU",
"entryPriceUsd": 0.00001234,
"entryMC": 95803,
"entrySOL": 0.5,
"discoverySource": "scanner"
} {
"v": 1,
"event": "sell",
"ts": "2026-05-18T14:51:09.117Z",
"ca": "6LiUy31ER...",
"symbol": "WENGU",
"exitPriceUsd": 0.00002111,
"pnlPct": 27,
"pnlSOL": 0.367,
"sellPercent": 50,
"isPartial": true,
"exitReasonLabel": "Profit-lock target reached"
} FAQ
- What AI runs the bot?
- Anthropic Claude Opus 4.8 is the decision engine. Every buy gate, every exit trigger, every self-grade after a sell runs through it. We chose Opus 4.8 specifically for its long-context reasoning — it can hold the full position history + multi-source live market data + all our rules in one shot when deciding what to do next.
- How much does it cost?
- Nothing. The signal feed is free. We may sell an operator-dashboard product in the future, but the signal feed itself is and will remain free.
- How do I get a key?
- Submit your email at /pricing. We email an API key back within ~60 seconds. No payment, no card, no auto-renew. One key per email at a time.
- Why do keys expire after 30 days?
- Operational rotation. We cap active keys at 50 to keep the feed sustainable. 30-day expiration keeps slots flowing so new requests can be served without forcing manual revocations. After your key expires, claim another (still free) if a slot is open.
- What if all 50 keys are claimed?
- You can join the waitlist or DM us on Telegram. As current keys expire (30 days) or get revoked for non-use (14 days of zero MCP calls), slots open up and queued requests are auto-issued in order.
- Why is there a 50-key cap?
- To keep the service sustainable while the bot is in beta. The signal-distribution infrastructure has a real per-key cost; uncapped issuance would force us to charge. Capping at 50 keeps it free for the active subscribers who actually use it.
- What if I stop using my key?
- A daily cron revokes keys with zero MCP calls in the prior 14 days. This frees up your slot for someone who will actually use the feed. If you go on vacation and stop briefly, no problem — just re-claim when you come back if a slot is open.
- How do signals arrive?
- Via the Model Context Protocol (MCP). Configure your MCP client (Claude Code, Cursor, etc.) with the API key — see /docs.
- What is an MCP client?
- A program that consumes the MCP protocol. The most common are AI coding assistants like Claude Code and Cursor. We supply setup snippets for both at /docs.
- How do I automate trades on my own VPS?
- See the full setup guide at /guide — it walks through provisioning a Frankfurt VPS, creating a dedicated Solana trading wallet, installing the Node.js executor, choosing a position-sizing mode (mirror our entries at a fraction, fixed size, or % of wallet), risk controls, and running as a systemd service. You sign your own swaps; we never touch your funds.
- Can I add an AI layer to filter signals?
- Yes — the /guide#part-13 section walks through wiring Nous Hermes (open-source LLM via OpenRouter or self-hosted via Ollama) on top of the executor. Hermes votes BUY or SKIP on each incoming signal and can scale your position size by its confidence score. Optional and additive — your DAILY_LOSS_CAP, MAX_POSITION_SOL and MIN_POSITION_SOL caps still apply on top.
- Is there a paid operator dashboard?
- Not yet — but planned. We have an internal trading dashboard (live positions, OH risk-score breakdown, live review reasoning, charts) that we use ourselves. If you trade manually and want early access, DM us on Telegram and we can chat. Future paid product depending on bot success — the signal feed itself stays free regardless.
- Do you ever touch my funds?
- Never. Signals are one-way push from our backend to your MCP client. You execute trades from your own wallet. We have no key access, no swap-on-behalf, no custody.
- Slippage?
- Your concern — the signal contains the bot entry price; you size and slip on your own swap rail (we suggest Jupiter swap from your wallet).