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

# Product updates

> What shipped on SODAX, and where the docs for it live.

Each product update, and where its docs live. Filter by area in the right-hand panel, or
subscribe with the RSS button above.

<Update label="August 26, 2026" tags={["Yield"]}>
  ## Leveraged staking vaults in Balanced widgets

  <img src="https://mintcdn.com/sodax-25c31491/YnMHVfjQxt61ISz8/images/news/balanced-vault-widget.jpg?fit=max&auto=format&n=YnMHVfjQxt61ISz8&q=85&s=1a04504642963723bdaea7670ec4fa69" alt="Balanced and SODAX leveraged staking vaults" width="200" style={{ float: "left", marginRight: "1.25rem", marginBottom: "0.5rem", borderRadius: "8px" }} data-path="images/news/balanced-vault-widget.jpg" />

  [Balanced's Vault widget](https://www.sodax.com/news/balanced-widgets-launch-with-sodax-leveraged-staking-vaults)
  now runs leveraged liquid-staking strategies on SODAX.

  **Docs →** [Yield overview](/yield) · [Leverage Yield module](/developers/packages/foundation/sdk/functional-modules/leverage_yield) · [Leverage HTTP API](/developers/http-api/leverage)

  <div style={{ clear: "both" }} />
</Update>

<Update label="August 13, 2026" tags={["API"]}>
  ## Candlestick price data, direct to your app

  <img src="https://mintcdn.com/sodax-25c31491/YnMHVfjQxt61ISz8/images/news/candlestick-price-data.jpg?fit=max&auto=format&n=YnMHVfjQxt61ISz8&q=85&s=9ae29b926ed06c1fb948391a3fedc802" alt="SODAX candlestick charts for your app" width="200" style={{ float: "left", marginRight: "1.25rem", marginBottom: "0.5rem", borderRadius: "8px" }} data-path="images/news/candlestick-price-data.jpg" />

  [Candlestick charts for any asset](https://www.sodax.com/news/sodax-serves-candlestick-price-data-direct-to-your-app):
  the Oracle API serves fixed-interval USD candles, unauthenticated.

  **Docs →** [Oracle API](/developers/http-api/oracle)

  <div style={{ clear: "both" }} />
</Update>

<Update label="June 16, 2026" tags={["Swap"]}>
  ## Tokenized equities (xStocks) in the SDK

  <img src="https://mintcdn.com/sodax-25c31491/YnMHVfjQxt61ISz8/images/news/xstocks-in-sdk.jpg?fit=max&auto=format&n=YnMHVfjQxt61ISz8&q=85&s=2dab20bc57d5d3c55cbc859561e86fcd" alt="SODAX SDK release bringing xStocks to cross-network apps" width="200" style={{ float: "left", marginRight: "1.25rem", marginBottom: "0.5rem", borderRadius: "8px" }} data-path="images/news/xstocks-in-sdk.jpg" />

  [Tokenized equities](https://www.sodax.com/news/the-sodax-sdk-releases-xstocks-for-cross-network-apps)
  quote and execute as any other swap asset.

  **Docs →** [Make a swap (SDK)](/developers/how-to/how_to_make_a_swap) · [Compatible assets](/developers/deployments/swaps-compatible-assets)

  <div style={{ clear: "both" }} />
</Update>

<Update label="May 26, 2026" tags={["Bitcoin"]}>
  ## Native Bitcoin as a source or destination network

  <img src="https://mintcdn.com/sodax-25c31491/YnMHVfjQxt61ISz8/images/news/native-bitcoin.jpg?fit=max&auto=format&n=YnMHVfjQxt61ISz8&q=85&s=af4361ddad646c4216cfdad7ed3d7940" alt="Build native Bitcoin into your app with the SODAX SDK" width="200" style={{ float: "left", marginRight: "1.25rem", marginBottom: "0.5rem", borderRadius: "8px" }} data-path="images/news/native-bitcoin.jpg" />

  [Native BTC](https://www.sodax.com/news/the-sodax-sdk-brings-native-bitcoin-to-your-app)
  swaps and bridges, through a per-user trading wallet the user co-controls.

  **Docs →** [Bitcoin integration](/developers/how-to/bitcoin-integration)

  <div style={{ clear: "both" }} />
</Update>

***

More product news on [sodax.com/news](https://www.sodax.com/news?category=product). SDK
package releases are tagged on
[GitHub](https://github.com/icon-project/sodax-sdks/releases).
