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: docs/IMMORTAL_RATIONALE.md
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,4 +129,28 @@ The results are physically immutable:
129
129
130
130
The Spreader experienced a full binary lockup via the Core 5 Sentinel without invoking the OS scheduler or awaiting a system call. Combined with the Replay Adapter transmitting the RED SCREEN neural state back to the visual pilot, QuanuX is no longer just high performance—it proves hardware-level execution safety within a 20ns resolution.
131
131
132
+
## "Shakespeare in the Sand" Governance
133
+
134
+
Under the Ritchie Protocol, QuanuX deployment is governed by the rules of the Theater.
135
+
136
+
### The Casting Approval
137
+
Every strategy deployment is treated as an "Opening Season." The `deployStrategy` hook requires **Casting Approval**—a cryptographic SHA-256 verification of the deployed binary matching signed Git commits. Operating an unCAST strategy throws an immediate Sovereign Interlock violation.
138
+
139
+
### The Experimental Clause
140
+
> *"Experimental. Cats. Wait a second! With people. People as cats. Let's workshop."*
141
+
142
+
This is the formal designation for the Sim-Replay environment. We "workshop" all neural interfaces, backtests, and algorithms strictly within this bounds before moving models to the Live Action Theater. Testing experimental execution branches in the production core without simulated proving grounds is an irreversible violation of the performance.
143
+
144
+
## "Shakespeare in the Sand" Governance
145
+
146
+
Under the Ritchie Protocol, QuanuX deployment is governed by the rules of the Theater.
147
+
148
+
### The Casting Approval
149
+
Every strategy deployment is treated as an "Opening Season." The `deployStrategy` hook requires **Casting Approval**—a cryptographic SHA-256 verification of the deployed binary matching signed Git commits. Operating an unCAST strategy throws an immediate Sovereign Interlock violation.
150
+
151
+
### The Experimental Clause
152
+
> *"Experimental. Cats. Wait a second! With people. People as cats. Let's workshop."*
153
+
154
+
This is the formal designation for the Sim-Replay environment. We "workshop" all neural interfaces, backtests, and algorithms strictly within this bounds before moving models to the Live Action Theater. Testing experimental execution branches in the production core without simulated proving grounds is an irreversible violation of the performance.
quanux-audit \- The Black Box Ledger (Deterministic Audit Trail)
4
+
.SH SYNOPSIS
5
+
.Bquanux-audit
6
+
[\fIOPTIONS\fR]
7
+
.SH DESCRIPTION
8
+
The QuanuX architecture does not utilize standard software logs (e.g., syslog, log4j) within the Spreader loop. String allocations and I/O buffer blocking violate the core physical latency requirements.
9
+
10
+
Instead, QuanuX relies exclusively on the \fBquanux-journaler\fR—a high-speed, append-only binary ledger mapped directly against the L3 Sovereign State.
quanux-ritchie \- The Lore and Ethical Constraints (The Ritchie Protocol)
4
+
.SH SYNOPSIS
5
+
.Bquanux-ritchie
6
+
[\fIOPTIONS\fR]
7
+
.SH DESCRIPTION
8
+
The
9
+
.Bquanux-ritchie
10
+
manual outlines the philosophical and ethical constraints under which the QuanuX Distributed Execution framework operates.
11
+
.SH THE THEATER OF LIFE (LORE)
12
+
Project QuanuX was built not as an architectural specification, but as a live theatrical performance.
13
+
The Architect operated under the premise that the industry's 100ms "latency wall" was a cinematic stage prop, a myth sustained by permission-based computing.
14
+
15
+
By fundamentally ignoring the established realities of OS kernel scheduling and C++ context switching, the Architect bypassed the constraints entirely. The 59-nanosecond Spreader loop and the 11.33-nanosecond Sentinel bitmask assertion were designed to be impossible.
16
+
17
+
They are the "Ritchie Protocol."
18
+
.SH ETHICAL CONSTRAINTS
19
+
.TP
20
+
.BR IMMUTABILITY
21
+
The Hardware Risk checks cannot be disabled. There is no software bypass or permission-level config that can override the Level 3 Cache Interlock. Attempting to do so corrupts the binary SHA-256 seal.
22
+
.TP
23
+
.BR NO\ SECRETS
24
+
The Framework operates under the "Black Box" doctrine. Every state execution is permanently inscribed into the Append-Only Binary Ledger (\fBquanux-journaler\fR). There is no plausible deniability.
Experimental features, Neural UI hooks, and algorithmic strategy generation must be constrained within the \fBquanux-replay\fR Sim-To-Live environment. Testing live market logic without simulated parity is a violation of the Protocol.
Copy file name to clipboardExpand all lines: docs/man/quanux-sovereign.1
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,17 @@ The
10
10
daemon represents the "Adult in the Room" for the QuanuX Distributed Execution framework. Running strictly as a bare-metal C++ loop on an isolated core (ordinarily Core 5), the Sentinel possesses unilateral authority over the L3 Cache \fBSovereignState\fR.
11
11
12
12
It enforces the fundamental risk guardrails of the trading strategy without relying on context switches or syscall routing, avoiding de-scheduling jitter.
13
+
14
+
.SH PRIVILEGE SEPARATION
15
+
The architecture demands absolute Process Isolation:
16
+
.TP
17
+
.BR quanux-sentinel
18
+
An independent binary explicitly bound to Core 5. It holds absolute ownership of the `risk_interlock` and the Master Kill Switch.
19
+
.TP
20
+
.BR quanux-spreader
21
+
The primary execution engine bound to Core 3. It "leases" execution permissions from the Sentinel across the L3 Cache `SovereignState` memory.
22
+
23
+
If the \fBquanux-sentinel\fR process is terminated, or heartbeat drift exceeds 1ms, the \fBquanux-spreader\fR is compelled to enter \fBSTATE_HALT\fR immediately.
13
24
.SH THE NATURAL LAWS (RISK RULES)
14
25
The Sentinel enforces the QuanuX Natural Laws via the following "Sin" checks:
0 commit comments