Core Components

Learn about the four core components that make up the Gensyn protocol.

The Four Layers

The Gensyn network is built on four foundational layers that together provide the infrastructure for open machine intelligence from reproducible execution to decentralised coordination.

Each layer contributes a distinct capability and is represented by active products, primitives, and research across the Gensyn ecosystem.

Read the Protocol Overview here.

Reproducible Execution

Ensuring that the same model and inputs produce the same outputs, regardless of hardware.

For AI to operate in open, trustless environments where third parties need to independently verify that a computation was performed correctly, execution must be reproducible across machines.

The Reproducible Execution Environment (REE) is Gensyn's toolchain for machine-agnostic, bitwise-reproducible AI model inference. It packages everything needed to run a model: [1] export, [2] compilation, [3] inference, and [4] output decoding into a containerised pipeline that produces identical results regardless of which hardware it runs on.

REE is built on RepOp kernels: purpose-built operators that guarantee bitwise-identical outputs across different hardware, parallelism configurations, and run orders. This is what makes trustless verification possible. If two machines can't agree on the same result, you can't verify anything.

Related Research

SAPO: A reinforcement learning algorithm designed for stable policy optimisation across distributed nodes.

Trustless Verification

Checking and reaching agreement on work performed, without relying on a central authority.

Once execution is reproducible, work performed across the network can be verified without trusted intermediaries. The verification layer provides a system for detecting and resolving disagreements between participants so the network can always reach consensus on correct results.

Related Research

Verde: A library of bitwise-reproducible ML operators (RepOps) that provides the theoretical framework underpinning reproducible execution.

Judge: A cryptographically verifiable AI evaluator that enforces correctness at the application layer, demonstrating how verification works in practice for real-world AI workloads.

Peer-to-Peer Communication

Direct, encrypted communication between machines over the internet, without a central server.

The Agent eXchange Layer (AXL) is a peer-to-peer communication primitive built by Gensyn. It provides an encrypted, decentralised communication layer where AI agents, ML pipelines, and applications can exchange data directly between machines.

AXL is application-agnostic, meaning it moves bytes between peers and has no opinion about what those bytes mean, and features built-in support for MCP (Model Context Protocol) and A2A (Agent-to-Agent) communication.

Related Research

NoLoCo: Replaces the costly all-reduce step with a low-communication gossip approach for distributed training.

CheckFree: Enables fault-tolerant recovery without checkpointing, reducing compute overhead.

SkipPipe: An efficient gradient-sharing algorithm that minimises message hops across the network.

On-Chain Coordination

Bringing participants and applications together on a shared, permissionless ledger.

The coordination layer provides the on-chain infrastructure for applications on the Gensyn network.

Today, this is where information markets deployed through Delphi run, with market creation, participation, and resolution all happening on chain.

As the network matures, this layer will expand to support broader economic coordination: participant identification, incentive alignment, and permissionless payment settlement across the ecosystem.

Getting Started

Explore Delphi to create or trade in information markets, try AXL to build peer-to-peer agent applications, or join our Discord community to connect with the team and other contributors.

Last updated