Features
The kit exposes comprehensive blockchain operations: SPL token deployment and transfers, NFT creation and collection management via Metaplex and 3.land, zk compressed airdrops via Light Protocol and Helius, staking and restaking, lending/borrowing and perps, DEX integrations (Jupiter, Raydium, Orca, Openbook, OKX DEX), AMM and pool management, PumpPortal launches, Jito bundles, Sanctum LST utilities, Voltr vaults, and Drift vault/perp account functions. Cross-chain bridging is supported via Wormhole and deBridge with helper methods. Market data integrations include CoinGecko, Pyth, and Allora. AI-focused features include LangChain tools, Vercel AI SDK support, autonomous and interactive modes, memory and streaming responses, NLP command handling, and DALL·E for NFT artwork generation. The repo also includes parsing utilities, OKX DEX API tools, examples folder, and TypeScript typings.
Use Cases
This toolkit reduces the integration work required to enable AI agents to operate on Solana by providing high-level methods for common and advanced blockchain tasks. Developers and researchers can plug their models into LangChain or Vercel AI SDK and immediately call functions to mint tokens, list NFTs, swap, bridge, stake, lend, manage vaults, fetch price feeds, and send compressed airdrops without building low-level Solana transaction plumbing. The included examples, multi-agent LangGraph demo, and typed TypeScript interfaces speed prototyping and orchestration of specialized agents. Built-in market data and bridge checks help agents make informed decisions. The README also emphasizes private key security and environment configuration to encourage safe usage in production or research settings.