Hook
A freshly published strategy claims perfection: buy Bitcoin at $64,000, and the lower your arbitrary "score," the more you accumulate. No code. No audit. No stop-loss. Just a spreadsheet fantasy wearing a system's skin. I spent 20 minutes tracing its logical skeleton, and what I found is a textbook case of risk multiplied by ignorance.
Check the source code of this system — there isn't one. The only thing being audited here is the user's patience.
Context
This is a bull market. Hype is loud, FOMO is deafening. Everyone wants a "system" to justify pouring capital into a single asset. The article, titled "I Built a Bitcoin Buy System: $64K, the Lower the Score, the More I Buy," resonates with retail investors looking for a disciplined alternative to gut-feeling trades. But discipline without mathematical rigour is just structured gambling.
Let me be clear: I audited over 300 DeFi protocols during the 2020 summer. I saw how re-entrancy vulnerabilities turned 500% APY promises into $2 million loss events. I also saw how seemingly robust strategies collapsed because their authors omitted one critical variable: the exit condition.
Core Insight
The system's core logic is a monotonic increasing position size in response to falling price. Mathematically:
Let P = price, S = subjective score (inversely proportional to price level). The buy quantity Q = f(S), where f is a strictly decreasing function of S? No — the title says "评分越低我买得越多" (the lower the score, the more I buy). So as price drops, score drops, and quantity increases. This is a classic martingale-inspired averaging down strategy.
Why it fails:

- No terminal condition: The system has no stop-loss, no price threshold at which buying stops and liquidation begins. In a bear market, Bitcoin can drop 80%. If you start at $64K and keep buying more as price falls to $12K, your average cost might be ~$30K, but your total exposure could be multiples of your initial capital. A single 10% drop below your average triggers a margin call if leverage is involved (the article doesn't specify margin, but the lack of disclosure is itself a risk).
- Subjective scoring is subjective noise: The score is not defined by any on-chain metric or external data. It's the author's feeling. In my 2022 work on ZK-Rollups, I learned that unverifiable inputs destroy reproducibility. This system cannot be backtested or peer-reviewed because its inputs are secret. Hype is just noise in the signal — here the signal is supposed to be price, but the weighting factor is pure noise.
- Concentration risk: The strategy forces capital concentration as an asset becomes weaker. Modern portfolio theory (Markowitz, 1952) teaches diversification. This system is anti-diversification. It assumes Bitcoin will always recover. If the asset becomes worthless (unlikely for Bitcoin, but for any altcoin this is suicide), the entire portfolio is zero.
- Liquidity illusion: The article doesn't mention liquidity. At low prices, market depth shrinks. Attempting to buy large amounts during a crash can cause severe slippage, effectively increasing the real cost far above the quoted price. I encountered this during the 2020 DeFi crash when a single large trade on a low-liquidity pool drained the curve.
Contrarian Angle
Now, I must acknowledge what the bulls get right: discipline is valuable. A steady buy plan, even a simple DCA, outperforms emotional trading over long horizons. The author's attempt to systematize buying is better than random speculation. The idea of buying more when others are fearful aligns with Warren Buffett's "be greedy when others are fearful."
But math binds. If the system doesn't define how fearful (quantified), and when to stop, it's not a system; it's a prayer. The 2022 Terra/Luna collapse taught us: no asset is too big to fail. A strategy that assumes infinite recovery horizon with unlimited capital injection is unsound. People who followed similar rules during Luna's death spiral saw their accounts go to zero because the system had no exit logic.
Compare this to a proper systematic strategy: one that uses on-chain metrics like MVRV Z-score, realized cap, or even simple moving averages to adjust position size, with explicit risk limits per drawdown level. Those strategies can be backtested, deployed via smart contracts, and audited. This one cannot.
Takeaway
If the math doesn't bind, it's not a system. It's a diary entry. The author’s scoring model is a black box — fully audited by no one, including the creator. In a bull market, such strategies feel smart because prices generally go up. But bear markets reveal the structural rot. The only thing worse than no plan is a plan that assumes you can always buy more.
Check the source code of your portfolio, not the roadmap of your wishful thinking. When the next 60% drawdown hits, ask yourself: does your system have a stop-loss, or just a hope?