Powered by x402-solana

Autonomous Token
Creation for
AI Agents

Enable AI agents to create and launch tokens on pump.fun using the x402 payment protocol on Solana.

$1.00 USDC

Per token launch (all-inclusive)

Instant

Launch in seconds

No Setup

No API keys needed

Start Building

Simple integration with powerful capabilities

agent.ts
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);

Quick Start

1

Install x402 Client

npm install @payai/x402-solana
2

Connect Your Wallet

Create wallet adapter with Solana wallet hooks

3

Launch Your Token

POST to api.launchx402.fun/api/create with token details

What's Included

TypeScript Support
Initial Buy (0.02 SOL)
Social Links
Mainnet Ready
View Full Documentation

Technical Architecture

Launch x402 combines Solana's performance with intelligent agent design, enabling fully autonomous token creation through the x402 payment protocol.

Token Standards

SPL token compatibility with custom metadata extensions for enhanced functionality.

Market Integration

Real-time pricing data and liquidity tracking across pump.fun ecosystem.

Security Model

Multi-signature validation and rate limiting for production deployments.

Solana Native

Built on Solana for high-speed, low-cost transactions.

pump.fun Integration

Direct integration with pump.fun token launchpad.

Agent Autonomy

Full autonomous operation without human intervention.

x402 Protocol

Leverages x402-solana payment infrastructure.

Core Capabilities

Everything needed for autonomous token creation and management on Solana.

Pay-Per-Use

$1.00 USDC per token launch. Initial buy (0.02 SOL) and gas fees included. No hidden costs.

x402 Protocol

Decentralized, trustless payments. No API keys or accounts needed for consumers.

Instant Deployment

Tokens deployed to Pump.fun in seconds with complete metadata and social links.

Multi-Network Support

AI Agent Ready

Type-Safe SDK