The short version: you can lose all of your trading capital, leverage makes that happen faster, and on some venues losses can exceed what you deposited. Trade with money you can afford to lose, and not with borrowed funds.
This page explains the risks in plain terms so you can decide for yourself. It is worth reading before you trade real money rather than after.
Crypto markets move violently, at all hours, with no circuit breakers. A position can go against you by more in an hour than a traditional market moves in a month. No strategy avoids this.
Leverage multiplies both directions. At 3× leverage, a 33% move against you wipes out the position. At 10×, a 10% move does it. When your margin runs out, the exchange liquidates — it closes your position at whatever price it can get, and you do not get to wait for a recovery. Liquidation usually happens at the worst moment, when the market is moving fastest and liquidity is thinnest.
In fast markets, a liquidation can fill worse than the bankruptcy price. Depending on the venue and its insurance fund, you may be left with a negative balance. “I can only lose what I put in” is not guaranteed with leveraged perpetual futures.
Perpetual futures charge periodic funding between longs and shorts. Holding a position on the wrong side of funding bleeds money continuously, even when the price does not move against you.
Your stop-loss is an instruction, not a guarantee. In a gap or a thin order book, it fills at a worse price than you set — sometimes far worse. Backtests and practice bots do not model this honestly.
That is the point, and it is also the risk. A bot can open, add to, and close positions while you are not watching. Set your daily loss limit and leverage cap as though you will not be there — because you will not be.
Bugs, bad configurations, and unexpected market conditions can all produce trades you did not intend. The Platform is in beta. Assume it can be wrong.
If our host, your exchange's API, or the network between them fails, a bot may be unable to close a position it wanted to close. Positions do not pause because our software did.
A strategy that worked in past conditions can stop working when conditions change — and it rarely announces this. Past out-of-sample performance is evidence, not a forecast.
The kill switch stops all your bots immediately. Be clear about what it does: it halts the bots and flattens simulated and testnet positions. It does not automatically close your open mainnet positions. After hitting it, go to your exchange and manage any live positions yourself.
We label strategies honestly, and we publish our failures:
| Label | What it means |
|---|---|
| validated | Still profitable after costs on data it was not fitted to. A statement about the past. |
| paper | Runs on simulated money. No claim about profitability at all. |
| experimental | Under test. Expect it not to work. |
Of the strategies we have tested, one — funding-rate carry — passed. A basket of 446 quantitative factors, a gold-trend model, and a machine-learning factor combination all failed on data they had not seen, and we did not ship them. We tell you this so that “validated” reads as what it is: a filter that most ideas fail, not a promise that the survivors will keep working.
Practice bots use simulated money at simulated prices. They have no slippage, no partial fills, no exchange downtime, no funding surprises, and no emotional pressure. A practice bot showing a profit tells you the mechanics work. It tells you nothing about whether you will make money.
Use practice mode to learn what the controls do and how a strategy behaves — then expect real trading to be worse.
It never leaves your exchange account. The bot places and cancels orders; it never calls a withdrawal endpoint. Create your API keys without withdrawal permission and this is enforced by your exchange, not merely promised by us.
Collateral you deposit into our vault secures our fees. It does not trade and is not at market risk — but it is exposed to smart-contract risk.
The vault contract has not had an independent security audit. Contract defects can lose funds permanently, and no blockchain transaction can be reversed.
If you lose your wallet's private key, we cannot recover your collateral. Nobody can.
A $10 activation fee, $10 per 30 days after the first month, and 20% of profit are real costs that come out of your collateral. A strategy must clear these before you are ahead. On a small account, fixed fees are a large percentage — do the arithmetic for your own account size before you start.
The 10% requirement is measured against your live trading capital, so it rises if you add funds at your exchange. If you fall below it, we warn you and give you a grace period. If it is not fixed, we flatten your open positions and halt the bot — realising whatever profit or loss exists at that moment, which may not be a moment you would have chosen. Keep your collateral comfortably above the minimum so this never triggers.
Nothing on this Platform is investment advice or a recommendation. We do not know your financial situation, and nothing is tailored to it. We do not guarantee or project any return. Any figure you see is either historical or simulated, and neither predicts the future. If you need advice, consult an independent licensed adviser.
One thing worth keeping in mind: no strategy label, backtest, or safeguard on this Platform removes the possibility of losing what you put in. Size your positions accordingly.
一句话版本:你可能亏光全部交易本金,杠杆会让这件事发生得更快,在某些交易所 亏损甚至可能超过你入金的数额。请用亏得起的钱来交易,不要借钱。
这一页用大白话讲清楚风险,让你自己判断。值得在动真钱之前读,而不是之后。
加密市场波动剧烈、全天候运行、没有熔断。一个仓位在一小时内的逆向幅度,可能超过传统市场 一个月的波动。没有任何策略能规避这一点。
杠杆把两个方向都放大。3 倍杠杆下,逆向 33% 就打光仓位;10 倍杠杆下,10% 就够了。保证金 不足时交易所会强制平仓 —— 按当时能成交的价格平掉,你没有等待反弹的机会。强平往往发生 在最糟的时刻:行情跑得最快、盘口最薄的时候。
行情剧烈时,强平的成交价可能差于破产价。取决于交易所及其保险基金,你可能留下一个负余额。 做杠杆永续合约时,「我最多只亏本金」并没有保证。
永续合约在多空之间定期收付资金费。站在资金费不利的一侧持仓,即使价格没有逆向变动,也会 持续失血。
止损是一条指令,不是保证。跳空或盘口过薄时,它会以比你设定更差的价格成交,有时差很多。 回测和模拟盘不会诚实地反映这一点。
这既是它的价值,也是它的风险。机器人会在你不看盘时开仓、补仓、平仓。设置日亏上限和杠杆 上限时,请按「我不在场」来设 —— 因为你确实不在。
bug、配置失误、没预料到的行情,都可能产生你并不想要的交易。本平台处于 beta 阶段, 请假设它可能出错。
如果我们的主机、你的交易所 API、或两者之间的网络出问题,机器人可能无法平掉它想平的仓位。 仓位不会因为软件停了就暂停。
过去有效的策略,在环境变化后可能不再有效 —— 而且它很少会提前告诉你。样本外的历史表现是 证据,不是预测。
熔断会立刻停掉你所有的机器人。请清楚它做什么:它停机器人,并平掉模拟盘和测试网仓位, 但不会自动平掉你的主网真实仓位。按下熔断后,请到交易所自行处理实盘持仓。
我们如实标注策略,也公开我们淘汰掉的:
| 标签 | 含义 |
|---|---|
| 已验证 | 在没有被用来拟合的数据上,扣除成本后仍然盈利。这是关于过去的陈述。 |
| 纸面 | 跑模拟资金。不对盈利做任何声明。 |
| 实验中 | 测试阶段,请预期它不管用。 |
我们测试过的策略里,只有资金费 carry 一条通过了。446 个量化因子的组合、黄金趋势模型、 以及一套机器学习因子组合,在没见过的数据上全部失败,我们没有上线它们。写出来是为了让 「已验证」这个标签保持它本来的含义:一道大多数想法都过不了的筛子,而不是一句「活下来的会继续 有效」的承诺。
练习机器人用模拟资金、模拟价格。它没有滑点、没有部分成交、没有交易所宕机、没有资金费意外, 也没有情绪压力。模拟盘赚钱只说明机制跑通了,不说明你会赚钱。
用练习模式熟悉各个参数的作用和策略的行为 —— 然后预期真实交易会更差。
它从不离开你的交易所账户。机器人只下单和撤单,永不调用提现接口。把 API 密钥创建成 不带提现权限,这一点就由你的交易所来强制执行,而不只是我们的口头承诺。
你充进金库合约的押金用于担保平台费用。它不参与交易、不承担市场风险 —— 但它承担合约风险。
金库合约没有经过独立的安全审计。合约缺陷可能造成资金永久损失,而区块链交易无法撤销。
如果你丢失了钱包私钥,我们无法帮你找回押金。没有人可以。
$10 激活费、首月之后每 30 天 $10 运行费、以及 20% 的盈利分成,都是真实成本,从押金里扣。 策略必须先覆盖这些成本,你才算真的赚到。账户规模越小,固定费用占的比例越大 —— 开跑之前, 请按自己的资金量算一遍。
10% 的押金要求是对着你实时的交易本金算的,所以你在交易所加仓资金时,要求也会跟着涨。 低于门槛时我们会先警告并给一段缓冲期。到期仍未补足,我们会平掉持仓并停机 —— 在那一刻 兑现盈亏,而那未必是你会选的时点。把押金留出余量,这一步就永远不会触发。
本平台上的任何内容都不是投资建议或推荐。我们不了解你的财务状况,也没有任何内容是为它定制的。 我们不保证也不预测任何收益。你看到的任何数字要么是历史的,要么是模拟的,两者都不预示未来。 需要建议,请咨询独立的持牌顾问。
有一点值得记住:本平台上任何策略标签、回测或保护机制,都不能消除你亏掉本金 的可能性。请据此决定仓位大小。