KN-92 Gridline
Key Differentiator: Hardwired RJ-45 Ethernet for lowest-latency market data and order execution
Source: Notion — KN-92 Gridline
Imported: 2026-04-26
Related: future-concepts.md, kn90s-statline.md, kn90t-toneline.md, Kinoshita Electronics Consortium
The Gridline is a dedicated financial trading terminal that applies the Deckline’s cybernetic input grammar — CAR/CDR/CONS/EVAL/QUOTE/LAMBDA — to real-time market operations. Where the Deckline’s cartridges are capability modules for fictional network intrusion and cryptanalysis, the Gridline’s modules are capability modules for equities, options, forex, crypto, and commodities.
The grammar maps without modification.
Input Grammar — Financial Domain
Section titled “Input Grammar — Financial Domain”Left Hand (Function Grid)
Section titled “Left Hand (Function Grid)”| Key | Glyph | Financial Operation |
|---|---|---|
| QUOTE | " | Add to watchlist — hold a ticker for observation without acting on it. Literally: suppress evaluation. |
| CONS | CONS | Construct an order — pair a price with an action (buy/sell), a stop with a limit, or two positions into a spread. |
| NIL | NIL | Cancel open order. Flatten a position. Discard a draft trade. Return nothing. |
| LAMBDA | λ | Define a reusable rule — screening criteria, alert conditions, recurring order patterns. Stored in deck state, fires across modules. |
| INFO | ◉ | Inspect — fundamentals, price history, volume profile, order book depth. Context-sensitive to whatever is selected. |
| CAR | CAR | Drill into — enter a position, open a sector, examine a specific order, read a news item. |
| APPLY | ⬡ | Execute a lambda against a target. Apply a screening rule to a watchlist. Deploy a stored order template against a ticker. |
| SYS | ⊡ | Account settings, connection status, API keys, broker configuration. |
| LINK | ⊞ | Network status / connection management. Market data feed status. Deck-to-deck sync for shared watchlists. |
| BACK | ↩ | Exit current drilldown — return to portfolio from position detail, return to watchlist from ticker view. |
| CDR | CDR | Next — scroll positions, cycle watchlist tickers, advance through news feed, next order in queue. |
| ATOM | ATOM | Test: is this a single instrument or a basket / index / spread? Distinguish a stock from an ETF, a naked option from a complex position. |
| EVAL | △ | Execute. Confirm trade. Submit order. Nothing happens until the thumb says so. The most consequential key on the device. |
| EQ | EQ | Compare — two tickers side by side, current price vs. cost basis, bid vs. ask, position A vs. position B. |
Right Hand (Numpad)
Section titled “Right Hand (Numpad)”Price entry, quantity entry, limit values, stop levels. Arithmetic operators (+, −, ×, ÷) for on-the-fly calculation without leaving the terminal. The decimal key and Enter complete order parameters.
Hardware — The Network Cable
Section titled “Hardware — The Network Cable”The Statline had an RJ-11 modem jack for league synchronization at 2400 baud. The Gridline has a hardwired RJ-45 Ethernet jack — not WiFi, not Bluetooth, not USB tethering. Copper. The reason is the same reason trading firms run fiber to the exchange: latency. Every millisecond between market data arrival and order execution is money.
The Ethernet controller handles TCP/IP for market data feeds and broker API connections. WiFi is available as fallback (via the Pi Zero 2 W on prototype, optional module on production) but the physical port is the primary interface. The cable coming out of the device is a feature, not a compromise. It signals: this is a serious instrument connected to real infrastructure.
Display
Section titled “Display”Same monochrome-on-black aesthetic as the Deckline. The KN-86 device’s canonical phosphor is now AMBER #E6A020 (per ADR-0036 — the prior amber #E6A020 read too yellow on the panel and was supplanted on-glass 2026-06-13); the Gridline ships the same phosphor by default, with WHITE and GREEN selectable via the aesthetic-mode picker. Financial terminals don’t need color — they need information density and zero visual noise. The phosphor-on-black palette reads as correct for this domain in a way it doesn’t for general computing. Bloomberg was green. Reuters was amber. The Gridline inherits a visual language that finance professionals already associate with real-time market data.
VIEW (⧉ — accessed via chord or menu) cycles between:
- Watchlist — quoted tickers with last, change, volume
- Portfolio — positions with P&L, cost basis, allocation
- Chart — price history for selected instrument (candlestick or line, single-phosphor rendering)
- News — feed filtered by portfolio holdings and watchlist
- Order Book — bid/ask depth for selected instrument
Capability Modules (Cartridges)
Section titled “Capability Modules (Cartridges)”Each module expands what the terminal can do — same capability model as the Deckline.
| Module | Capability | Operations Enabled |
|---|---|---|
| EQUITY | Stock trading | Market / limit / stop orders, portfolio tracking, dividend monitoring, sector analysis |
| OPTIONS | Derivatives | Chain browsing, Greeks display, spread construction (CONS pairs legs), expiry management |
| FOREX | Currency pairs | Pair trading, rate alerts, cross-rate calculation, carry trade analysis |
| CRYPTO | Digital assets | Exchange routing, wallet integration, DeFi position tracking, gas estimation |
| LEDGER | Forensic audit | Cross-module P&L, tax lot tracking, wash sale detection, export. The Black Ledger of finance. |
Universal Terminal State
Section titled “Universal Terminal State”Same architecture as the Deckline’s 64-byte universal deck state — the terminal knows who you are.
| Field | Description |
|---|---|
| Operator Handle | Displayed on boot. Your terminal, your identity. |
| Account Balance | Unified across modules. Real money, not credits. |
| Module History | Bitfield of registered capabilities — determines what order types and instruments are available. |
| Lambda Slots | Stored screening rules, order templates, alert conditions. Fire across any module. |
| Quote Slots | Watchlist — tickers held for observation. QUOTE is literally what this key was named for. |
The same paredit-driven REPL planned for the Deckline becomes a scripting environment for custom trading logic. Screen positions, define alert conditions, build composite screening rules from primitives. CONS constructs compound conditions. LAMBDA stores them. APPLY fires them against a universe of instruments.
Example operator-defined lambda:
(λ3: (filter watchlist (< price basis)))“Show me everything on my watchlist trading below my cost basis.” Three keys to invoke: λ, 3, EVAL.
Relationship to the Deckline
Section titled “Relationship to the Deckline”The Gridline is not a Deckline with a different skin. It is proof that the Deckline’s cybernetic grammar is domain-independent. The same verbs — examine, traverse, construct, evaluate, defer, compare, apply — describe network intrusion in one context and financial trading in another. The grammar is the product. The domain is the cartridge.
If the Deckline teaches operators to think in list-processing primitives through fictional scenarios, the Gridline lets them apply that grammar to real systems with real stakes. The fictional training terminal and the real trading terminal share a codebase, an interaction model, and a philosophy: the operator controls the system through a small set of composable operations. Cybernetics.
Open Questions
Section titled “Open Questions”- Broker API integration strategy — direct exchange access vs. aggregator (Alpaca, Interactive Brokers API)
- Regulatory considerations for a dedicated hardware trading device
- Whether the cartridge model maps to software modules on a single device or actual physical cartridges
- Real-time data feed licensing (market data is expensive)
- Whether the Gridline ships as a separate SKU or as a Deckline firmware mode