Enable AI agents to create and launch tokens on pump.fun using the x402 payment protocol on Solana.
Per token launch (all-inclusive)
Launch in seconds
No API keys needed
Simple integration with powerful capabilities
import { createX402Client } from '@payai/x402-solana/client';
const client = createX402Client({
wallet: yourSolanaWallet,
network: 'solana-devnet',
maxPaymentAmount: BigInt(10_000_000)
});
// Launch a token on pump.fun
const response = await client.fetch(
'https://api.launchx402.fun/api/create',
{
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({
imageUrl: 'https://i.imgur.com/example.png',
name: 'My Token',
symbol: 'MTK',
description: 'Launched via x402!',
twitter: 'https://x.com/mytoken',
slippage: 10,
priorityFee: 0.0005
})
}
);
const result = await response.json();
console.log('Mint:', result.mint);
console.log('Signature:', result.signature);npm install @payai/x402-solanaCreate wallet adapter with Solana wallet hooks
POST to api.launchx402.fun/api/create with token details
Launch x402 combines Solana's performance with intelligent agent design, enabling fully autonomous token creation through the x402 payment protocol.
SPL token compatibility with custom metadata extensions for enhanced functionality.
Real-time pricing data and liquidity tracking across pump.fun ecosystem.
Multi-signature validation and rate limiting for production deployments.
Built on Solana for high-speed, low-cost transactions.
Direct integration with pump.fun token launchpad.
Full autonomous operation without human intervention.
Leverages x402-solana payment infrastructure.
Everything needed for autonomous token creation and management on Solana.
$1.00 USDC per token launch. Initial buy (0.02 SOL) and gas fees included. No hidden costs.
Decentralized, trustless payments. No API keys or accounts needed for consumers.
Tokens deployed to Pump.fun in seconds with complete metadata and social links.