All articles
sodaxsolanacross-chainsdkintentsdefiinfrastructurebuilders

SODAX: cross-network execution SDK — Solana included

SODAX is a hub-and-spoke cross-chain DeFi SDK: intent swaps, lend/borrow, bridge, and staking across 20+ networks including Solana. Packages, Solana support matrix, and how builders integrate @sodax/sdk.

devrels.xyz/a/205short link

SODAX: cross-network execution infrastructure — one SDK so product teams can quote and move value across Solana and 20+ other chains without rebuilding liquidity and bridging stack per network. Site: sodax.com. SDKs: icon-project/sodax-sdks. Directory: SODAX organisation · recommended via devrels.xyz/recommend by @hazy0.

What it is

SODAX positions as “infrastructure for modern money”: unified pricing and intent-based settlement so apps can expose trade, lend, and yield across networks from a single integration. Marketing claims include large addressable liquidity, high quote throughput, and a low base fee per tx — treat live numbers as product-site claims and verify in their partner materials.

Technically the open monorepo describes a hub-and-spoke design with Sonic as the hub chain, supporting swaps (intent/solver), lending/borrowing, staking, bridging, DEX (concentrated liquidity), token migration, partner fees, and recovery flows across many EVM and non-EVM networks — Solana included.

Network coverage (from SDK docs)

Chain families listed in sodax-sdks
FamilyNetworks (examples)
EVMSonic, Ethereum, Arbitrum, Base, BSC, Optimism, Polygon, Avalanche, HyperEVM, Lightlink, Redbelly, Kaia, Hedera
Non-EVMSolana, Sui, Stellar, ICON, Injective, NEAR, Stacks, Bitcoin

SDK feature matrix (Solana)

Functional modules vs Solana support (upstream README)
ModuleJobSolana
Swaps (solver)Cross-chain intent-based swapsSupported
Money marketCross-chain lend / borrowSupported
BridgeCross-chain token bridgingSupported
StakingSODA staking pathsSupported
MigrationLegacy ICON-era assets → SODA/bnUSD pathsICON-centric (see docs)

“Supported” means the published SDK matrix lists Solana for that module — always re-check docs.sodax.com for current limits, assets, and spoke readiness before production.

Package surface

Monorepo packages builders touch
PackageRole
@sodax/sdkCore facade: swap, bridge, money market, staking, partner ops
wallet-sdk-coreMulti-chain signing/broadcast providers
wallet-sdk-reactReact connectors + state (EIP-6963 where relevant)
dapp-kitHigher-level React hooks + React Query
skillsAI agent knowledge for integration and v1→v2 migration
bash
npm i @sodax/sdk
# optional React stack
# npm i @sodax/wallet-sdk-react @sodax/dapp-kit

# AI coding agents
npx skills@latest add icon-project/sodax-sdks/packages/skills

How it sits next to Solana-native stacks

When SODAX vs Solana-only tooling
NeedLean SODAXLean Solana-native
Swap only on Solana AMMsOverkill unless you also leave SolanaJupiter / DFlow / OKX
User deposits on ETH, acts on Solana (or reverse)Primary fit (intent + spokes)Custom bridge + two wallets
Unified lend/borrow UX across chainsMoney market modulePer-chain money markets
Agent-driven multi-chain opsSDK + published skillsChain-specific MCP/tools you assemble

Builder checklist

Integration steps
#Step
1Read partner / docs entry: docs.sodax.com
2Install @sodax/sdk; pin versions; run demo app from the monorepo if you want a reference UI
3Confirm Solana assets and routes you need are live (sodaVariants / asset directory on the site)
4Wire wallet path (core vs React) for Solana + any EVM spokes you support
5Prototype one intent swap Solana ↔ another spoke; log fees and settlement time
6If using agents, install SODAX skills so codegen hits current v2 APIs

Resources

Bottom line

SODAX is a multi-chain execution SDK with Solana as a spoke, not a Solana-only DEX aggregator. If your product needs users to trade, lend, or bridge across networks from one integration, start at @sodax/sdk and the Solana rows of their module matrix. If you only ever touch Solana liquidity, stay with Solana-native aggregators and money markets — and revisit SODAX when the second chain shows up in the PRD.

Keep reading

Get new articles in your inbox

Technical deep-dives on Solana tooling, infrastructure, and ecosystem. No noise.

SODAX: cross-network execution SDK — Solana included | devrels.xyz