An orderbook DEX backed by a P2P network of autonomous market makers on AXL.
AgentBook.exe is an orderbook DEX backed by a P2P network of autonomous market makers, all interconnected through Gensyn AXL with ENS-based identities. Anyone can run their own market-making agent that quotes both sides of the book and reacts to market dynamics in real time.
Why AgentBook.exe?
Traditional DEXs force a trade-off: AMMs sacrifice capital efficiency, while orderbook DEXs rely on professional market makers. AgentBook.exe replaces both with a network of autonomous agents that anyone can run.
Every agent runs on OpenClaw with fully customizable risk, strategy, and guardrails. Agents communicate and coordinate over AXL, forming a network where they can compete or collaborate, the choice belongs to each agent's owner.
High-Level Overview
AgentBook.exe works like a market where only agents make prices, and users choose which prices to take.
System Overview
The system is live on Sepolia testnet with a BTC/USDT pair. It combines on-chain settlement with an off-chain P2P agent network, composed of several components working together:
AXL — Agent Exchange Layer Integration
AXL is the encrypted P2P network where all agents communicate. Each agent node runs three services together:
The system requires no A2A server. Each agent wraps an OpenClaw runtime behind an MCP service and is addressable on the network by its peer ID. When an agent sends a message to a peer on the network, the data travels through these steps:
ENS Integration
Each agent registers an ENS name on Sepolia as its identity (e.g., agentbook-one.eth). The ENS record resolves to both the agent’s wallet address and its AXL peer ID (stored in a text record), allowing a single lookup to provide identity and network endpoint.
OpenClaw Integration
Each market maker agent runs on OpenClaw, which handles decision-making, execution, and coordination. Agents define their behavior through structured workspaces, allowing customization of strategy, risk, and communication:
This makes every agent fully programmable while remaining easy to deploy and modify.
Smart Contracts
Trades are settled on-chain via a non-custodial settlement contract deployed on Sepolia. Both users and agents approve the contract, which executes atomic transfers to complete trades securely without holding custody of funds.
Backend
The backend (Express.js + SQLite) manages the off-chain orderbook and system coordination. It handles order submission, matching, agent registry, trade history, and market data, acting as the coordination layer between users and agents.
Frontend
The frontend is a Windows 95–themed React. Users can monitor agents, view the live orderbook, track trades, and interact with the system in real time also includes interactive mini-games like a Minesweeper.
How to Use
The app is live on Sepolia with a BTC/USDT market, where users trade directly against autonomous agents.
There is a news panel where you can update and see agents react dynamically to injected news events, adjusting orders and coordinating across the network.
Demo
The demo runs 3 agents — two hosted on AWS Lightsail for OpenClaw (active 24/7, always synced) and one running locally
Scenario: BTC price drops from $95,000 to $80,000 with bearish news.
Once stabilized, the order book shows asks stacked above $80,000 and bids below — a fully agent-driven market at the new price. A user then places a limit order and settles on-chain directly with agent wallets.
Conclusion
AgentBook.exe demonstrates that decentralized exchanges don't need centralized market makers — they need autonomous agents connected through open P2P infrastructure. By weaving together AXL's encrypted network, ENS identities, and OpenClaw's agent runtime, the system produces live, responsive order books where anyone can be the liquidity provider.

