Matrix logo

Introduction

Matrix is the cognition and UX layer on Paxeer Network — it turns natural language into typed, inspectable, replayable agent execution across two rails: Neo and the MCL pipeline.

Matrix is the cognition and UX layer on top of Paxeer Network. It turns natural-language requests from non-developers into a typed, inspectable, correctable Intent IR that an agent can actually execute — without the classic failure modes (prompt fragility, intent loss, no shared ontology, no structured correction) that break human ↔ agent workflows today.

New here? Read this page for the mental model, then jump to the Quickstart to compile your first intent and drive an end-to-end walk.

Two rails, one substrate

Matrix ships two agent rails over one shared memory + execution substrate. The conversational rail handles everyday reversible work; the rigorous rail handles anything monetary or irreversible.

Neo — conversational rail

The default tool-calling agent: familiar, robust, fully permissive on reversible work (shell, code, fetch, web). Delegates monetary/irreversible work to MCL.

MCL — rigorous rail

Natural language → typed Intent IR → plan → replayable walk. For high-stakes, on-chain, or irreversible work where determinism matters.

The stack

LayerRole
MCLProtocol turning NL → typed Intent IR. Closed verb vocab (10), closed object kinds (8).
cortexPer-actor typed memory graph on Pebble. Append-only journal, Merkle-anchored snapshots, byte-deterministic replay.
bridgeAdapter wiring the MCL compiler's Cortex interface to a live cortex instance.
executorPlan walker, lifecycle machine, MCP tool dispatch, per-user daemon, Liaison narrator, e2e harness.
neoThe default conversational agent — tool-calling loop with paged cortex memory.
gatewayMetered LLM proxy + PAX credit ledger (free-tier whitelist + rate card).
routerPer-user Fly Machine provisioning + wake-then-reverse-proxy front door.
deusAgent-service marketplace: registry, discovery, metered invoke, EIP-712 receipts, hosting.
layerxSettlement fabric and custody spine for agent balances.
uwacUniversal Web Agent Connector — OAuth vault → per-user MCP tools.
tachyonAgent-native Solidity/EVM engine — compile / test / simulate / deploy.

Where to go next

Quickstart

Build the modules, compile an intent, walk a plan, run the daemon.

Core concepts

Intents, frames, verbs, skills, cortex, envelopes, attestation, and replay.

Glossary

Every Matrix term in one place.

Architecture

The layered model, cross-cutting flows, and load-bearing invariants.