Learn how to manage tokens using SolutioFi protocol integration
Solana Agent Kit provides comprehensive integration with SolutioFi protocol for token management operations, including burning tokens, closing accounts, merging multiple tokens, and spreading tokens across different assets.
interface InputAssetStruct { mint: string; // Token mint address inputAmount: string; // Amount to process slippage: string; // Slippage tolerance onlyDirectRoutes: boolean; // Use only direct routes}
"Burn these unused token accounts""Close all empty token accounts""Merge multiple USDC accounts into one""Split 1000 USDC equally between SOL and mSOL"