mobile_trader Subscribe

mobile_trader@vps:~$ tail -f signals.ndjson

Live Solana
memecoin signals.
From a bot that grades itself.

A scanner-buy-monitor-exit loop running 24/7 on a dedicated VPS, firing BUY and SELL signals via MCP to your client. Three months in production. Self-graded against actual post-sell price action.

495
Closed trades (30d)
+80.0%
Win rate
+1.83 SOL
Net SOL (30d)
1,759
Reviews on file

What you receive

One JSON event per BUY, one per SELL (including partials). Streamed via MCP to your client. Schema is stable.

BUY
{
  "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"
}
SELL
{
  "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"
}

How it works

01
Scanner

Sweeps fresh graduates and early-stage tokens. Multi-source on-chain intelligence picks candidates.

02
Buy decision

Multi-lens evaluation: structural signals, holder distribution, demand pressure, safety. No single signal can pass alone.

03
Position monitor

Live price tracking, intra-trade drawdown awareness, partial-sell ladder for profit-locking.

04
Exit triggers

Profit-lock targets, hard floors on drawdown, structural breakdown detection, peak-and-fade exits.

05
Self-grade

Every exit reviewed 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.

Stage 1
Scanner
Stage 2
Buy gate
Stage 3
Monitor
Stage 4
Exit triggers
Stage 5
Self-grade

Track record (30d snapshot)

Real cumulative SOL P&L across closed positions. Snapshot updates weekly. Scroll the section to walk the curve.

Cumulative SOL (synthetic shape from real events)-30.53 SOL

Scroll to walk the curve.

Coming Q3 2026

Beyond signals — your own dashboard.

Mock screenshot
phantom.connect()
connected: Gj4..k9Pm
WENGU+62.3%
CLUTCH+2.2%
1billion−15.5%
  • 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
  • Notify me when it’s live →

Pricing

Pay in SOL. Tier set server-side from the amount paid — under-pay redeems to a lower tier.

Tier SOL
Weekly 1 SOL Pay & redeem →
Monthly 2.5 SOL Pay & redeem →
6 Month 10 SOL Pay & redeem →
1 Year 15 SOL Pay & redeem →

FAQ

How do I pay?
Send SOL from your wallet to the address shown at /pricing. Then paste the tx hash into the redemption form on that page. Within ~30 seconds you receive an API key.
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.
Refunds?
No refunds. The signal feed is the same for every paid tier — there is nothing to dispute about service quality.
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).
Why SOL, not USDC?
Tier price is fixed in SOL. SOL volatility makes the USD price wobble — that is intentional, we want SOL upside aligned with users.
What happens when my key expires?
The MCP stream stops returning new signals. A daily cron marks expired keys as revoked. Renew by sending another payment for any tier.