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.
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"
} How it works
Sweeps fresh graduates and early-stage tokens. Multi-source on-chain intelligence picks candidates.
Multi-lens evaluation: structural signals, holder distribution, demand pressure, safety. No single signal can pass 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.
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.
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.
Beyond signals — your own dashboard.
- 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.