Documentation Status — 2026-01-01
1,041 commits since October 2025. Major platform evolution.
What's New (Q4 2025 - Q1 2026)
DarkZen MEV Suite (NEW)
Complete Maximal Extractable Value trading infrastructure:
- FlashbotsExecutor - TX signing and bundle submission
- Multi-chain support - Ethereum, BSC, Base, Arbitrum, 6+ L2/ZK chains
- REVM Simulator - RPC forking for live opportunity testing
- Chainlink Integration - Oracle-based MEV arbitrage
- Cross-chain CCIP - Chainlink CCIP for cross-chain arbitrage
- TradingView Webhooks - Tone Vays signal processing
- Unified Dashboard - MEV monitoring and control
Console ZENPOWER 2048 (NEW)
Retro computing platform at console.zenpower.at:
- ZENBASIC Interpreter - Full BASIC language implementation
- 16 Retro Emulators - C64, Amiga, DOS, Spectrum, NES, SNES, etc.
- Desktop Mode - Window manager with F2 toggle
- CRT Effects - Authentic phosphor glow and scanlines
- Demo Scene - Plasma, copper bars, starfield effects
- SIWE Auth - Wallet authentication in console
TheForge On-Chain (NEW)
Smart contract minting system:
- EIP-712 Signatures - Secure backend attestation
- Multi-chain Testnet - Base Sepolia, Arbitrum Sepolia
- Forge API -
/forge/start,/forge/completeendpoints - 5 Forge Paths - KINDNESS, LABOR, CREATION, TEACHING, GOVERNANCE
MUD Engine Enhancements
Planet Zen text-based world:
- Item System - Pick up, drop, use, equip mechanics
- Session Management - Cleanup and persistence
- ENS Avatar - Display wallet identity
- 37 Rooms - Across 12 zones
Security Hardening
Critical vulnerability fixes:
- Path traversal protection
- WebSocket authentication
- Admin authorization checks
- Shell injection prevention
- Rate limiting and security headers
AI Companions & Sanctuary
Mental wellness integration:
- 5 companion personalities
- Bond levels and memory
- Crisis support (F9 trigger)
- Breathing exercises
Documentation Index
| Metric | Value |
|---|---|
| Total entries | 716 |
| Categories | 14 |
| Last index rebuild | 2026-01-01 |
| RAG indexes | 3 (121 docs, 362 code files, 216 test files) |
Categories
| Category | Key Docs |
|---|---|
| Tokenomics & Economics | TOKENOMICS.md, LAUNCH_ROADMAP.md |
| Strategy & Vision | GOLDEN_PATH.md, VISION_2048.md |
| Smart Contracts | DEPLOYMENT_GUIDE.md, TESTNET_DEPLOYMENT.md |
| Applications & Services | Console, API, MCP, Minecraft |
| AI & Companions | RAG_STRATEGY.md, companion playbooks |
| Security & Compliance | THREAT_MODEL.md, DARK_FOREST_DEFENSE.md |
| Status & Reporting | SYSTEM_STATUS.md, DEFI_ROADMAP.md |
Key Files
Strategy
/docs/strategy/GOLDEN_PATH.md- Launch strategy/docs/strategy/VISION_2048.md- 23-year vision/docs/strategy/LESSONS_FROM_CRYPTO_GAMING.md- Historical analysis
Smart Contracts
/contracts/src/ZENCOIN.sol- Hard currency (21M cap)/contracts/src/TheForge.sol- ZEN$ → ZENCOIN minting/contracts/src/ZenpowerTreasury.sol- 48-hour timelock/contracts/src/ZenpowerGovernor.sol- DAO governance
DarkZen
/apps/darkzen/- Rust MEV infrastructure/apps/darkzen/executor/- Multi-chain executor/apps/darkzen/searcher/- Opportunity searcher/apps/api/routers/darkzen.py- Control API
Console
/apps/console/- React + ZENBASIC interpreter/docs/console/ZENPOWER_2048_VISION.md- Console roadmap
Build Commands
# Rebuild docs index
PYTHONPATH=/opt/zenpower python3 tools/docs/build_docs.py --skip-external
# Rebuild RAG indexes
cd tools/google-ai
GOOGLE_AI_KEY=... python3 docs_rag.py build-core
GOOGLE_AI_KEY=... python3 code_rag.py build-core
GOOGLE_AI_KEY=... python3 tests_rag.py build-core
# Rebuild docs site
cd apps/landing
SITE_VARIANT=docs OUT_DIR=dist-docs npm run build
rm -rf dist/docs/* && cp -r dist-docs/docs/* dist/docs/
Ecosystem Tests
Run freshness checks:
/opt/zenpower/scripts/ecosystem-tests/modules/docs.sh
Tests:
- docs/index.json freshness (max 7 days)
- No node_modules junk in index
- RAG indexes fresh (max 14 days)
- Critical docs exist
- Docs site categories present
Services (42 containers)
| Service | URL | Status |
|---|---|---|
| Landing | zenpower.at | Live |
| API | api.zenpower.at | Live |
| Docs | docs.zenpower.at | Live |
| Console | console.zenpower.at | Live |
| Gallery | gallery.zenpower.at | Live |
| Admin | admin.zenpower.at | Auth |
| MCP | mcp.zenpower.at | Live |
| Grafana | grafana.zenpower.at | Auth |
See /docs/status/SYSTEM_STATUS.md for full list.
Last updated: 2026-01-01 by automated docs builder