Built on Solana

AI Agents
Meet Blockchain

Connect any AI agent to Solana protocols. Build autonomous applications with a simple, powerful toolkit.

UPFCpGjLMbSD95e52e3BjSAKBehr9V1WPymDnvKpump
agent.ts
import { 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
]);

Everything you need to build

Powerful features for autonomous blockchain applications

Lightning Fast

Execute transactions in milliseconds with optimized performance

Secure by Default

Built-in security best practices and audited smart contracts

AI-Powered

Integrate with OpenAI and other AI models seamlessly

Ready to build the future?

Start building autonomous AI agents on Solana in minutes