The 1inch Solana Fusion SDK is the official TypeScript library for intent-based swaps on Solana. It brings the Fusion model — sign an intent, let resolvers fill it — to the Solana runtime, handling order construction and signing for SPL token swaps.
- Repository: github.com/1inch/solana-fusion-sdk
- Language: TypeScript
- Best for: gasless, intent-based SPL token swaps on Solana.
Install
Bash
1
npm install @1inch/solana-fusion-sdk
How it fits
The SDK targets the Solana coverage of the Intent Swap (Fusion) API. For EVM intent swaps use the Fusion SDK.
Related
- Intent Swap (Fusion) docs
- Supported chains
- Retrieve a full working example through the 1inch MCP server