v0.1 preview · powered by Claude AI v0.1 预览版 · Claude AI 驱动

Trade crypto by
just typing.
一句话
交易加密货币。

Stop wrestling with order forms. Describe your strategy in plain English — our AI parses, risk-checks, and executes it. Built on NijiX ZK + CLOB.

告别繁琐的订单表单。用自然语言描述你的策略,AI 自动解析、风控、执行。运行在 NijiX ZK + CLOB 之上。

~/nijix-ai-trade — prompt → strategy
$ user prompt
$ 用户输入
→ ai-parsed strategy
→ AI 解析结果
{
  "symbol": "BTCUSDT",
  "side": "buy",
  "trigger": 76000,
  "amount": 100,
  "stop_loss": "3%"
}
/ 01

Three reasons it
actually works.
三个真正解决问题的理由。

Most "AI trading" tools are fancy chatbots. We're an actual six-layer architecture: language → schema → risk → execution. Every step is deterministic.

市面上的"AI 交易"大多是花哨的聊天机器人。我们是真正的六层架构:语言 → 结构 → 风控 → 执行。每一步都可控可验证。

/ 01
🧠
REAL CLAUDE AI
真实的 CLAUDE AI

Powered by Anthropic's Claude — not regex matching. Understands "FOMO buy if it breaks the high with tight stop loss" the way a trader friend would.

由 Anthropic Claude 驱动 —— 不是关键词匹配。能像交易员一样理解"如果突破前高就追涨买半仓位带紧止损"这种自然语言。

/ 02
🛡
DETERMINISTIC EXECUTION
可验证的执行

The LLM is a translator, not the trader. After parsing, deterministic code handles risk checks, position sizing, and execution. No hallucinations on the trade.

LLM 只是翻译器,不是交易员。解析之后,确定性代码处理风控、仓位、执行。交易环节零幻觉。

/ 03
NIJIX ZK + CLOB
NIJIX ZK + CLOB

Built on NijiX's zero-knowledge order book DEX. Non-custodial. On-chain settled. No centralized exchange holding your keys.

运行于 NijiX 零知识订单簿 DEX。非托管。链上结算。永不交出你的私钥。

/ 02

From thought to trade,
in four steps.
从想法到下单,
四步即达。

01
TYPE
输入
You describe the strategy.
用自然语言描述策略。

In plain English, in any phrasing. Long, short, conditional, recurring — whatever's in your head.

任何措辞都可以。多空、条件、定投、网格 —— 你脑子里怎么想就怎么说。

# Example user input: # 示例输入:
"Buy 100 USDT of BTC if it drops below 76k, stop loss 3%" "BTC 跌破 76000 买入 100 USDT, 止损 3%"
02
PARSE
解析
Claude extracts intent.
Claude 提取意图。

Using tool-calling, Claude returns a structured Strategy JSON. If anything's missing, it asks — never guesses.

通过 Tool-calling, Claude 返回结构化 Strategy JSON。信息不足时主动询问 —— 绝不瞎猜。

strategy_type: "conditional_order"
trigger: { value: 76000, op: "lte" }
size: { amount: 100, unit: "USDT" }
03
RISK
风控
Deterministic risk checks.
确定性风控审查。

Position sizing, leverage limits, blacklisted tokens, balance checks. All hard-coded — no LLM in this layer.

仓位、杠杆上限、黑名单代币、余额校验。全部硬编码 —— LLM 不参与此层。

✓ position_size ≤ 5% of balance
✓ leverage within limits
✓ stop_loss attached
04
EXECUTE
执行
Order goes on-chain.
订单上链结算。

Conditional orders sit in our orderbook until triggered. When the price hits, ZK proof generated, settled on NijiX. Or paper-trade for free.

条件单挂在订单簿等待触发。价格到位时生成 ZK proof, NijiX 链上结算。也可免费纸面交易。

/ 03

Already built.
Already working.
已经做好。
已经能跑。

Not vaporware. Open the demo, paste a prompt, get a parsed strategy in 3 seconds.

不是 PPT 项目。打开 Demo,粘贴一句话,3 秒内拿到解析结果。

01 / 06
AI STRATEGY SUGGEST
AI 策略推荐

Click one button, Claude generates 4 differentiated strategies based on the live market — covering conservative to aggressive risk.

一键让 Claude 基于实时行情生成 4 种差异化策略,覆盖保守到激进各种风险等级。

02 / 06
🧠
AI STRATEGY EXPLAIN
AI 策略解读

After parsing, get a 2-3 sentence professional take: nature of the trade, key risks, suggested improvements.

解析完成后,自动生成 2-3 句专业解读:策略性质、关键风险、改进建议。

03 / 06
📊
30-DAY BACKTEST
30 天回测

One click, see how the strategy would have performed over 30 days of real Binance data — win rate, max drawdown, P&L.

一键基于真实 Binance 30 天数据回测策略表现 —— 胜率、最大回撤、盈亏。

04 / 06
PENDING ORDERS
条件挂单

Strategies with triggers wait until price hits, then auto-execute at trigger price. Just like a real exchange.

带触发条件的策略自动挂单,价格到位时按触发价成交,跟真交易所一样。

05 / 06
📈
PERFORMANCE DASH
表现仪表盘

Win rate, total P&L, best/worst trade, strategy type distribution — all the metrics that make you a better trader over time.

胜率、总盈亏、最佳/最差交易、策略类型分布 —— 帮你随着时间变成更好的交易员。

06 / 06
📱
FULLY RESPONSIVE
完整移动端适配

Optimized for phones from day one. Trade from anywhere, share via URL, dark or light theme. PWA installable.

从第一天起就为手机优化。随时随地交易,URL 分享,深浅主题,可安装为 PWA。

/ 04

Standing on
real shoulders.
站在真实的肩膀上。

Best-in-class infrastructure, end to end.

从前端到后端,顶配基础设施。

No mocked APIs, no demo backends. Every layer is built on production-grade tools, just like a real exchange would.

没有模拟接口,没有演示后端。每一层都用生产级工具搭建,跟真交易所一样。

Claude Haiku 4.5
→ NL parsing & explanation
→ 自然语言解析 & 解读
Cloudflare Workers
→ Edge AI gateway
→ 边缘 AI 网关
Binance API
→ Live market data
→ 实时行情数据
NijiX DEX
→ ZK + CLOB execution
→ ZK + CLOB 撮合

Ready to trade
smarter?
更聪明地
交易吧?

No signup. No deposit. Open the demo, type a prompt, see Claude work.

无需注册。无需充值。打开 Demo,输入一句话,见证 Claude 的能力。

Try Demo Free 免费体验