Autonomous Platform forSelf-LearningCrypto
Autonomous paper trading terminal with multi-exchange feeds, adaptive memory, and institutional risk management.
What is Zenth
An autonomous paper trading terminal engineered for precision market simulation. Connected to live XT.com candlestick feeds and Supabase PostgreSQL memory, Zenth runs continuous self-learning indicator loops with zero human intervention.
From Market Signal to Execution in Milliseconds
Zenth continuously ingests live candlestick feeds, computes multi-timeframe indicators, and triggers optimal Buy and Sell positions with zero-delay risk checks.
Engineered for Autonomous Precision
Zenth integrates zero-key multi-exchange market feeds, episodic self-learning failure memory, institutional capital guardrails, and a multi-format export engine into a unified terminal.
Institutional Risk & $1,000 Hard Cap
Strict capital preservation: $1,000 max allocation per trade, drawdown circuit breakers, and 1:2 R:R profit brackets.
Self-Learning Adaptive Memory
Automatically debriefs losing trades, extracts failure patterns, and distills plain-English rules into local or cloud database memory.
Pluggable Multi-Exchange Ingestion
Stream public candlestick feeds across Binance, Coinbase, OKX, Upbit, and Bitget with zero API keys and instant normalization.
Multi-Format Exporter & Touch TUI
Touch-enabled terminal with docked HUD, live slash commands, and zero-dependency PDF, DOCX, CSV, and Markdown exports.
Deploy Zenth in Under 60 Seconds
Instant setup with zero-config embedded SQLite, pluggable multi-exchange feeds, and touch-enabled terminal controls.
Install Node.js & CLI
Requires Node.js 22+ LTS. Install globally via npm or pnpm to access the standalone `zenth` terminal command anywhere.
Guided Auto-Provisioning
First launch triggers a 4-step wizard. Auto-creates SQLite, PostgreSQL, MongoDB, or connects to Supabase Cloud PostgreSQL.
Autonomous Simulation
Monitor live feeds across 6 exchanges with pinned HUD, SMA 9/21 crossovers, RSI 14 momentum, and $1,000 capital guardrails.
Looking for Deep Architecture & Strategy Guides?
Explore full documentation on pluggable exchange feeds (Binance, Coinbase, OKX, Upbit, Bitget, XT.com), Supabase PostgreSQL RLS policies, Docker Compose multi-DB provisioning, SMA/RSI quantitative formulas, and multi-format exporters (PDF, DOCX, CSV, MD).
Everything You Need to Know About Zenth
Detailed technical answers covering paper trading safety, zero-key public market feeds, adaptive failure learning, multi-database persistence, and terminal controls.
Have More Technical Questions?
Explore deep architectural documentation or join developer discussions on GitHub.
Zenth operates strictly in 100% simulated paper trading mode (mode: PAPER). It ingests real-time market data exclusively through public unauthenticated REST endpoints. Zenth never asks for private API keys, withdrawal permissions, or live capital funding, ensuring zero financial risk and zero credential exposure.
Zenth features a pluggable market provider layer supporting 6 major cryptocurrency venues: Binance, Coinbase, OKX, Upbit, Bitget, and XT.com. It provides automatic symbol normalization across standard formats (BTC/USDT, BTCUSDT, KRW-BTC). In addition to crypto spot pairs, it supports tokenized US equities (AAPLX, NVDAX, TSLAX) on XT.com.
When a simulated paper trade hits a stop-loss, the Adaptive Learning Engine analyzes market conditions leading up to the exit (e.g. low-volume breakout whipsaw, RSI overbought trap). It synthesizes a plain-English rule and records it into active database memory. Future trade setups matching active failure patterns are automatically intercepted and skipped.
Zenth supports 5 persistent backends via a unified DatabaseAdapter: (1) Embedded SQLite (node:sqlite — zero external setup, built into Node.js 22+), (2) Local PostgreSQL (with automated CREATE DATABASE and DDL table provisioning), (3) Local MongoDB, (4) Supabase Cloud PostgreSQL with Row-Level Security (RLS), and (5) In-Memory Ephemeral RAM. The first-run onboarding wizard provisions your chosen backend in one click.
Zenth enforces institutional capital preservation rules: a hard notional ceiling of $1,000.00 USD/USDT maximum allocation per trade (orders exceeding this cap are immediately converted to SKIP), daily drawdown circuit breakers, consecutive loss limits (3 strikes), single active position per symbol, and asymmetric 1:2 R:R brackets (1.5% Stop-Loss / 3.0% Take-Profit).
Yes. Zenth runs as a touch/mouse interactive Terminal User Interface (zenth), a single-pass CLI scanner (zenth scan -e binance), or a continuous headless loop. Its zero-dependency export engine outputs complete trade ledgers, distilled rules, and performance metrics to 5 formats: Vector PDF 1.4, Office Open XML (.docx), Markdown (.md), CSV, and TXT, plus system clipboard integration.
The core engine combines Fast SMA (9) and Slow SMA (21) trend crossovers, smoothed Wilder’s RSI (14) momentum oscillator with overbought threshold filtering (< 75 / < 65), and Volume SMA (20) liquidity confirmation. Indicators evaluate real-time OHLCV candles every 5–15 seconds. All parameters are fully customizable via .env or live in the TUI [5: CONFIG] tab.
