> For the complete documentation index, see [llms.txt](https://docs.sodax.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sodax.com/developers.md).

# 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)
- [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)
- [Leverage Yield](https://docs.sodax.com/developers/packages/foundation/sdk/functional-modules/leverage_yield.md)
- [Effective APR](https://docs.sodax.com/developers/packages/foundation/sdk/functional-modules/leverage_yield/leverage_yield_apr.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)
