Connect any AI agent to Solana protocols. Build autonomous applications with a simple, powerful toolkit.
UPFCpGjLMbSD95e52e3BjSAKBehr9V1WPymDnvKpumpimport { SolanaAgentKit } from "solana-agent-kit"; // Initialize agent const agent = new SolanaAgentKit( wallet, rpcUrl, { openai } ); // Launch on Pump.fun in one line await agent.launchPumpFunToken( "My Token", "MTK", "ipfs://...", { initialBuy: 0.5 } ); // Bundle transactions await agent.bundleTransactions([ tx1, tx2, tx3 ]);
Powerful features for autonomous blockchain applications
Execute transactions in milliseconds with optimized performance
Built-in security best practices and audited smart contracts
Integrate with OpenAI and other AI models seamlessly
Start building autonomous AI agents on Solana in minutes