orderly-onboarding

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Orderly Network: Agent Onboarding

Orderly Network:Agent入门

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.
Orderly是一个基于订单簿的跨链交易基础设施,为去中心化交易所(DEX)提供永续期货流动性。本技能是你了解或基于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
  • 首次接触Orderly Network
  • 为Orderly开发搭建AI Agent工具
  • 了解Orderly生态系统及服务内容
  • 为你的任务寻找合适的技能或资源
  • 了解AI Agent可使用的工具

What is Orderly Network

什么是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 CaseDescription
Builders/DEXesCreate your own Perps DEX on EVM and Solana with plug-and-play SDKs
Perps AggregatorsAccess Orderly's shared liquidity directly via API or SDK
Trading DesksUse APIs for CEX-level trading with low latency orderbook
Trading BotsConnect to orderbook for best rates, SL/limit orders, gasless transactions
Orderly结合了基于订单簿的交易基础设施和强大的流动性层,提供永续期货订单簿。与传统平台不同,Orderly没有前端界面——它在生态系统的核心运行,为搭建在其上的项目提供基础服务。
核心特性:
  • 跨链CLOB:可从所有主流EVM链和Solana访问的共享中央限价订单簿(CLOB)
  • 后端基础设施:无官方前端,开发者可在其上构建DEX和交易界面
  • 链上结算:所有交易均在链上结算,同时保持完全自托管
  • 统一流动性:单个订单簿为所有集成前端提供服务
  • 永续期货:可交易BTC、ETH、SOL等资产,最高支持50倍杠杆
  • 无Gas费交易:存入资金并激活交易密钥后,无需支付Gas费
  • 一键交易:每个会话生成新的交易密钥对,无需额外签名
主要使用场景:
使用场景描述
开发者/DEX平台使用即插即用的SDK在EVM和Solana上创建专属永续期货DEX
永续期货聚合器通过API或SDK直接访问Orderly的共享流动性
交易柜台使用API实现CEX级别的低延迟订单簿交易
交易机器人连接订单簿获取最优报价、止损/限价订单、无Gas费交易

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
  • 统一订单簿与流动性:通过单一交易基础设施访问所有主流链
  • 快速开发:使用我们的SDK可在数天内上线DEX
  • 现成流动性:由多家顶级做市商提供支持
  • 收益分成:从你的平台产生的手续费中获得分成
  • CEX级性能:低延迟匹配引擎,搭配链上结算
  • 自托管:你完全控制自己的资产和私钥
  • 协作生态:加入活跃的开发者社区

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
你的应用(DEX、机器人、钱包、聚合器)
  • Orderly基础设施
    • CLOB — 共享中央限价订单簿(跨所有链统一)
    • 匹配引擎 — 低延迟订单匹配(CEX级性能)
    • Vault — 支持自托管的链上结算模块
    • 风险管理 — 清算引擎及仓位监控
  • 结算网络
    • EVM:Arbitrum、Optimism、Base、Ethereum、Polygon、Mantle
    • 非EVM:Solana

Getting Started: AI Agent Tools

快速上手:AI Agent工具

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.
要基于Orderly进行开发,安装MCP服务器可获得最佳开发体验。它提供8个强大工具,用于文档搜索、SDK模式查询、合约地址查找、工作流说明及API参考。

MCP Server (Recommended)

MCP服务器(推荐)

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:
ClientCommandConfig File
Claude Code
--client claude
.mcp.json
Cursor
--client cursor
.cursor/mcp.json
VS Code
--client vscode
.vscode/mcp.json
Codex
--client codex
~/.codex/config.toml
OpenCode
--client opencode
.opencode/mcp.json
Manual Configuration:
If automatic setup doesn't work, add this configuration to your AI client:
Claude Code (
.mcp.json
):
json
{
  "mcpServers": {
    "orderly": {
      "command": "npx",
      "args": ["@orderly.network/mcp-server@latest"]
    }
  }
}
Cursor (
.cursor/mcp.json
):
json
{
  "mcpServers": {
    "orderly": {
      "command": "npx",
      "args": ["@orderly.network/mcp-server@latest"]
    }
  }
}
VS Code (
.vscode/mcp.json
):
json
{
  "servers": {
    "orderly": {
      "command": "npx",
      "args": ["@orderly.network/mcp-server@latest"]
    }
  }
}
OpenCode (
.opencode/mcp.json
):
json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "orderly": {
      "type": "local",
      "command": ["npx", "@orderly.network/mcp-server@latest"],
      "enabled": true
    }
  }
}
Codex (
~/.codex/config.toml
):
toml
[mcp_servers.orderly]
command = "npx"
args = ["@orderly.network/mcp-server@latest"]
What the MCP Server Provides:
ToolDescription
search_orderly_docs
Search Orderly documentation for specific topics
get_sdk_pattern
Get code examples for SDK v2 hooks and patterns
get_contract_addresses
Lookup smart contract addresses for any chain
explain_workflow
Step-by-step guides for common tasks
get_api_info
REST API and WebSocket endpoint documentation
get_indexer_api_info
Trading metrics, events, volume statistics
get_component_guide
React UI component building guides
get_orderly_one_api_info
DEX creation and management API for Orderly One
MCP服务器让AI助手可即时访问Orderly文档、代码模式及API参考。
快速安装:
bash
npx @orderly.network/mcp-server init --client <client>
支持的客户端:
客户端命令配置文件
Claude Code
--client claude
.mcp.json
Cursor
--client cursor
.cursor/mcp.json
VS Code
--client vscode
.vscode/mcp.json
Codex
--client codex
~/.codex/config.toml
OpenCode
--client opencode
.opencode/mcp.json
手动配置:
如果自动设置失败,将以下配置添加到你的AI客户端:
Claude Code
.mcp.json
):
json
{
  "mcpServers": {
    "orderly": {
      "command": "npx",
      "args": ["@orderly.network/mcp-server@latest"]
    }
  }
}
Cursor
.cursor/mcp.json
):
json
{
  "mcpServers": {
    "orderly": {
      "command": "npx",
      "args": ["@orderly.network/mcp-server@latest"]
    }
  }
}
VS Code
.vscode/mcp.json
):
json
{
  "servers": {
    "orderly": {
      "command": "npx",
      "args": ["@orderly.network/mcp-server@latest"]
    }
  }
}
OpenCode
.opencode/mcp.json
):
json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "orderly": {
      "type": "local",
      "command": ["npx", "@orderly.network/mcp-server@latest"],
      "enabled": true
    }
  }
}
Codex
~/.codex/config.toml
):
toml
[mcp_servers.orderly]
command = "npx"
args = ["@orderly.network/mcp-server@latest"]
MCP服务器提供的工具:
工具名称描述
search_orderly_docs
搜索Orderly文档中的特定主题
get_sdk_pattern
获取SDK v2钩子及模式的代码示例
get_contract_addresses
查询任意链的智能合约地址
explain_workflow
常见任务的分步指南
get_api_info
REST API及WebSocket端点文档
get_indexer_api_info
交易指标、事件、交易量统计信息
get_component_guide
React UI组件构建指南
get_orderly_one_api_info
Orderly One的DEX创建与管理API文档

Agent Skills

Agent技能

Install Orderly skills to enhance your AI agent with procedural knowledge for building on Orderly.
Install all skills globally (recommended):
bash
npx skills add OrderlyNetwork/skills --all --agent '*' -g
Install all skills locally:
bash
npx skills add OrderlyNetwork/skills --all
Install specific skills:
bash
undefined
安装Orderly技能,为你的AI Agent增强基于Orderly开发的流程知识。
全局安装所有技能(推荐):
bash
npx skills add OrderlyNetwork/skills --all --agent '*' -g
本地安装所有技能:
bash
npx skills add OrderlyNetwork/skills --all
安装特定技能:
bash
undefined

List available skills

列出可用技能

npx skills add OrderlyNetwork/skills --list
npx skills add OrderlyNetwork/skills --list

Install specific skill

安装特定技能

npx skills add OrderlyNetwork/skills --skill orderly-trading-orders
npx skills add OrderlyNetwork/skills --skill orderly-trading-orders

Install multiple skills

安装多个技能

npx skills add OrderlyNetwork/skills --skill orderly-api-authentication --skill orderly-trading-orders
npx skills add OrderlyNetwork/skills --skill orderly-api-authentication --skill orderly-trading-orders

Install for specific agent

为特定Agent安装

npx skills add OrderlyNetwork/skills --all --agent claude-code -g

**Global vs Local:**

- **Global (`-g`)**: Available across all projects, installed to user directory
- **Local**: Project-specific, creates `.skills/` in repo, can be committed to version control

**Available Skills:**

| Category           | Skill                            | Description                                         |
| ------------------ | -------------------------------- | --------------------------------------------------- |
| **API / Protocol** | `orderly-api-authentication`     | Two-layer auth: EIP-712 (EVM) + Ed25519 (Solana)    |
|                    | `orderly-trading-orders`         | Place, manage, cancel orders via REST API or SDK    |
|                    | `orderly-positions-tpsl`         | Monitor positions, TP/SL, leverage, PnL             |
|                    | `orderly-websocket-streaming`    | Real-time WebSocket for orderbook and executions    |
|                    | `orderly-deposit-withdraw`       | Token deposits, withdrawals, cross-chain operations |
| **SDK / React**    | `orderly-sdk-react-hooks`        | Reference for all React SDK hooks                   |
|                    | `orderly-ui-components`          | Pre-built React UI components                       |
|                    | `orderly-sdk-install-dependency` | Install Orderly SDK packages                        |
|                    | `orderly-sdk-dex-architecture`   | Complete DEX project structure and setup            |
|                    | `orderly-sdk-page-components`    | Pre-built page components                           |
|                    | `orderly-sdk-theming`            | CSS variable theming and customization              |
|                    | `orderly-sdk-trading-workflows`  | End-to-end trading flows                            |
| **Platform**       | `orderly-sdk-wallet-connection`  | Wallet integration for EVM and Solana               |
|                    | `orderly-sdk-debugging`          | Debug/troubleshoot SDK errors                       |
|                    | `orderly-one-dex`                | Create/manage custom DEX with Orderly One API       |
npx skills add OrderlyNetwork/skills --all --agent claude-code -g

**全局 vs 本地:**

- **全局(`-g`)**:可在所有项目中使用,安装到用户目录
- **本地**:仅适用于当前项目,在仓库中创建`.skills/`目录,可提交到版本控制

**可用技能:**

| 分类           | 技能名称                            | 描述                                         |
| -------------- | ----------------------------------- | -------------------------------------------- |
| **API / 协议** | `orderly-api-authentication`        | 双层认证:EIP-712(EVM)+ Ed25519(Solana)   |
|                | `orderly-trading-orders`            | 通过REST API或SDK下单、管理及取消订单        |
|                | `orderly-positions-tpsl`            | 监控仓位、止盈/止损、杠杆、盈亏(PnL)        |
|                | `orderly-websocket-streaming`       | 订单簿及交易执行的实时WebSocket数据流        |
|                | `orderly-deposit-withdraw`          | 代币存入、提取及跨链操作                      |
| **SDK / React** | `orderly-sdk-react-hooks`           | 所有React SDK钩子参考                        |
|                | `orderly-ui-components`             | 预构建的React UI组件                        |
|                | `orderly-sdk-install-dependency`    | 安装Orderly SDK包                            |
|                | `orderly-sdk-dex-architecture`      | 完整的DEX项目结构与设置指南                  |
|                | `orderly-sdk-page-components`       | 预构建的页面组件                            |
|                | `orderly-sdk-theming`               | CSS变量主题与自定义指南                      |
|                | `orderly-sdk-trading-workflows`     | 端到端交易流程                              |
| **平台**       | `orderly-sdk-wallet-connection`     | EVM与Solana的钱包集成                        |
|                | `orderly-sdk-debugging`             | SDK错误调试与故障排除                        |
|                | `orderly-one-dex`                   | 使用Orderly One API创建/管理自定义DEX        |

For Builders (SDK & DEX Development)

面向开发者(SDK与DEX开发)

Build custom trading interfaces using Orderly's React SDK v2.
Core SDK Packages:
bash
undefined
使用Orderly的React SDK v2构建自定义交易界面。
核心SDK包:
bash
undefined

Full DEX setup

完整DEX设置

npm install @orderly.network/react-app
@orderly.network/trading
@orderly.network/portfolio
@orderly.network/markets
@orderly.network/wallet-connector
@orderly.network/i18n
npm install @orderly.network/react-app
@orderly.network/trading
@orderly.network/portfolio
@orderly.network/markets
@orderly.network/wallet-connector
@orderly.network/i18n

Required: EVM wallet support

必需:EVM钱包支持

npm install @web3-onboard/injected-wallets @web3-onboard/walletconnect
npm install @web3-onboard/injected-wallets @web3-onboard/walletconnect

Required: Solana wallet support

必需:Solana钱包支持

npm install @solana/wallet-adapter-base @solana/wallet-adapter-wallets

**Key Components Available:**

- `OrderEntry` - Order placement form
- `Orderbook` - Market depth display
- `PositionsView` - Position management table
- `TradingPage` - Full trading page
- `Portfolio` - User portfolio dashboard
- `ConnectWalletButton` - Wallet connection UI

**Orderly One (White-Label DEX):**

Launch your own branded perpetuals DEX without building from scratch. Orderly One provides a turnkey solution with:

- Custom domain and branding
- Fee revenue sharing after paying graduation fee
- Full trading infrastructure
- Custom theme

**Load these skills for SDK development:**

- **orderly-sdk-install-dependency** - Package installation guide
- **orderly-sdk-dex-architecture** - Project structure and providers
- **orderly-sdk-wallet-connection** - Wallet integration
- **orderly-sdk-trading-workflows** - Complete trading flows
- **orderly-sdk-theming** - Customization guide
npm install @solana/wallet-adapter-base @solana/wallet-adapter-wallets

**可用核心组件:**

- `OrderEntry` - 下单表单
- `Orderbook` - 市场深度展示
- `PositionsView` - 仓位管理表格
- `TradingPage` - 完整交易页面
- `Portfolio` - 用户投资组合仪表盘
- `ConnectWalletButton` - 钱包连接UI

**Orderly One(白标DEX):**

无需从零开始,即可启动专属品牌的永续期货DEX。Orderly One提供一站式解决方案,包括:

- 自定义域名与品牌
- 支付入门费后可获得手续费收益分成
- 完整交易基础设施
- 自定义主题

**SDK开发推荐加载以下技能:**

- **orderly-sdk-install-dependency** - 包安装指南
- **orderly-sdk-dex-architecture** - 项目结构与提供者指南
- **orderly-sdk-wallet-connection** - 钱包集成
- **orderly-sdk-trading-workflows** - 完整交易流程
- **orderly-sdk-theming** - 自定义指南

For API / Bot Developers

面向API/机器人开发者

Integrate directly with Orderly's REST API and WebSocket streams.
API Base URLs:
NetworkURL
Mainnet
https://api.orderly.org
Testnet
https://testnet-api.orderly.org
WebSocket URLs:
NetworkURL
Mainnet
wss://ws.orderly.org/ws
Testnet
wss://testnet-ws.orderly.org/ws
Authentication:
  • Ed25519 key pair generation for API signing
  • EIP-712 wallet signatures for EVM accounts
  • Ed25519 message signing for Solana accounts
Symbol Format:
PERP_<TOKEN>_USDC
Examples:
PERP_ETH_USDC
,
PERP_BTC_USDC
,
PERP_SOL_USDC
Key Endpoints:
  • POST /v1/order
    - Place order
  • GET /v1/positions
    - Get positions
  • GET /v1/orders
    - Get orders
  • GET /v1/orderbook/{symbol}
    - Orderbook snapshot
  • GET /v1/public/futures
    - Market info
Load these skills for API development:
  • orderly-api-authentication - Complete auth setup
  • orderly-trading-orders - Order management
  • orderly-positions-tpsl - Position management
  • orderly-websocket-streaming - Real-time data
直接集成Orderly的REST API与WebSocket数据流。
API基础URL:
网络环境URL
主网
https://api.orderly.org
测试网
https://testnet-api.orderly.org
WebSocket URL:
网络环境URL
主网
wss://ws.orderly.org/ws
测试网
wss://testnet-ws.orderly.org/ws
认证方式:
  • 生成Ed25519密钥对用于API签名
  • EIP-712钱包签名(适用于EVM账户)
  • Ed25519消息签名(适用于Solana账户)
交易对格式:
PERP_<TOKEN>_USDC
示例:
PERP_ETH_USDC
PERP_BTC_USDC
PERP_SOL_USDC
核心端点:
  • POST /v1/order
    - 下单
  • GET /v1/positions
    - 获取仓位信息
  • GET /v1/orders
    - 获取订单信息
  • GET /v1/orderbook/{symbol}
    - 订单簿快照
  • GET /v1/public/futures
    - 市场信息
API开发推荐加载以下技能:
  • orderly-api-authentication - 完整认证设置
  • orderly-trading-orders - 订单管理
  • orderly-positions-tpsl - 仓位管理
  • orderly-websocket-streaming - 实时数据

Supported Chains

支持的链

Orderly supports multiple EVM and non-EVM chains. To get the current list of supported networks with their chain IDs, vault addresses, and RPC endpoints:
GET https://api.orderly.org/v1/public/chain_info
This endpoint returns all mainnet and testnet chains currently supported by Orderly, including Arbitrum, Optimism, Base, Ethereum, Polygon, Mantle, Solana, Sei, Avalanche, BSC, Abstract, and more.
Orderly支持多条EVM和非EVM链。要获取当前支持的网络列表(包含链ID、Vault地址及RPC端点),可调用:
GET https://api.orderly.org/v1/public/chain_info
该端点返回Orderly当前支持的所有主网和测试网链,包括Arbitrum、Optimism、Base、Ethereum、Polygon、Mantle、Solana、Sei、Avalanche、BSC、Abstract等。

$ORDER Token

$ORDER代币

The $ORDER token is central to the Orderly ecosystem:
  • Maximum Supply: 1,000,000,000 tokens
  • Staking: Stake $ORDER to earn VALOR and protocol revenue share
  • VALOR: Non-transferable metric measuring staking position; redeemable for esORDER rewards
  • Revenue Sharing: 30% of protocol net fees distributed to stakers
  • Governance: Stakers participate in protocol governance decisions
  • esORDER: Escrowed ORDER for rewards with vesting mechanics
Token Contracts:
NetworkAddress
Ethereum (ERC20)
0xABD4C63d2616A5201454168269031355f4764337
EVM Chains (OFT)
0x4E200fE2f3eFb977d5fd9c430A41531FB04d97B8
Solana
ABt79MkRXUsoHuV2CVQT32YMXQhTparKFjmidQxgiQ6E
For full tokenomics details, visit: https://orderly.network/docs/introduction/tokenomics
$ORDER代币是Orderly生态系统的核心:
  • 总供应量:1,000,000,000枚
  • 质押:质押$ORDER以赚取VALOR和协议手续费分成
  • VALOR:衡量质押仓位的不可转让指标,可兑换为esORDER奖励
  • 手续费分成:协议净手续费的30%分配给质押者
  • 治理:质押者可参与协议治理决策
  • esORDER:带锁仓机制的奖励型ORDER代币
代币合约地址:
网络地址
Ethereum(ERC20)
0xABD4C63d2616A5201454168269031355f4764337
EVM链(OFT)
0x4E200fE2f3eFb977d5fd9c430A41531FB04d97B8
Solana
ABt79MkRXUsoHuV2CVQT32YMXQhTparKFjmidQxgiQ6E
如需完整代币经济模型详情,请访问:https://orderly.network/docs/introduction/tokenomics

Key Links

核心链接

Recommended Next Steps

推荐下一步操作

If you're building a DEX:
  1. Load orderly-sdk-install-dependency and orderly-sdk-dex-architecture
  2. Install MCP server:
    npx @orderly.network/mcp-server init
  3. Set up wallet connection with orderly-sdk-wallet-connection
  4. Build your UI with orderly-ui-components
If you're building trading bots or API integrations:
  1. Load orderly-api-authentication first
  2. Install MCP server for API reference
  3. Load orderly-trading-orders and orderly-websocket-streaming
If you're launching a white-label DEX:
  1. Install MCP server for Orderly One API tools:
    npx @orderly.network/mcp-server init
  2. Load orderly-one-dex skill for DEX creation and management workflows
  3. Load orderly-sdk-theming skill to understand theme structure for API updates
If you're troubleshooting:
  1. Load orderly-sdk-debugging
  2. Use MCP server to search documentation
For testing:
  • Use Testnet environment for development
  • Request testnet USDC from the faucet:
    POST /v1/faucet/usdc
    (testnet only)
  • Each account can use faucet up to 3 times
如果你正在构建DEX:
  1. 加载orderly-sdk-install-dependencyorderly-sdk-dex-architecture
  2. 安装MCP服务器:
    npx @orderly.network/mcp-server init
  3. 使用orderly-sdk-wallet-connection设置钱包连接
  4. 使用orderly-ui-components构建UI
如果你正在构建交易机器人或API集成:
  1. 首先加载orderly-api-authentication
  2. 安装MCP服务器以获取API参考
  3. 加载orderly-trading-ordersorderly-websocket-streaming
如果你正在启动白标DEX:
  1. 安装MCP服务器以使用Orderly One API工具:
    npx @orderly.network/mcp-server init
  2. 加载orderly-one-dex技能获取DEX创建与管理流程
  3. 加载orderly-sdk-theming技能了解API更新的主题结构
如果你正在排查问题:
  1. 加载orderly-sdk-debugging
  2. 使用MCP服务器搜索文档
用于测试:
  • 使用测试网环境进行开发
  • 从水龙头获取测试网USDC:
    POST /v1/faucet/usdc
    (仅测试网)
  • 每个账户最多可使用水龙头3次

Common Issues

常见问题

"Where do I start building?"

"我该从哪里开始构建?"

Install the MCP server first:
npx @orderly.network/mcp-server init --client <your-client>
Then ask: "How do I connect to Orderly Network?" or load orderly-sdk-wallet-connection.
首先安装MCP服务器:
npx @orderly.network/mcp-server init --client <你的客户端>
然后提问:"如何连接到Orderly Network?"或加载orderly-sdk-wallet-connection

"What's the difference between MCP server and Skills?"

"MCP服务器和技能有什么区别?"

  • MCP Server: Runtime tools for your AI assistant (documentation search, pattern lookup, API reference)
  • Skills: Procedural knowledge embedded in your context (how-to guides, code examples, best practices)
Use both for the best experience.
  • MCP服务器:为AI助手提供运行时工具(文档搜索、模式查询、API参考)
  • 技能:嵌入到上下文的流程知识(操作指南、代码示例、最佳实践)
同时使用两者可获得最佳体验。

"How do I test without real funds?"

"如何在不使用真实资金的情况下进行测试?"

Use the Testnet environment:
  • API:
    https://testnet-api.orderly.org
  • WebSocket:
    wss://testnet-ws.orderly.org/ws
  • Get test USDC:
    POST https://testnet-operator-evm.orderly.org/v1/faucet/usdc
使用测试网环境:
  • API:
    https://testnet-api.orderly.org
  • WebSocket:
    wss://testnet-ws.orderly.org/ws
  • 获取测试USDC:
    POST https://testnet-operator-evm.orderly.org/v1/faucet/usdc

"Do I need to handle authentication manually?"

"我需要手动处理认证吗?"

The SDK handles authentication automatically. For API-only integration, load orderly-api-authentication for the complete auth flow.
SDK会自动处理认证。对于仅API集成的场景,加载orderly-api-authentication获取完整认证流程。

Related Skills

相关技能

API / Protocol

API / 协议

  • orderly-api-authentication - Complete authentication setup
  • orderly-trading-orders - Order management
  • orderly-positions-tpsl - Position and risk management
  • orderly-websocket-streaming - Real-time data streaming
  • orderly-deposit-withdraw - Asset management
  • orderly-api-authentication - 完整认证设置
  • orderly-trading-orders - 订单管理
  • orderly-positions-tpsl - 仓位与风险管理
  • orderly-websocket-streaming - 实时数据流
  • orderly-deposit-withdraw - 资产管理

SDK / React

SDK / React

  • orderly-sdk-react-hooks - React hooks reference
  • orderly-ui-components - Pre-built UI components
  • orderly-sdk-install-dependency - SDK installation
  • orderly-sdk-dex-architecture - DEX architecture
  • orderly-sdk-page-components - Page components
  • orderly-sdk-theming - Theming guide
  • orderly-sdk-trading-workflows - Trading workflows
  • orderly-sdk-react-hooks - React钩子参考
  • orderly-ui-components - 预构建UI组件
  • orderly-sdk-install-dependency - SDK安装
  • orderly-sdk-dex-architecture - DEX架构
  • orderly-sdk-page-components - 页面组件
  • orderly-sdk-theming - 主题指南
  • orderly-sdk-trading-workflows - 交易流程

Platform

平台

  • orderly-sdk-wallet-connection - Wallet integration
  • orderly-sdk-debugging - Debugging guide
  • orderly-one-dex - Orderly One DEX management
  • orderly-sdk-wallet-connection - 钱包集成
  • orderly-sdk-debugging - 调试指南
  • orderly-one-dex - Orderly One DEX管理