Drop Farm Orchestrator · Windows · .NET 10

z3n8

Standalone orchestrator for crypto airdrop farming at scale.
Multi-account scheduler, Treasury analytics, ZennoPoster integration, Playwright/CDP automation — all inside a single self-hosted process.

.NET 10
Runtime
EVM
Web3 / Nethereum
WebView2
Dashboard UI
SQLite
+ PostgreSQL
Roslyn
CSX executor
capabilities

What it runs

Every layer of an account farm pipeline — scheduling, wallet ops, browser automation, analytics — under one roof.

Scheduler
Cron-based task runner with per-account locking, retry logic, and status tracking across distributed worker slots.
Treasury / DeFi
DeBank API integration with HMAC-signed requests, portfolio heatmap, LLM-powered position analysis sidebar.
CSX Executor
Roslyn in-process script runner compatible with ZennoPoster .csx scripts. #load directives, SHA256 composite cache, IBrowserInstance abstraction.
Browser Automation
Playwright over WebSocket endpoint or persistence profile directories. ZennoBrowser profile management via ZB API.
AI Reports
Per-project and cross-project LLM analysis of farm run data. Cached in DB, model selection proxied from aiio API.
System Monitor
Native C# snapshot via P/Invoke: TCP tables, memory, processes. Sortable UI tables + AI audit endpoint.
ZP Orchestrator
ZennoPoster V7 integration as optional dependency. Thread slot management, stale record cleanup, inter-process coordination.
Web3 / Nethereum
Multichain EVM ops via factory. Signing via traffic intercept or Nethereum.Web3.Accounts. Nonce from RPC, no external key custodian.
Embedded HTTP Server
Self-hosted server serves the WebView2 dashboard: scheduler, logs, config, JSON/XML tools, HTTP replay, cliprates, and more.
architecture

Stack overview

Single Windows process. No external broker required. ZP and ZB are optional integrations, not core dependencies.

UI
WebView2 Dashboard
HTML / JS pages
SSE push
Server
Embedded HTTP
Route handlers
SseHub
Core
Scheduler
CSX Executor
AI Reports
Treasury
Adapters
Playwright / CDP
Nethereum EVM
DeBank API
aiio LLM
Optional
ZennoPoster V7
ZennoBrowser
Storage
SQLite
PostgreSQL
# shared schema with z3n7 (.NET 4.8 ZP client library) z3n8 ←→ z3n7 via SQLite / PostgreSQL # account locking: pessimistic + optimistic mixed # composite key: machine|guid filter: LIKE 'machine|%' # crypto: SAFU / PBKDF2-SHA256 / AES-CBC — compatible across both
get started

Download

Windows only. Inno Setup installer. Self-contained — no .NET runtime bundled in the binary.

Installer
z3n8-setup.exe
Latest stable release. Inno Setup. Requires .NET 10 runtime on the target machine.
↓ Download →
Source
GitHub
Full source. JetBrains Rider solution. Issues, changelogs, and contribution notes.
→ Open repo →
Documentation
Docs
Setup guide, CSX scripting reference, scheduler config, DB schema, and API endpoint map.
→ Read docs →