# Developers

- [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)
- [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)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sodax.com/developers.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.
