Skip to content

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.

KeyGlyphFinancial Operation
QUOTE"Add to watchlist — hold a ticker for observation without acting on it. Literally: suppress evaluation.
CONSCONSConstruct an order — pair a price with an action (buy/sell), a stop with a limit, or two positions into a spread.
NILNILCancel 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.
INFOInspect — fundamentals, price history, volume profile, order book depth. Context-sensitive to whatever is selected.
CARCARDrill into — enter a position, open a sector, examine a specific order, read a news item.
APPLYExecute a lambda against a target. Apply a screening rule to a watchlist. Deploy a stored order template against a ticker.
SYSAccount settings, connection status, API keys, broker configuration.
LINKNetwork status / connection management. Market data feed status. Deck-to-deck sync for shared watchlists.
BACKExit current drilldown — return to portfolio from position detail, return to watchlist from ticker view.
CDRCDRNext — scroll positions, cycle watchlist tickers, advance through news feed, next order in queue.
ATOMATOMTest: is this a single instrument or a basket / index / spread? Distinguish a stock from an ETF, a naked option from a complex position.
EVALExecute. Confirm trade. Submit order. Nothing happens until the thumb says so. The most consequential key on the device.
EQEQCompare — two tickers side by side, current price vs. cost basis, bid vs. ask, position A vs. position B.

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.

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.

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

Each module expands what the terminal can do — same capability model as the Deckline.

ModuleCapabilityOperations Enabled
EQUITYStock tradingMarket / limit / stop orders, portfolio tracking, dividend monitoring, sector analysis
OPTIONSDerivativesChain browsing, Greeks display, spread construction (CONS pairs legs), expiry management
FOREXCurrency pairsPair trading, rate alerts, cross-rate calculation, carry trade analysis
CRYPTODigital assetsExchange routing, wallet integration, DeFi position tracking, gas estimation
LEDGERForensic auditCross-module P&L, tax lot tracking, wash sale detection, export. The Black Ledger of finance.

Same architecture as the Deckline’s 64-byte universal deck state — the terminal knows who you are.

FieldDescription
Operator HandleDisplayed on boot. Your terminal, your identity.
Account BalanceUnified across modules. Real money, not credits.
Module HistoryBitfield of registered capabilities — determines what order types and instruments are available.
Lambda SlotsStored screening rules, order templates, alert conditions. Fire across any module.
Quote SlotsWatchlist — 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.

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.

  • 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