Page cover
For the complete documentation index, see llms.txt. This page is also available as Markdown.

SODAX for Solana

Reach the users and liquidity of every SODAX network from your Solana product. No new programs, your entire integration is TypeScript.

You keep shipping on Solana. SODAX absorbs the cross-network execution layer, so your product can offer trading and lending against every asset in the SODAX System, 137 across all supported networks as of July 2026, without leaving your stack. Integration happens in TypeScript, at the SDK or React layer. There is nothing to deploy, audit, or maintain on-chain.

Using SODAX is free. Trades carry a fixed 0.1% base fee taken by the protocol, and you set your own platform fee on top. That part is fully yours, both the rate and the revenue. See Monetize SDK.

Not sure where SODAX fits in your product? Paste your protocol's URL into the generator and get a guide written for your stack:

Generate your integration guide

What you can build

Two SODAX modules are relevant to Solana builders:

Choose your integration path

Path
Best for
Start here

Full control from any TypeScript backend or frontend

React apps that want hooks and wallet connectivity out of the box

Building with AI agents against the full SODAX stack

See below

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.

Use it to scope before you commit: your assistant can read your own codebase, pull real quotes and token lists, and map exactly where SODAX fits in your product. Then let it build against the same live data. Full tool list and per-client setup at builders.sodax.com.

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.

SODAX at a Superteam workshop

SODAX at Solana Breakpoint

SODAX booth at a Solana event

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.

Last updated