> ## Documentation Index
> Fetch the complete documentation index at: https://staging-docs.orderly.network/llms.txt
> Use this file to discover all available pages before exploring further.

# Integration FAQs

> Frequently asked questions for builders integrating with Orderly Network.

<AccordionGroup>
  <Accordion title="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.
  </Accordion>

  <Accordion title="How do I start integrating?">
    Start with the [Integration Checklist](/build-on-omnichain/integration-checklist), then choose the
    integration path that fits your stack: [React Hooks](/sdks/hooks/overview), [React UI
    components](/sdks/react/overview), the [Python
    connector](https://github.com/OrderlyNetwork/orderly-evm-connector-python), or direct integration
    through the [API docs](/build-on-omnichain/introduction).
  </Accordion>

  <Accordion title="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](/build-on-omnichain/restful-api/public/get-builder-list). If you are launching your own
    front end and onboarding your own users, start from [Builder
    Onboarding](/introduction/getting-started/builder-onboarding). If you are using Orderly One,
    continue from [https://dex.orderly.network/](https://dex.orderly.network/).
  </Accordion>

  <Accordion title="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](/build-on-omnichain/user-flows/custom-fees) for the builder flow and related endpoints.
  </Accordion>

  <Accordion title="What is the Builder Admin Wallet?">
    The builder admin wallet is the wallet associated with your builder setup. It is used for
    builder-level actions such as fee management and other admin-authenticated endpoints described in
    the API docs.
  </Accordion>

  <Accordion title="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.
  </Accordion>

  <Accordion title="How do I handle system maintenance?">
    Monitor the [system maintenance status
    endpoint](/build-on-omnichain/restful-api/public/get-system-maintenance-status) 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.
  </Accordion>

  <Accordion title="Where do I get help during integration?">
    Start with [Builder Onboarding](/introduction/getting-started/builder-onboarding) for builder setup. If you are using Orderly One, continue from [https://dex.orderly.network/](https://dex.orderly.network/). For implementation questions, join the [Orderly Discord](https://discord.gg/OrderlyNetwork). For a practical overview of support resources, see [Partner Support](/build-on-omnichain/partner-support).
  </Accordion>
</AccordionGroup>
