Quantor
📚 Blog · product narrative + engineering notes

The boring discipline behind an automated trading product

Long-form on the technical choices that make Quantor verifiable rather than trustworthy. Build signing, regime detection, self-custody, audit chains. Engineering, not marketing.

Methodology· 2026-06-24· 6 min read

We ran 264 walk-forward tests on our own bots. None beat just holding.

6 strategies × 11 pairs × 2 timeframes × 2 cost levels = 264 out-of-sample tests on real data. After fees, zero beat buy-and-hold — and 108 reduced drawdown. We publish it anyway, and you can reproduce it in one command.

Read article →
Risk· 2026-06-22· 6 min read

Lower drawdown beats higher returns — the honest case

The number that decides whether you survive isn't return — it's drawdown. Why -50% needs +100% to recover, why a smaller hole beats a bigger gain, and what our own walk-forward honestly found: less drawdown, not more profit.

Read article →
Industry· 2026-06-22· 7 min read

Are crypto trading bots a scam? An honest answer

Some are scams, most overpromise, a few are honest tools. The four red flags, whether bots actually make money (our own walk-forward says: lower drawdown, not alpha), and the checklist for an honest bot — turn it on us too.

Read article →
Risk· 2026-06-22· 7 min read

Crypto market manipulation: 6 plays, and how a bot stays out

Pump-and-dump, spoofing, stop-hunting, wash trading, insider flow, liquidation cascades — the six ways retail gets played, the tell for each, and the only sane bot move: detect a dirty tape and stay out.

Read article →
Transparency· 2026-06-22· 7 min read

How to verify a crypto trading bot's track record

Almost every bot advertises a track record; almost none can be verified. The four tests a real, auditable record must pass — signed and dated, live not backtest, every trade not a window, re-checkable by you — a red-flag checklist, and how we sign ours with Ed25519.

Read article →
Transparency· 2026-06-09· 6 min read

We caught our own trading bots underperforming — and published it

Two of our four signed-performance bots were running on the 1-minute timeframe, where fees and noise quietly eat the edge. Our own transparency machinery surfaced it. Here's the honest data, the fix (M1 → H1), and why we published the messy transition month instead of restarting the track on a convenient date.

Read article →
Trading· 2026-05-29· 10 min read

PAPER mode trading — the complete guide for risk-free crypto bot testing

Every Quantor user runs PAPER before LIVE. What PAPER simulates faithfully (entries, exits, fees, regime gates), what it deliberately approximates (slippage, partial fills, exchange downtime), how to read a PAPER P&L without lying to yourself, and the seven-item checklist for deciding when a strategy has earned the right to touch real money.

Read article →
Founder story· 2026-05-19· 8 min read

Why I built Quantor — a founder's story about FOMO, revenge trades, and what discipline actually costs

I lost $4,200 on a single FOMO entry at 2 AM. The strategy was fine — the operator was broken. Quantor is what I built so I'd never have to make that decision tired, scared, or hopeful again. A personal post about why discipline is the only edge most traders haven't actually tried, what I tried first that didn't work, and what the product is in two sentences.

Read article →
Industry· 2026-05-11· 11 min read

Why we don't promise yield (and why every bot that does should worry you)

Most crypto bot landing pages lead with a number — "5% monthly", "0.5% daily", "15-30% APY". Compounded, those numbers imply outperforming Jim Simons' Medallion Fund by 2-13×. Quantor sells discipline, not yield. This post walks the math, the regulatory landscape, the three terminal states of the yield-promising bots, and the 5-question buying checklist for any automated- trading product — including ours.

Read article →
Risk· 2026-05-11· 12 min read

The 14 risk gates we run before a LIVE bot starts trading your money

Before a single real order leaves the api, fourteen independent checks fire — symbol allowlist, regime classifier, kill switch, beta allowlist, notional sanity, subscription state, bot count, plan permissions, Telegram link, strategy compatibility, exchange-key verification, and the final risk evaluator with plan-specific notional ceilings. Each gate emits its own machine-readable reason code so the user knows exactly which one fired.

Read article →
Security· 2026-05-11· 11 min read

Self-custody by construction — why your trading bot shouldn't hold your funds

The October 2022 3Commas leak moved real user money because the bot architecture could. Quantor is built so the same class of breach can't. The exchange API key has trade-only scope, the DB stores only an AES-GCM blob, the master key lives in a separately-administered Secret Manager, and the exchange itself refuses withdrawal regardless of what our code thinks.

Read article →
Risk· 2026-05-11· 9 min read

The regime detector — what we kill live trades on, and why

A 50-line classifier, two retail-readable indicators (realized daily volatility and drawdown from peak), three buckets. When the market regime flips DANGEROUS we refuse to start LIVE bots — the user sees the exact numeric reason. Walks through the algorithm, the thresholds, the historical windows where it would have fired, and the upside we accept giving up in exchange.

Read article →
Security· 2026-05-11· 10 min read

How we sign every prod deploy with Ed25519 — and why your bot doesn't

Most crypto-bot SaaS ask you to trust them. We sign every prod deploy with an offline Ed25519 key and publish the public key, so you don't have to. Here's exactly how it works, what it catches, what it doesn't, and how anyone with openssl can verify our running build in 30 seconds.

Read article →

Verify what we just claimed

Every fact in the blog is backed by a public endpoint. The build signature, the audit chain head, the regime state — all of it is live and verifiable right now.