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

> ## Agent Instructions
> SODAX is mainnet-only (no testnet chains or RPC endpoints exist) with a hub-and-spoke architecture; Sonic is the hub. SODAX is non-custodial protocol/software: it routes and settles; independent solvers on the marketplace fill — never say 'our solver', 'the SODAX solver', that SODAX trades, takes custody, or fills orders. For frontend/React integrations, prefer @sodax/dapp-kit hooks over calling @sodax/sdk directly. SDK operations — the methods that build, submit or await a transaction, and the API/quote calls — return Result<T, E> ({ ok: true, value } or { ok: false, error }): check result.ok, never wrap them in try/catch or branch on error.message; discriminate on the narrow error.code union instead. Synchronous config getters (getPartnerFee, getSupportedSwapTokens, getVault, ...) return their value directly, not a Result.

# Get in touch

> Reach the SODAX team about an integration, an SDK bug, or a partnership.

Pick the channel that matches what you need. All three reach the team building the SDK and APIs.

<CardGroup cols={3}>
  <Card title="Discord" icon="discord" href="https://www.sodax.com/discord">
    Integration questions, quote and route behaviour, help getting a first swap to settle.
  </Card>

  <Card title="GitHub issues" icon="github" href="https://github.com/icon-project/sodax-sdks/issues">
    Bugs and reproductions in the open-source `@sodax/*` packages.
  </Card>

  <Card title="Partnerships" icon="handshake" href="https://sodax.com/partners">
    Integration options, case studies, and the asset directory.
  </Card>
</CardGroup>

Prefer email? Write to us at **[partnerships@sodax.com](mailto:partnerships@sodax.com)** and we'll get back to you.

<Note>
  **Using the SODAX app rather than building on it?** [support.sodax.com](https://support.sodax.com) is the help centre for swap, stake, pool, and migrate. This page is for builders integrating SODAX.
</Note>
