Zentry
zTerminal
The zAI layer is the agentic component of Zentry’s Human-Agentic OS, engineered as a society of coordinated agents that evolve autonomously and in collaboration with humans. This architecture moves beyond monolithic AI designs to a modular system where specialized agents perform discrete functions within an orchestrated framework. The core principle is a division of labor: a primary, user-facing agent orchestrates a network of specialized, task-specific micro-agents to achieve complex goals that would be inefficient or impossible for a single agent to handle. This design enables advanced reasoning, automation, and problem-solving across a wide range of general-purpose tasks.
The zAI architecture is defined by the zAI Protocol, which governs agent-to-agent communication, task delegation, and coordination. It establishes a hierarchical structure composed of two distinct agent types: persistent, hyper-personalized zAI Agents and modular, specialized zAI Micro-Agents. The zAI Agent acts as the primary orchestrator, directing the workflow and synthesizing the outputs from the various Micro-Agents it commands. This layered model ensures a coherent, goal-directed workflow where the primary agent manages high-level strategy and state, enabling robust execution for any given objective.

The zAI Agent is the user’s persistent AI partner, carrying their unique identity, memory, and intent. It functions as the system’s core reasoning engine, responsible for interpreting user objectives, making higher-order decisions, and managing the full lifecycle of complex, multi-step tasks.
Upon receiving a goal, the zAI Agent’s primary function is to decompose it into a logical sequence of sub-tasks. It then orchestrates the necessary Micro-Agents to execute this sequence. This process involves mapping each sub-task to the appropriate Micro-Agent based on its specialized function and defining the precise order of execution and data dependencies required for the workflow.
zAI Micro-Agents are the modular, functional units of the zAI ecosystem. They are designed to be specialized, acting as data fetchers, skill modules, or knowledge retrievers that handle granular tasks. This specialization allows each Micro-Agent to be highly optimized for a single purpose, creating a composable library of capabilities for the primary zAI Agent to leverage.
Micro-Agents are categorized by their function, creating a plug-and-play environment for building complex workflows. Key roles include:
The zAI Protocol facilitates stateful, managed communication between the primary zAI Agent and its subordinate Micro-Agents. The zAI Agent defines the computational graph for a given task, outlining the nodes (Micro-Agents) and edges (state transitions). As each Micro-Agent completes its function, it passes its output back to the controlling zAI Agent, which updates the overall state of the task and triggers the next Micro-Agent in the sequence. This mechanism ensures an ordered, auditable, and robust execution of general-purpose, multi-step processes.
The Model Context Protocol (MCP) provides a standardized client-server architecture for AI agents to interact with external data sources and tools. This model separates the reasoning component (the AI agent as a “client”) from the data providers (“servers”). By establishing a common interface for requesting and receiving information, MCP allows agents to access a persistent and externally managed context, overcoming the limitations of their own internal memory and simplifying interaction with diverse data ecosystems.
zData is the data backbone of the Zentry Human-Agentic OS. It aggregates fragmented signals from across social, gaming, on-chain, and other external ecosystems, transforming them into structured, contextual intelligence. This layer is designed as a user-owned, monetizable data economy, accessible to agents and applications through standardized protocols.
The zData architecture is implemented as a network of MCP servers. The zAI Micro-Agents act as clients, making standardized requests to these servers to retrieve the context needed for their tasks. Each zData server node acts as a gateway to a specific stream of processed data (e.g., on-chain activity, social sentiment, market prices). This decouples the agent’s internal logic from the complexity of accessing raw data; an agent only needs to understand how to communicate via MCP, not the native API of each underlying data source.
The zData layer is implemented as a three-stage data pipeline designed to ingest, process, and serve high-signal information.
The first stage ingests and stores both structured and unstructured data from a wide array of sources.
All incoming data is normalized, timestamped, and stored in an access-controlled repository, ensuring data governance and making it available for the next stage of processing.
The Data Engine is responsible for processing the raw data from the warehouse.
The final, processed intelligence resides in the Data Hub. This layer serves the enriched, analysis-ready context to the zAI layer and external applications. Access is provided through robust APIs, SDKs, and a primary interface of MCP servers, enabling standardized, real-time agent interaction with Zentry’s unique streams of intelligence.
The zAI system operates as an orchestrated pipeline, initiated when a primary zAI Agent is assigned a high-level objective. The system translates this objective into a series of discrete, actionable steps that are executed by specialized Micro-Agents. The operational model is cyclical and state-driven:
Information flow within the zAI system is strictly hierarchical and mediated by the primary zAI Agent. Micro-Agents do not communicate with each other directly. Instead, all interactions are managed through a central state object controlled by the primary agent.
When a zAI Agent delegates a task, it provides the designated Micro-Agent with the precise inputs it needs. After executing its function, the Micro-Agent returns its output directly to the orchestrating zAI Agent. The primary agent then updates the central task state with this new information before determining the next step and activating the subsequent Micro-Agent. This “delegate-execute-update state” cycle ensures a robust, auditable, and deterministic workflow.

This use case demonstrates the system’s ability to analyze and synthesize a complex market event in real-time.
Objective: “Analyze the market impact of a rumored spot Bitcoin ETF approval.”
The zAI Agent simultaneously dispatches three Micro-Agents to query zData MCPs:
The fetchers return data to the zAI Agent, which updates its state. The agent detects a sentiment spike and dispatches a “Correlation Analysis Micro-Agent.” This skill agent processes the data from the state and identifies a temporal link: a sharp increase in positive sentiment was followed by a 4% rise in BTC price and a $100M net inflow to centralized exchanges within a 30-minute window. The result is reported back.
The zAI Agent synthesizes the findings into a concise report: “High-confidence correlation detected: A positive sentiment spike on X regarding a Bitcoin ETF rumor at 16:20 UTC was followed by a 4% BTC price increase and a significant ($100M) net exchange inflow, peaking at 16:45 UTC. Impact on ETH was minimal.”
This use case demonstrates personalized automation by setting up a sophisticated, multi-factor alert for a crypto trader.
Objective: “Notify me if the ETH/BTC price ratio falls below 0.05, but only if Bitcoin dominance is simultaneously above 52% and there’s significant negative chatter on X about Ethereum’s next major upgrade.”
The zAI Agent’s orchestration logic is configured with the user’s objective as a persistent monitoring task. It continuously dispatches Micro-Agents to retrieve the required real-time context from zData:
This task is not a single execution but a continuous evaluation loop managed by the zAI Agent. The agent’s reasoning engine constantly checks the incoming data streams from the Micro-Agents against the three specified conditions. When all conditions are simultaneously met, the agent triggers the final action in its workflow.
The zAI Agent activates a “Notification Micro-Agent.” It delivers a detailed alert to the user’s specified endpoint (e.g., Telegram): “ALERT: ETH/BTC Ratio has dropped to 0.0498. Conditions met: Bitcoin Dominance is 52.5% and significant negative sentiment detected on X regarding EIP-4844 implementation.” This provides an actionable, context-rich notification, completing the automated task.