PHASE 2 BETA IS OPEN APPLY NOW
TRION
Workstation

Build strategies with AI.
Decide for yourself.

Describe your idea in plain English. The AI turns it into a trading strategy you can read and understand, tests it on real market data, and runs it in practice mode — no real money, ever. No black box, no fake numbers, no risk.

Practice mode only Never touches your money You decide everything
// trion workstation
ResearchTRION

Draft in plain English

Long when the daily 50-EMA crosses above the 200-EMA and RSI(14) > 50.
strategy "ema_cross" {
  entry:  cross_above(ema(50), ema(200))
  filter: rsi(14) > 50
  risk:   max_drawdown(15%)
}
Double-checkedTRION

Checked before you trust it

  • Rules make sense
  • Risk limits in place
  • No cheating with hindsight
  • !One improvement suggested
  • awaiting human approval
Play moneyTRION

No real trades, ever

practice modeON
real tradingOFF
play moneyON
your approvalREQUIRED
// 01 · no hype
// 01. No hype

Safety first.

Hype last.

TRION is not a bot that promises easy money. The AI helps you build a strategy — you stay in control. And during the beta, everything runs in practice mode.
Industry Standard

The "Magic Money" Bot

  • A black box

    You never find out why the bot bought or sold.

  • Wants your money up front

    Demands access to your exchange account and real money from day one.

  • Numbers that look too good

    Dashboards designed to look profitable while hiding the real risk.

  • Trades behind your back

    The AI buys and sells without asking you first.

TRION Workstation

AI assists. TRION validates.
Risk protects. Humans decide.

  • You can read every rule

    See exactly how the AI turned your idea into trading rules — in language you can check and change.

  • Practice mode only (beta)

    Everything runs on play money. No live trading, no real money, nothing to lose.

  • Honest numbers

    No inflated results. If we can't calculate something honestly, we show "N/A" instead of making it up.

  • You make every decision

    TRION never trades for you. Nothing moves forward until you say so. Humans decide.

// 02 · built for safety
// 02. Built for safety

Three steps.

Clear limits between them.

Build, Check, Watch. Each step has strict limits on what it's allowed to do — so the AI can help you, but never act for you.
01 Build

Turn your idea into a strategy.

Chat with the AI to build a strategy. Read every rule it writes — in plain language you can check and change. Compare versions until you trust it.

  • Build by chatting with AI
  • Read and edit every rule
  • Compare versions side by side
  • AI explains what changed and why
02 Check

The AI double-checks — you stay in charge.

Several independent AI reviewers look at your strategy from different angles and flag weak spots. They give advice — they never make decisions for you.

  • Several AI reviewers check each strategy
  • Weak spots flagged, not hidden
  • Everything explained in plain language
  • Shows "N/A" instead of made-up numbers
03 Watch

Watch it run — with play money only.

See how your strategy behaves in real market conditions, using play money. Nothing starts without your OK, and real trading is switched off — built in, not just promised.

  • Practice mode: always on
  • Real trading: switched off
  • Play money only
  • No broker or exchange connected
// who is allowed to do what ✓ enforced by the system, not by promises
Build Check shares your strategy
Check Watch gives advice only
Watch Real trading stops here — you decide
// 03 · how it works
// 03. How it works

From idea to tested strategy.

Six steps. No shortcuts.

Not a magic button — a clear process. You can see, check, and undo every step.
01

Describe your idea

Tell the AI what you want in plain English. No coding, no jargon required.

02

Get it in writing

TRION turns your idea into clear, written trading rules you can read and understand.

03

Safety checks

Several AI reviewers plus fixed risk rules go through your strategy. Problems are shown to you — never hidden.

04

Test on real history

See how your strategy would have performed on real, historical market data. Honest results — if data is missing, we say so.

05

Learn and improve

Compare test runs and let the AI explain what changed and why — it suggests, you decide.

06

Practice run

Watch your strategy run live in practice mode — with play money. Nothing starts without your OK, and no real trades are ever placed.

// our guarantees
✓ every step is logged ✓ everything can be undone nothing starts without your OK
// 04 · see every step
// 04. See every step

You see everything.

Nothing happens behind your back.

Follow your strategy through every stage in real time. No hidden steps, no surprises.
  • 01
  • 02
  • 03
  • 04
  • 05
  • 06
automatic step

Market data in

Fresh market prices arrive. Example: Bitcoin, hourly.

practice mode=ONreal trading=OFFplay money=ON

Illustration of the flow · in the real product, beta users see only real data — never invented numbers.

// 05 · the product
// 05. The product

The product.
Not the pitch.

This is what you actually get. Click around and see for yourself.

workstation
PAPER MODE
// ai conversation
You
Build a mean reversion strategy on 4H, ATR stops.
TRION AI
Drafted. RSI(14)<30, BB_lower break, ADX<25 filter, 1.5×ATR stop. Ready for risk review.
writing out your rules…
// 06 · features
// 06. Features

Lower the barrier.

Never the safety.

01Double-checked

Several AIs check your strategy.

Independent AI reviewers look at your strategy from different angles. If they disagree, you see it — nothing is hidden. And fixed safety rules always have the final say over the AI.

  • Reviewed from several angles
  • Safety rules can always stop the AI
  • Stops and asks you if anything is unclear
// worker consensus
review: 2/3 agree · risk_engine validates
worker_1reviewed
worker_2reviewed
worker_3flagged
SAFETY RULESalways the final say
✓ within limits
02AI assistant

Your personal AI assistant.

Ask anything in plain English. Get strategy ideas, explanations, and improvements in real time. No accounts to create, nothing to install or configure.

  • Works right away — no setup
  • Every AI answer can be read and changed
  • Your conversations stay private to you
// assistant
online
Add a regime filter — only run when ADX is below 25.
TRION AI
Updated. I've added `regime_filter(ADX) < 25` to your draft.
What does that change in the backtest?
TRION AI
Mean reversion now skips strong-trend regimes. Expect fewer trades, lower drawdown, higher win rate. Want me to run it?
03Beta · Safety

Your money never enters TRION.

During the beta everything runs on play money. Your real money stays in your own bank or exchange — TRION never connects to it. If live trading is ever added, it will be optional and require your explicit approval.

  • No access to your accounts
  • No deposit, ever
  • No broker or exchange connected
// your account
Your bank
Untouched
No deposits. No API keys. Your capital never leaves your custody.
// trion runtime
Play money
practice mode: ON
Every trade goes to a pretend broker. real trading: OFF — built into the system itself.
your moneystays in your account·TRIONplay money only
04Honesty

Honest numbers. "N/A" instead of made up.

If something can't be calculated honestly, we show "N/A". If a strategy fails, we show you why. TRION's screens show reality — not marketing.

  • No fake numbers, ever
  • You can see where every number comes from
  • Failures are explained, not hidden
// typical bot dashboard
+73.4%
Backtest excludes 6 worst months.
Slippage assumed = 0.
misleading
// TRION dashboard
N/A
Out-of-sample data missing.
Cannot compute honestly.
honest
missing data > pretty data · always.
// 07 · our promises
// 07. Our promises

Six promises.
No exceptions.

Not marketing lines. These rules decide what TRION builds — and what we refuse to build.

AI assists.
TRION validates.
Risk protects.
Humans decide.
  1. 01

    Safety first, not hype first

    No black boxes. No fake numbers. No promises of easy money. We only ship something when it survives skeptical review — not when it looks impressive.

  2. 02

    AI helps. AI never decides.

    The AI writes drafts, explains, and suggests. It cannot approve, start, or trade anything. That limit is built into the system itself — not just a policy.

  3. 03

    No fake dashboards

    If a number can't be calculated honestly, TRION shows "N/A". We'd rather show an empty field than an invented number.

  4. 04

    A full process, not a trick

    TRION takes you the whole way: describe, build, check, test, learn, improve, approve. A complete loop you can trust.

  5. 05

    You are always in control

    Nothing happens automatically unless you turn it on. Every AI suggestion passes safety checks and your approval before it affects anything.

  6. 06

    AI included — nothing to set up

    You don't need your own AI accounts, technical setup, or any extra services. TRION handles all of that, so you can focus on your strategy.

// 08 · join the beta
// 08. Beta

Phase 2 Beta opens.

30 founders. No more.

Application takes ~90 seconds

Help shape the workstation.
Get founder access in return.

  • Direct line to the founding team via Discord
  • Founder perks and recognition at launch
  • Free Phase 2 access · no credit card