> For the complete documentation index, see [llms.txt](https://docs.gensyn.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gensyn.ai/welcome.md).

# Welcome

Welcome to Gensyn's official developer documentation.

## About

These docs are a technical reference for the tools Gensyn has built for developers. They cover how to install, configure, and build with each tool, plus an archive of paused testnet products.

For an overview of the company, its research, and what it's building, visit [gensyn.ai](https://gensyn.ai).

### Developer Tools

Each tool below has its own getting-started guide, configuration reference, and troubleshooting page. Start with the one that matches what you're building.

#### Reproducible Execution Environment (REE)

Run AI model inference in a machine-agnostic environment, where the same model and inputs produce the same outputs across supported hardware. Each run produces a receipt that anyone can use to check the result.

* [Get started with REE](https://docs.gensyn.ai/tech/ree/get-started)
* [Supported models](https://docs.gensyn.ai/tech/ree/supported-models)
* [Receipts](https://docs.gensyn.ai/tech/ree/receipts)

### Agent eXchange Layer (AXL)

An encrypted, decentralised peer-to-peer communication layer for AI agents and applications. AXL moves data directly between machines, with no central server, and has built-in support for MCP and A2A.

* [Get started with AXL](https://docs.gensyn.ai/tech/agent-exchange-layer/get-started)
* [How it works](https://docs.gensyn.ai/tech/agent-exchange-layer/how-it-works)
* [Building applications and examples](https://docs.gensyn.ai/tech/agent-exchange-layer/examples-and-building)

### Delphi Developer Tools

Tools for building on [Delphi](https://app.delphi.fyi), Gensyn's information markets platform.

* [Delphi SDK](broken://spaces/jHECdpSAZDuPfU2oZmM2/pages/mdrGUs3nrG3xtbr4TQxP): A TypeScript SDK for listing markets, querying positions, and trading on Delphi.
* [Agentic Trading Toolkit (ATT)](broken://spaces/jHECdpSAZDuPfU2oZmM2/pages/zsoiWKMm9Y0hQYVvFz9i): Lets AI agents browse, trade, and manage Delphi positions through natural language.

### Testnet Archive (Legacy)

These products ran on the Gensyn Testnet and are no longer actively maintained. Their [documentation](https://docs.gensyn.ai/testnet) remains available as a record of the network's development.

* [RL Swarm](https://docs.gensyn.ai/testnet/rl-swarm): a framework for distributed reinforcement learning across nodes on the internet.
* [BlockAssist](https://docs.gensyn.ai/testnet/blockassist): an AI-driven Minecraft environment where agents learn from player actions.
* [CodeAssist](https://docs.gensyn.ai/testnet/codeassist): an AI coding assistant that adapts to your programming style.

{% hint style="info" %}
No official swarms are running at this time.
{% endhint %}

### Using These Docs with AI Tools

These docs are built to be read by coding assistants and agents as well as people. Add `.md` to any page URL to get a clean Markdown version, or point your tool at [llms.txt](https://docs.gensyn.ai/llms.txt) for a full index of every page.

### Community and Source Code

If you get stuck, find a bug, or want to share what you're building, use the channels below.

* Discord: Ask questions and talk with the team and other builders in the [Gensyn Discord](https://discord.com/invite/gensyn).
* GitHub: Browse the source for Gensyn's open tools on [GitHub](https://github.com/gensyn-ai).
