
Orderly Onboarding
Onboard your agent to Orderly Network—omnichain perp liquidity, MCP, skills, and the right next doc when building a DEX or trading interface.
Overview
orderly-onboarding is an agent skill for the Build phase that orients solo builders to Orderly Network’s omnichain perp infrastructure, MCP tools, and follow-on skills.
Install
npx skills add https://github.com/starchild-ai-agent/official-skills --skill orderly-onboardingWhat is this skill?
- Entry-point onboarding for Orderly Network v1.0.1: ecosystem map, MCP server, and related skills routing
- Explains omnichain CLOB perp liquidity shared across EVM chains and Solana with on-chain settlement
- Clarifies Orderly has no official front end—builders ship DEXes and trading UIs on top
- When-to-use list: first encounter, agent tool setup, finding the right Orderly skill or resource
- Unified liquidity model: one orderbook serves all integrated front-ends
- Skill version 1.0.1 documented in frontmatter
Adoption & trust: 5.7k installs on skills.sh; 13 GitHub stars; 2/3 security scanners passed (skills.sh audits).
What problem does it solve?
You heard about Orderly Network for perps but do not know what it provides, how omnichain liquidity works, or which agent skill to open next.
Who is it for?
Indie Web3 builders planning a perp DEX or trading UI who want a single agent-guided map before diving into Orderly APIs and MCP.
Skip if: Traders seeking a ready-made exchange UI—Orderly is infrastructure; skip if you are not building on top of shared perp liquidity.
When should I use this skill?
First time encountering Orderly Network; setting up AI agent tools for Orderly; understanding ecosystem offerings; finding the right skill or resource; learning what agent tools exist for Orderly.
What do I get? / Deliverables
You leave with a clear mental model of Orderly’s CLOB backend role, available agent tooling paths, and pointers to the right skill for your integration task.
- Ecosystem orientation summary
- Recommended next Orderly skill or resource path
- Agent tooling setup checklist outline
Recommended Skills
Journey fit
First contact with Orderly and wiring dev tooling happens while integrating external trading infrastructure—Build integrations shelf. Orderly is backend orderbook infra you integrate via API/MCP, not a standalone frontend product in this skill.
How it compares
An ecosystem onboarding skill, not a trade execution bot or a generic DeFi prompt pack.
Common Questions / FAQ
Who is orderly-onboarding for?
Developers and solo founders integrating perpetual futures or DEX products who use Claude Code-class agents and need Orderly’s model explained before coding.
When should I use orderly-onboarding?
At the first Orderly mention during Build integrations planning, when configuring MCP/skills for Orderly dev, or when you need to choose among official Orderly agent resources.
Is orderly-onboarding safe to install?
Onboarding content only; verify MCP endpoints and dependencies yourself and read the Security Audits panel on this Prism page before enabling network-facing agent tools.
SKILL.md
READMESKILL.md - Orderly Onboarding
# Orderly Network: Agent Onboarding Orderly is an omnichain orderbook-based trading infrastructure providing perpetual futures liquidity for decentralized exchanges. This skill is your starting point for building on or learning about Orderly Network. ## When to Use - First time encountering Orderly Network - Setting up AI agent tools for Orderly development - Understanding the Orderly ecosystem and offerings - Finding the right skill or resource for your task - Understanding what tools are available for AI agents ## What is Orderly Network Orderly is a combination of an orderbook-based trading infrastructure and a robust liquidity layer offering perpetual futures orderbooks. Unlike traditional platforms, Orderly doesn't have a front end—it operates at the core of the ecosystem, providing essential services to projects built on top. **Key Characteristics:** - **Omnichain CLOB**: Shared Central Limit Order Book accessible from all major EVM chains and Solana - **Backend Infrastructure**: No official front end; builders create DEXes and trading interfaces on top - **On-chain Settlement**: All trades settle on-chain while maintaining full self-custody - **Unified Liquidity**: One orderbook serves all integrated front-ends - **Perpetual Futures**: Trade BTC, ETH, SOL, and more with up to 50x leverage - **Gasless Trading**: No gas fees once funds are deposited and trading keys activated - **One-Click Trading**: New trading key pair per session, no further signatures needed **Primary Use Cases:** | Use Case | Description | | --------------------- | -------------------------------------------------------------------------- | | **Builders/DEXes** | Create your own Perps DEX on EVM and Solana with plug-and-play SDKs | | **Perps Aggregators** | Access Orderly's shared liquidity directly via API or SDK | | **Trading Desks** | Use APIs for CEX-level trading with low latency orderbook | | **Trading Bots** | Connect to orderbook for best rates, SL/limit orders, gasless transactions | ## Key Advantages - **Unified Orderbook & Liquidity**: Access all major chains through a single trading infrastructure - **Quick Development**: Launch a DEX within days using our SDKs - **Ready-to-Use Liquidity**: Powered by multiple top-tier market makers - **Revenue Sharing**: Earn a share of generated fees from your platform - **CEX-Level Performance**: Low latency matching engine with on-chain settlement - **Self-Custody**: You control your assets and private keys - **Collaborative Ecosystem**: Join a thriving community of builders ## Architecture Your Application (DEX, Bot, Wallet, Aggregator) - Orderly Infrastructure - **CLOB** — Shared Central Limit Order Book (unified across all chains) - **Matching Engine** — Low-latency order matching (CEX-level performance) - **Vault** — On-chain settlement with self-custody - **Risk Management** — Liquidation engine and position monitoring - Settlement Networks - **EVM**: Arbitrum, Optimism, Base, Ethereum, Polygon, Mantle - **Non-EVM**: Solana ## Getting Started: AI Agent Tools To build on Orderly, **install the MCP server** for the best development experience. It provides 8 powerful tools for documentation search, SDK patterns, contract addresses, workflows, and API reference. ### MCP Server (Recommended) The MCP server provides AI assistants with instant access to Orderly documentation, code patterns, and API references. **Quick Install:** ```bash npx @orderly.network/mcp-server init --client <client> ``` **Supported Clients:** | Client | Command | Config File | | ----------- | ------------------- | ---------------------- | | Claude Code |