No new programs. On Solana, smart contracts are called programs, and SODAX’s are already live and independently audited; your entire integration is TypeScript. Your users sign familiar Solana transactions, and SODAX coordinates cross-network execution, routing, and recovery behind the scenes.
What you can build
Two SODAX modules are relevant to Solana builders:Swaps
Intent-based cross-network swaps. Users swap between SPL assets and assets on any supported network with one signed transaction on Solana. Solvers fill; SODAX routes and settles.
Money Market
Cross-network lending and borrowing. Depositors source collateral from any supported network and settle into positions that back Solana-native flows: supply, borrow, repay, withdraw.
Choose your integration path
Scope and build with AI
Point your AI coding assistant at the SODAX Builders MCP and it gains live access to the whole SODAX System: supported chains and tokens, real swap quotes, money market rates, intent history, and these docs. 40 tools in all, working in Claude, Cursor, VS Code, Windsurf, and any other MCP-capable client.In this section
- Quickstart: install the SDK, connect a Solana wallet, make your first cross-network swap.
- Swaps on Solana: how intents work from a Solana perspective, quoting, fees, and settlement.
- Money Market on Solana: supply, borrow, repay, and withdraw with cross-network collateral.
- Wallets: Phantom, Backpack, Solflare, and every other network’s wallets through one interface.
- Networks & Assets: what is live on Solana today and what your users can reach.
- Solana FAQ: the questions Solana engineers actually ask.
Out in the ecosystem
You will run into us where Solana builders already are: Breakpoint, Superteam events, hackathon season. If you are getting oriented in Solana development more broadly, these are the resources we point builders to:- Superteam: the global collective of Solana builders: bounties, grants, local chapters, and the fastest way to find collaborators and your first users.
- Colosseum: Solana’s flagship online hackathon and accelerator. A cross-network swap or lending feature built on SODAX makes a strong hackathon wedge; ship it in a weekend, no new programs to write.
- Solana developer docs: the canonical starting point for the runtime, SPL tokens, and tooling.
- Anchor: the standard framework for writing Solana programs; a SODAX integration lives alongside it in your TypeScript client, not inside it.
- Solana Stack Exchange: where the sharp edges get answered.
Building something? Generate a guide at sodax.com/solana, or start with the Quickstart.