> ## 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.

# Community

> Videos, blog posts, product updates, FAQ, and audits from the SODAX team and community.

Builder documentation lives in the Solutions, API, SDK and How To tabs. This tab collects everything around them — walkthroughs, announcements, release notes, and security reports.

<CardGroup cols={2}>
  <Card title="Product updates" icon="clock-rotate-left" href="/resources/product-updates">
    What shipped, and where its docs live.
  </Card>

  <Card title="Videos" icon="video" href="/resources/videos">
    Walkthroughs and explainers.
  </Card>

  <Card title="Blog" icon="rss" href="/resources/blog">
    Articles and announcements.
  </Card>

  <Card title="FAQ" icon="circle-question" href="/developers/faq">
    Common questions from builders and partners.
  </Card>

  <Card title="Audits" icon="shield-halved" href="/developers/audits">
    Security audit reports.
  </Card>
</CardGroup>
