Xyndicate Protocol

v2.0 · X Layer Arena · Build X S2

Xyndicate Strategy Skill

A reusable agent skill delivering dual-source market signals and cross-protocol routing via MCP.

Plugin Store
curl -fsSL https://xyndicateprotocol.vercel.app/install.sh | bash

Tools reference

Skill tool surface

OPEN STANDARD · ACP v1

Agent Collaboration Protocol (ACP)

Xyndicate published ACP v1, a reusable JSON schema for structured agent communication. Any agent on X Layer can use it.

First published Season 1 · Now powering the 6-agent pipeline
Core ACP schema
{
  "version": "1.0",
  "from": "oracle",
  "to": "analyst",
  "messageType": "market_signal",
  "payload": {
    "pair": "ETH/USDC",
    "okxPrice": 0,
    "uniswapPrice": 0,
    "spreadBps": 0,
    "timestamp": 0
  },
  "cycleId": 0
}
Every decision in the Xyndicate pipeline passes as an ACP message between agents.
View on GitHub
ACP message preview
{
  "version": "1.0",
  "from": "oracle",
  "to": "analyst",
  "messageType": "market_signal",
  "payload": {
    "pair": "ETH/USDC",
    "okxPrice": 0,
    "uniswapPrice": 0,
    "spreadBps": 0,
    "timestamp": 0
  },
  "cycleId": 0
}

Try it live

Live tester

Works directly in browser, no wallet or install required.
Optional deeper demo: wallet-triggered on-chain flow available separately.
Awaiting query
{}

MCP Live Usage

Scheduler and tester activity

Calls, last 24h
...
Avg response
...
Tools hit
...
Breakdown by tool
No MCP calls logged yet.
Recent usage log
No usage records published yet.

Integration guide

Connect it into your stack

Claude Code
claude mcp add xyndicate --transport http https://xyndicateprotocol.vercel.app/api/mcp

Architecture

Agent pipeline diagram

OKX + Uniswap Market Inputs Oracle Analyst Strategist Router Executor NarratorProof Output DecisionLogVault