How crypto trading bots actually work
Updated 3 September 2026 · Belphor Research · the data behind this guide
A trading bot is not a money printer or a black box. It is three loops running forever: watch for a condition, apply rules, execute. Everything that matters, and everything that goes wrong, lives in the details of those loops. Here is the honest anatomy, and the questions that expose whether a bot deserves your keys.
- Every bot is signal, rules, execution. The signal decides when to look, the rules decide whether and how much, execution decides how the order actually lands.
- The rules layer is where the money is made or lost: entry filters, position sizing, stop losses, and exit logic matter far more than the signal's cleverness.
- Serious bots carry defensive machinery: kill switches, daily loss budgets, per-trade caps, and execution-quality checks. A bot without them is a script with your keys.
- Judge any bot by its published, unedited record including losses, its custody model, and its fees, in that order.
The three loops
The signal loop watches something: a price crossing a level, an on-chain event like a token migration or a community takeover, a cluster of wallets buying. Its only job is to say now might be a moment. The rules loop then interrogates that moment: does the coin pass safety checks, is the pool deep enough, how much is already at risk, what size does the budget allow. Only if every gate passes does the execution loop build a transaction, sign it, and manage it until it confirms or fails.
Marketing focuses on the signal loop because it is the interesting part. Profitability lives almost entirely in the other two.
Rules: where edges survive or die
Two bots with the identical signal can have opposite results. The difference is rules: what gets filtered out (rugged deployers, thin pools, coins too young to trust), how size is chosen (fixed, or scaled to pool depth and recent drawdown), and above all how exits work. Stop losses sized to the coin's actual volatility, trailing exits that lock in a run, time stops that reclaim capital from dead trades, all of it decided before entry and executed without emotion. Automation's real advantage is not speed. It is that rules written on a calm day still apply during the chaos.
Execution: the unglamorous battleground
On-chain execution has failure modes screenshots never show: quotes that expire, transactions that fail, fills several percent worse than quoted, coins that can be bought but not sold. A serious bot quotes its exact size before trading, verifies a sell route exists, caps slippage, confirms every transaction on-chain, and records the quality of each fill so the system can audit itself later. Read slippage and price impact for why this layer quietly decides real returns.
The defensive machinery
The most revealing question about any bot is what it does when things go wrong. Good answers include: a kill switch that pauses trading when errors spike, a daily loss budget that stops a member's entries after a bad day, per-coin and per-trade caps that prevent concentration, and separate handling for paper and live modes so simulations never block or distort real trades. These features do not appear in marketing because they only matter on the worst day, which is exactly why they are the mark of a serious system. Belphor's Reflex bot runs all of the above, and publishes every close, wins and losses alike.
What to ask before trusting any bot
Where is the track record, is it complete, and can the operator edit it after the fact? What are the fees, both stated and hidden in execution quality? Who holds the keys, and what can the bot maximally lose if it is wrong ten times in a row? Can you run it in simulation first with the same rules as live? A bot that answers all five plainly is rare. A bot that answers none of them is asking you to fund a stranger's experiment.
How often do pump.fun community takeovers succeed? Measured on every takeover Belphor detected: the share reaching +30%, +50% and +200%, the share that went to zero, by market cap and by month. Also measured: Should you buy a CTO at the alert, wait, or bid below it?. Recomputed daily.
Reflex trades user-configured rules with vol-scaled stops, kill switches and loss budgets, and publishes the outcome of every position it has ever closed.
Explore Belphor →