# Docs

## SODAX

- [Build with SODAX](https://docs.sodax.com/welcome-to-sodax/readme.md): One SDK. Every network. Scope the integration from your own repo before you commit.
- [Contact Form](https://docs.sodax.com/welcome-to-sodax/readme-1.md)
- [Audits](https://docs.sodax.com/welcome-to-sodax/audits.md)
- [Deployments](https://docs.sodax.com/developers/deployments.md)
- [Mainnet](https://docs.sodax.com/developers/deployments/mainnet.md): Mainnet smart contract deployments.
- [Relayer API endpoints](https://docs.sodax.com/developers/deployments/relayer_api_endpoints.md)
- [Solver API endpoints](https://docs.sodax.com/developers/deployments/solver_api_endpoints.md)
- [xCall Scanner](https://docs.sodax.com/developers/deployments/xcall-scanner.md)
- [Swaps: Compatible Assets](https://docs.sodax.com/developers/deployments/swaps-compatible-assets.md): Assets (tokens) supported by mainnet solver (swaps).
- [SDKs](https://docs.sodax.com/developers/packages.md): Software development kits available to the integrators.
- [1. The Foundation](https://docs.sodax.com/developers/packages/foundation.md): This is the core logic layer that powers the entire ecosystem. It provides the raw functional modules required to build with SODAX programmatically.
- [@sodax/sdk](https://docs.sodax.com/developers/packages/foundation/sdk.md): The SODAX SDK provides a comprehensive interface for interacting with the SODAX protocol, enabling cross-chain swaps, money market, cross-chain bridging, migration and staking SODA token.
- [Functional Modules](https://docs.sodax.com/developers/packages/foundation/sdk/functional-modules.md)
- [Swaps (Solver)](https://docs.sodax.com/developers/packages/foundation/sdk/functional-modules/swaps.md)
- [Lend / Borrow (Money Market)](https://docs.sodax.com/developers/packages/foundation/sdk/functional-modules/money_market.md)
- [Bridge](https://docs.sodax.com/developers/packages/foundation/sdk/functional-modules/bridge.md)
- [Staking (SODA asset)](https://docs.sodax.com/developers/packages/foundation/sdk/functional-modules/staking.md)
- [Migration](https://docs.sodax.com/developers/packages/foundation/sdk/functional-modules/migration.md)
- [Tooling Modules](https://docs.sodax.com/developers/packages/foundation/sdk/tooling-modules.md)
- [Backend API](https://docs.sodax.com/developers/packages/foundation/sdk/tooling-modules/backend_api.md)
- [Intent Relay API](https://docs.sodax.com/developers/packages/foundation/sdk/tooling-modules/intent_relay_api.md)
- [2. The Connection Layer](https://docs.sodax.com/developers/packages/connection.md): Sitting above the core SDK, this package manages the complexity of connecting user wallets across heterogeneous chains (EVM, SVM, non-EVM).
- [@sodax/wallet-sdk-core](https://docs.sodax.com/developers/packages/connection/wallet-sdk-core.md)
- [@sodax/wallet-sdk-react](https://docs.sodax.com/developers/packages/connection/wallet-sdk-react.md)
- [3. The Experience Layer](https://docs.sodax.com/developers/packages/experience.md): The fastest way to build with SODAX. This is an opinionated collection of UI components, hooks, and utilities that leverages the layers below it.
- [@sodax/dapp-kit](https://docs.sodax.com/developers/packages/experience/dapp-kit.md)
- [Technical Overview](https://docs.sodax.com/developers/technical-overview.md)
- [Asset Manager](https://docs.sodax.com/developers/technical-overview/asset-manager.md)
- [Vault Token](https://docs.sodax.com/developers/technical-overview/vault-token.md)
- [Hub Wallet Abstraction](https://docs.sodax.com/developers/technical-overview/hub-wallet-abstraction.md)
- [Intents](https://docs.sodax.com/developers/technical-overview/intents.md)
- [Generalized Messaging Protocol](https://docs.sodax.com/developers/technical-overview/generalized-messaging-protocol.md)
- [How to](https://docs.sodax.com/developers/how-to.md)
- [Monetize SDK](https://docs.sodax.com/developers/how-to/monetize_sdk.md)
- [Configure SDK](https://docs.sodax.com/developers/how-to/configure_sdk.md)
- [Make a Swap](https://docs.sodax.com/developers/how-to/how_to_make_a_swap.md)
- [Setup Wallet Providers](https://docs.sodax.com/developers/how-to/wallet_providers.md)
- [Estimate Gas](https://docs.sodax.com/developers/how-to/estimate_gas.md)
- [Handle Stellar Trustline](https://docs.sodax.com/developers/how-to/stellar_trustline.md)
- [Bitcoin Integration](https://docs.sodax.com/developers/how-to/bitcoin-integration.md): This guide is a step-by-step walkthrough for integrating Bitcoin as a source or destination chain in a SODAX-powered dApp.
- [AI Integration](https://docs.sodax.com/developers/ai-integration.md): Every @sodax/\* package on npm ships AI-readable docs at ai-exported/. Point Cursor, Claude Code, Copilot, or another coding agent at those files for v2-correct SDK code on the first try.
- [FAQ](https://docs.sodax.com/developers/faq.md)
- [SODAX MCP Server | Cross-Network (Cross-Chain) DeFi API Data & SDK Docs](https://docs.sodax.com/sodax-mcp-server-or-cross-network-cross-chain-defi-api-data-and-sdk-docs.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.sodax.com/welcome-to-sodax/readme.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
