Monster Grid

Choose the self-hosted node or the hosted dashboard, see the full multi-agent system clearly, and move from demo to paper to live with deterministic guardrails still in charge.

14+ typed agents1111 signal lattice+1 / -1 / +0 / -0 state math
Agent meshSignal, risk, venue, replay, oracle, watchdog
State math+1 conviction, -1 rejection, +0 hold, -0 suppress
Quantum laneOptional advisory probes only
Run postureDemo, replay, paper, then live
ControlDeterministic risk still rules

Docs

ZeroTrade docs that reduce friction after purchase

Move from purchase to a confident paper-mode deployment without ambiguity, hype, or hidden steps.

Docs

Quickstart path

Go from purchase to a working node with hardware guidance, setup, activation, and first paper-mode validation in one sequence.

Docs

License and activation

Understand how no-login purchase, transaction verification, local activation, handshake signing, and grace windows fit together.

Docs

Risk and mode policy

See exactly how demo, replay, paper, and live are separated, and what deterministic checks stand between signals and execution.

Docs

SSH and local panel path

Understand the real access model in plain language: SSH into your machine with its domain or server IP, then open the local panel through an SSH tunnel from your home PC.

Docs

Oracle and replay

Learn how local Gemma and BYOK OpenAI power explanations, briefings, and anomaly triage without becoming an unsafe execution authority.

Docs

Quant and ZeroTrade Quantum

Understand the deterministic factor model, optional IonQ-compatible research probes, prepared-only defaults, and why quantum output remains advisory.

Documentation Map

What these docs cover

Operator Manual

Install, upgrade, backups, health checks, and service lifecycle guidance for serious long-running nodes.

Mode Policy

Clear separation between demo, replay, paper, and live so nobody confuses simulation with production behavior.

License Handbook

How keys, account ids, node handshakes, update channels, and grace behavior interact.

Risk Guide

What the risk-core checks, why it rejects drafts, and how tiny-wallet constraints behave.

Research Standards

How ZeroTrade talks about methodology and proof

Replay and paper are part of the research loop

ZeroTrade is designed to prove behavior through replay, anomaly review, and live-paper posture before deeper trust is earned.

Historical claims need assumptions

If the product ever publishes strategy research, date ranges, fees, slippage, limitations, and the difference between simulation and live operation should be clear.

Public credibility should stay evidence-bound

The site is stronger when it avoids invented biographies, anonymous-expert theatre, and unsupported historical-performance boasting.

Operations complete the math

Research is only useful if the runtime can survive stale data, venue degradation, drawdown limits, and deterministic trade gating in production.

Journey

The path from purchase to live-ready confidence

Buy or activate a node license
Install the runtime on Ubuntu or your chosen host
Run doctor, status, and heartbeat checks
Validate the node in demo and replay mode
Move to paper mode with real market data
Only consider live deployment after proving the stack
SSH Tunnel In Plain English

Explain the remote panel path the way a normal customer expects

ZeroTrade is installed on the server or PC

The private panel is not running on the public website. It lives on the machine where the node is installed.

From home PC you SSH into that machine first

The normal login pattern is ssh ubuntu@example.com or ssh ubuntu@serverIP, depending on whether you use a hostname or a raw IP.

127.0.0.1 works after the SSH tunnel

Once the tunnel is open, http://127.0.0.1:8010/panel works on your home PC because SSH forwards your own port 8010 to the server's local panel port.

Without the tunnel, your browser will not see the server panel

If you type http://127.0.0.1:8010/panel before opening the SSH tunnel, your Windows desktop is only checking itself. That is why the tunnel step matters.

Command Examples

The three commands that matter most for a first remote session

SSH into your serverssh ubuntu@example.com

Use your own hostname if you have one.

SSH into your server by IPssh ubuntu@serverIP

A raw IP is fine if you do not want a dedicated hostname yet.

Create the browser tunnel from homessh -L 8010:127.0.0.1:8010 ubuntu@serverIP

Keep that SSH session open, then load the browser panel on your own PC.

CLI Surface

Real commands you can use immediately

Installcurl -fsSL https://zerotrade.monster/install | bash

Bring the node bundle onto a clean Ubuntu host, home lab box, or mini PC.

Install with local AIcurl -fsSL https://zerotrade.monster/install | INSTALL_LOCAL_AI=true OLLAMA_MODEL=gemma4:e2b bash

Provision the local Ollama runtime and pull the default Gemma 4 E2B model for 16 GB class hosts.

Install with richer local AIcurl -fsSL https://zerotrade.monster/install | INSTALL_LOCAL_AI=true OLLAMA_MODEL=gemma4:e4b bash

Use the larger Gemma 4 E4B model when you want stronger local reasoning and can tolerate slower inference.

Activatezerotrade activate-license --account-id <ACCOUNT_ID> --license-key <LICENSE_KEY>

Bind the purchased credentials to the runtime.

Launchzerotrade

Open the local ZeroTrade control surface in the terminal after install.

Guidezerotrade guide

Show the first-session operator path for SSH, doctor checks, and the private panel.

Panel Accesszerotrade access

Show the SSH and browser-tunnel path for the local web panel, including the plain-English home-PC flow.

Paper Blotterzerotrade execution blotter

Inspect deterministic paper execution, recent fills, and open positions.

Load Strategyzerotrade strategy install-preset sol_momentum_scout

Install an encrypted strategy preset into the local strategy vault.

Daily Evolutionzerotrade strategy evolve-daily

Run the sealed daily strategy review so non-live nodes can adapt without exposing raw playbooks.

Verifyzerotrade doctor && zerotrade status

Confirm health, heartbeat, and mode posture before operating.

Need The Guided Path

Use the setup guide if you want the full install journey.

The docs explain the product shape. The setup page puts the command path, firewall basics, and activation handoff in one place.

ZeroTrade Monster