You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+23-12Lines changed: 23 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,8 @@
9
9
ZERO is an open-source runtime and operator terminal for running autonomous
10
10
capital operations without giving up custody. It starts with onchain perpetual
11
11
markets: paper-first execution, safety gates, local journals, Hyperliquid
12
-
read-only/live boundaries, public proof packets, and intelligence contracts.
12
+
read-only/live boundaries, self-evolution loops, public proof packets, and
13
+
intelligence contracts.
13
14
14
15
> Not another trading bot. ZERO is the control plane that makes autonomous
15
16
> onchain operations inspectable, interruptible, and self-custodial.
@@ -77,15 +78,25 @@ service or an unattended live-capital promise.
77
78
## Launch Status
78
79
79
80
This repository is the public product page and open-core engineering home for
80
-
ZERO. It is useful today for paper-mode runtime work, operator-terminal
81
-
development, safety-gate design, public proof contracts, and ZERO Intelligence
82
-
API contract work.
81
+
ZERO. It is launch-ready for paper runtime work, operator-terminal development,
82
+
safety-gate design, public proof contracts, self-evolution workflows, ZERO
83
+
Network contracts, and ZERO Intelligence API contracts.
83
84
84
-
It is not yet a promise that a new operator can clone the repo and run a fully
85
-
autonomous live-capital system unattended. Live-capable code must pass local
86
-
custody, reconciliation, immune, journal, dead-man, and operator-friction
87
-
checks before risk can increase. Treat live mode as a self-custodial canary
88
-
path, not a shortcut.
85
+
For live capital, the public stance is exact: ZERO is a self-custodial local
86
+
runtime, not a hosted custody service. Operators bring their own wallet,
87
+
exchange account, limits, journals, kill switch, and disclosure policy. The
88
+
runtime can only increase risk after local custody, reconciliation, immune,
89
+
journal, dead-man, and operator-friction checks pass.
90
+
91
+
## Live Operation Boundary
92
+
93
+
| Question | Public answer |
94
+
| --- | --- |
95
+
| Can a new engineer run ZERO today? | Yes: clone, bootstrap, run the paper API, inspect it through the CLI, and verify proof packs. |
96
+
| Can ZERO trade live? | Operator-owned deployments have live Hyperliquid execution evidence represented by `zero.live_trading_evidence.v1`. |
97
+
| Does the public repo publish raw live records? | No. It publishes redacted evidence, hash-only proof, canary workflows, and verifiers. |
98
+
| Does ZERO custody funds? | No. Live mode is local, self-custodial, explicit, and gated. |
99
+
| Is unattended live trading the default? | No. Paper is default; live risk requires canary review and local operator responsibility. |
89
100
90
101
## Why ZERO Exists
91
102
@@ -110,11 +121,11 @@ guarded by preflight checks.
110
121
111
122
| Surface | Role | Public status |
112
123
| --- | --- | --- |
113
-
| ZERO Runtime | Python engine for paper execution, production-parity OODA reports, live-readiness contracts, journals, safety gates, strategy adapters, venue adapter interfaces, and canary evidence. | Open source |
124
+
| ZERO Runtime | Python engine for paper execution, production-parity OODA reports, live-readiness contracts, journals, safety gates, strategy adapters, venue adapter interfaces, local evolution gates, and canary evidence. | Open source |
114
125
| ZERO Terminal | Rust CLI/TUI for setup, diagnostics, state inspection, replay, live cockpit views, and supervised actions. | Open source |
115
126
| ZERO Evolution | Local memory, genesis proposals, research reports, decision-stack review, guardian review, red-team, paper canaries, calibration, promotion plans, local apply receipts, rollback receipts, and evolve loops that let ZERO improve under review. | Memory, genesis, research, decision stack, paper-first evolve gates, local apply, and rollback execution open; protected promotion remains human-reviewed |
116
-
| ZERO Network | Public-safe profiles, leaderboards, verification badges, profile verification, and deterministic proof-chain packets. | Open source contracts |
117
-
| ZERO Intelligence | Delayed public snapshots plus commercial realtime APIs, history, cohorts, webhooks, exports, and SLAs. | Open contracts + paid access |
127
+
| ZERO Network | Public-safe profiles, empty/active/stale page states, leaderboards, verification badges, profile verification, and deterministic proof-chain packets. | Open source contracts |
128
+
| ZERO Intelligence | Delayed public snapshots plus commercial realtime APIs, history, cohorts, webhooks, exports, and SLAs built from verified autonomous behavior. | Open contracts + paid access |
0 commit comments