What is Orderly Network?
What is Orderly Network?
Orderly is an omnichain trading infrastructure that provides orderbook-based trading services and shared liquidity for builders. It lets developers build their own trading application while keeping user settlement on-chain and user custody in the wallet.
How do I start integrating?
How do I start integrating?
Start with the Integration Checklist, then choose the
integration path that fits your stack: React Hooks, React UI
components, the Python
connector, or direct integration
through the API docs.
Do I need a Builder ID?
Do I need a Builder ID?
Not everyone does. If you are an API trader using an existing builder, you can select from the
available builders through the builder list
endpoint. If you are launching your own
front end and onboarding your own users, start from Builder
Onboarding. If you are using Orderly One,
continue from https://dex.orderly.network/.
How are fees managed?
How are fees managed?
Builders can configure their own fees on top of Orderly’s base fee model. Builders can define a
default fee rate and, if needed, apply custom fee logic for specific users. See Custom
Fees for the builder flow and related endpoints.
What is the Builder Admin Wallet?
What is the Builder Admin Wallet?
The Builder Admin Wallet is the wallet tied to your builder admin account. After your builder
profile has graduated, this admin account manages builder-level settings such as fee configuration
and other admin operations.If you register through the broker registration tool, use the same creator wallet or designated
admin wallet used during builder profile setup; otherwise, the issued Orderly keys may not map
correctly and admin setup cannot be completed. Treat the admin account and Orderly keys as
backend/admin-only credentials: call admin endpoints only from secured builder admin tooling or
backend services, and never expose admin credentials or signing keys in your DEX frontend. See
Builder Onboarding, Custom
Fees, and API
Authentication.
Can I access user data?
Can I access user data?
Most user data is only accessible by the account holder using the user’s Trading Key. Builders can
retrieve builder-scoped data for their own users through dedicated builder endpoints, but not
unrestricted data for all users on the system.
How do I handle system maintenance?
How do I handle system maintenance?
Monitor the system maintenance status
endpoint and stay in the
builder Telegram channel for announcements. Ask the Orderly team for channel access during
onboarding. During maintenance, market data and user trading surfaces may be unavailable, so your
UI should clearly communicate the maintenance state and only expose order actions that remain
available.
Where do I get help during integration?
Where do I get help during integration?
Start with Builder Onboarding for builder setup. If you are using Orderly One, continue from https://dex.orderly.network/. For implementation questions, join the Orderly Discord. For a practical overview of support resources, see Partner Support.