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

# Audit Reports

> Published smart-contract and infrastructure audit PDFs for SODAX spokes, the Relay, and collaborative reviews.

Eight final reports are published in the [sodax-sdks Audits folder](https://github.com/icon-project/sodax-sdks/tree/main/Audits). Titles below follow the upstream filenames; firm names are listed only when present in the report title (Sherlock on the May 2026 LST / leverage-yield collaborative).

### Reports

| Report                                                                                                                                                                                             | Focus                                               |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------- |
| [Sui smart contracts](https://github.com/icon-project/sodax-sdks/tree/main/Audits/Sodax%20\(Sui\)%20Smart%20Contract%20Audit%20Report%20-%20Final%20Report%20v2%20\(1\).pdf)                       | Spoke contracts on Sui                              |
| [Solana smart contracts](https://github.com/icon-project/sodax-sdks/tree/main/Audits/Sodax%20\(Solana\)%20Smart%20Contract%20Audit%20Report%20-%20Final%20Report%20v2%20\(1\).pdf)                 | Spoke contracts on Solana                           |
| [Soroban smart contracts](https://github.com/icon-project/sodax-sdks/tree/main/Audits/SODAX_Soroban_Smart_Contract_Audit_Report_Final_Report%20\(2\)%20\(1\).pdf)                                  | Stellar / Soroban spoke                             |
| [Near smart contracts](https://github.com/icon-project/sodax-sdks/tree/main/Audits/Final%20Report-%20Near%20Sodax%20contracts%20audit.pdf)                                                         | Spoke contracts on Near                             |
| [Stacks collaborative (Feb 2026)](https://github.com/icon-project/sodax-sdks/tree/main/Audits/2026.02.26%20-%20Final%20-%20Sodax%20Collaborative%20Audit%20Report%201772065303.pdf)                | Listed as Stacks coverage in the prior audits index |
| [Relay (Nov 2025)](https://github.com/icon-project/sodax-sdks/tree/main/Audits/2025_11_12_Final_Sodax_Relay_Audit_Report_1762953394%20\(1\).pdf)                                                   | Intent relay infrastructure                         |
| [Collaborative (Aug 2025)](https://github.com/icon-project/sodax-sdks/tree/main/Audits/2025.08.01%20-%20Final%20-%20Sodax%20Collaborative%20Audit%20Report%201754078902%20\(1\)%20\(1\).pdf)       | Cross-cutting collaborative review                  |
| [LST / leverage yield vault — Sherlock (May 2026)](https://github.com/icon-project/sodax-sdks/tree/main/Audits/2026.05.29%20-%20Final%20-%20Sodax%20Collaborative%20Audit%20Report%20Sherlock.pdf) | Vault / LST collaborative (Sherlock in filename)    |

Cross-network message delivery: [SODAX Scan](https://sodaxscan.com).
