Orderly Network is a decentralized exchange infrastructure providing perpetual futures trading across multiple blockchain networks. Built on cross-chain architecture, Orderly enables traders to access on-chain orderbooks with EVM compatibility, supporting trading on Ethereum, Arbitrum, Optimism, and other EVM-compatible networks. The protocol features a decentralized orderbook model where liquidity providers (LPs) deploy smart contracts that create pooled liquidity, while traders interact with this liquidity through standardized interfaces. Orderly Network's architecture separates order matching from settlement, allowing for efficient trading while maintaining decentralization and transparency.
Trading on Orderly Network offers several advantages over centralized exchanges. Users maintain custody of their funds throughout the trading process, only approving transactions when placing orders. The protocol's cross-chain nature enables traders to deposit from one blockchain and trade against liquidity from multiple networks simultaneously. Orderly's unified liquidity pools aggregate orders from different chains, creating deeper liquidity and better price discovery. The platform supports various order types including limit orders, market orders, and conditional orders, with all trades settled on-chain with full transparency. Funding rates on Orderly are determined by on-chain mechanisms and paid directly to liquidity providers.
Orderly Network operates on a hybrid DeFi model combining elements of centralized efficiency with decentralized custody. The protocol uses a network of Keeper nodes that manage order matching and execution, while settlement occurs on-chain through smart contracts. This architecture reduces gas costs compared to fully on-chain orderbooks while maintaining user fund sovereignty. Traders can access Orderly Network through web interfaces, mobile apps, or directly via smart contracts. The protocol supports both long and short positions with leverage up to 20x on most pairs, with liquidations handled by keeper bots to ensure protocol solvency. Orderly's cross-chain compatibility makes it attractive for traders seeking decentralized perpetual trading without being limited to a single blockchain ecosystem.
Note: You can register your wallet for any and all of the Orderly broker ids: however, you can only assign your wallet to one broker id for signing permissions. Orderly creates new wallets and assigns the trading permissions to these new wallets. This allows you to use your main wallet for deposit and withdrawals across all broker ids.
Orderly Credentials
Account ID: Not set
Orderly Key: Not set
Signature is generated using the connected wallet and sent as part of the API request header orderly-signature
Secure Signing
This implementation demonstrates how to sign messages for Web3 applications without directly handling private keys. Instead, we leverage wallet adapters that securely manage the signing process.
Note: You can register your wallet for any and all of the Orderly broker ids: however, you can only assign your wallet to one broker id for signing permissions
Key Features
Secure message signing using wallet adapters
Signature verification capabilities
Compatible with Orderly Network API requirements
TypeScript support with comprehensive type definitions
How It Works
Connect your Solana wallet using the wallet adapter
Configure the request parameters (method, pathname, etc.)
Generate a signature using the wallet's signMessage function
Make API Call
Security Benefits
Private keys never leave the wallet hardware/software
Users maintain full control over their signing keys
Compliance with Web3 security best practices
Reduced attack surface compared to private key management