№ IV · MMXXVI projects

№ I · since 2025 · live

AlphaFeed

AI-curated crypto signals delivered the moment sharp flows move — Telegram-native, zero noise. A real-money auto-trader runs behind the user-facing alerts, gated by a paper-trading proof window before it's ever allowed to size up.

visit alphafeed.site

What users see

A subscriber connects on Telegram, picks a noise level, and starts receiving alerts the second a sharp move shows up. Every alert is scored, contextualised in plain language, and includes the data the score was built from. Subscribers can act on them manually — or not act at all. The auto-trader behind the same pipeline is a separate, internal experiment.

AlphaFeed home — landing page with the live alert feed and signal scoring.
The public site at alphafeed.site — live feed view.

Architecture

┌─────────────────────┐    ┌──────────────┐    ┌──────────────────┐
│ on-chain ingestion  │ →  │ scoring +    │ →  │ telegram alert   │
│ (mempool + DEX +    │    │ enrichment   │    │ (subscribers)    │
│  CEX feeds)         │    │ (model + LM) │    └──────────────────┘
└─────────────────────┘    └──────┬───────┘             │
                                  │                     │ (high-conviction
                                  ▼                     │  subset only)
                           ┌──────────────┐             ▼
                           │ trade-event  │     ┌──────────────────┐
                           │ table        │     │ paper-trader     │
                           └──────────────┘     │ → live-trader    │
                                                │ (gated)          │
                                                └──────────────────┘

Every alert passes through scoring before it ever reaches a subscriber. A subset of alerts that clear a conservative score gate and a minimum liquidity floor get forwarded to the trader pipeline. Both stages are deliberately strict — most signals never become trades.

The auto-trader, in two stages

The most operationally interesting part of the system is the trader, because real money is involved and the cost of being wrong compounds. Two stages:

  1. Paper-trader. Mirrors every qualifying signal at a fixed notional, marks to live mid-prices, and records the would-be P&L over the lifecycle of each position. Runs continuously, costs nothing.
  2. Live-trader. Only unlocked once the paper window has accumulated enough closed positions to be statistically meaningful AND the cohort actually shows positive expectancy at the chosen TP/SL multiples. Until then, the live side stays in shadow mode — code paths exercised, capital not deployed.

TP and SL multiples sit deliberately wider than typical retail bots — the goal is to capture asymmetric outcomes, not to scalp. Position sizing is constant per trade; no Martingale, no scaling-in.

The gate-tightening case study

Mid-experiment I tightened the score and liquidity gates by a meaningful amount. Trade volume across a five-day window dropped roughly 35% — fewer signals made the cut — but the effect on quality was sharp:

The takeaway wasn't "tightening always helps" — it was that the original gate had let through too many low-conviction signals that ate the edge. The right answer for an experiment is to keep moving the gate until you can see what's actually load- bearing, not to lock in a single guess up front.

AlphaFeed track-record view — closed positions with realised P&L per signal.
Public track record — every closed signal, every outcome.

Operational discipline

A real-money trader running unattended needs more than a working strategy; it needs to fail safely. Some of what's wired in:

Stack

What's next

Live-trader unlock is gated on the paper window accumulating enough closed positions with positive expectancy. The current focus is iterating on the gating thresholds and growing the score model with more sources, not on rushing the live side. The auto-trader exists to validate that the underlying signal has real edge — if it does, capital follows; if it doesn't, the user-facing product still has value as curated alerts, and the live side stays off.