solpaw-launcherLaunch Solana tokens on Pump.fun via the SolPaw platform. 0.1 SOL one-time fee. Your wallet is the onchain creator.
Install via ClawdBot CLI:
clawdbot install LvcidPsyche/solpaw-launcherUse this skill when the user explicitly asks to:
This skill MUST only be invoked by the user. Do not autonomously launch tokens.
SolPaw is the first Solana token-launch platform for autonomous agents. It handles IPFS metadata uploads, transaction building, and Pump.fun deployment.
GosroTTvsbgc8FdqSdNtrmWxGbZp2ShH5NP5pK1yAR4KSOLPAW_API_KEY) authenticates requests but cannot sign transactions or move funds.SOLPAW_API_KEY, SOLANA_PRIVATE_KEY) must be stored in environment variables, never in code or chat.SOLPAW_API_KEY β your SolPaw API keySOLPAW_CREATOR_WALLET β your Solana wallet public keySOLANA_PRIVATE_KEY β your wallet private key (base58 encoded, for local signing only β never sent to server)SOLPAW_API_URL β API base URL (default: https://api.solpaw.fun/api/v1)curl -s -X POST https://api.solpaw.fun/api/v1/agents/register \
-H "Content-Type: application/json" \
-d '{"agent_name":"MyAgent","default_fee_wallet":"YOUR_WALLET_ADDRESS"}' | jq .
Save the api_key from the response. It will NOT be shown again.
CSRF=$(curl -s -H "Authorization: Bearer $SOLPAW_API_KEY" \
https://api.solpaw.fun/api/v1/agents/csrf | jq -r '.data.csrf_token')
Send 0.1 SOL (100,000,000 lamports) to the platform wallet:
GosroTTvsbgc8FdqSdNtrmWxGbZp2ShH5NP5pK1yAR4K
Save the transaction signature.
IMAGE_ID=$(curl -s -X POST https://api.solpaw.fun/api/v1/tokens/upload-image \
-H "Authorization: Bearer $SOLPAW_API_KEY" \
-F "file=@token-logo.png" | jq -r '.data.image_id')
# Build unsigned transaction
TX_DATA=$(curl -s -X POST https://api.solpaw.fun/api/v1/tokens/launch-local \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $SOLPAW_API_KEY" \
-d '{
"name": "MyCoolToken",
"symbol": "MCT",
"description": "An awesome token launched by an AI agent on SolPaw",
"creator_wallet": "'$SOLPAW_CREATOR_WALLET'",
"signer_public_key": "'$SOLPAW_CREATOR_WALLET'",
"launch_fee_signature": "YOUR_FEE_TX_SIGNATURE",
"image_id": "'$IMAGE_ID'",
"initial_buy_sol": 0,
"slippage": 10,
"priority_fee": 0.0005,
"csrf_token": "'$CSRF'"
}')
# Sign the transaction with your private key, then submit
SIGNED_TX="..." # sign the base64 transaction from TX_DATA
curl -s -X POST https://api.solpaw.fun/api/v1/tokens/submit \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $SOLPAW_API_KEY" \
-d '{"signed_transaction": "'$SIGNED_TX'", "mint": "MINT_FROM_TX_DATA"}'
import SolPawSkill from './solpaw-skill';
import { Keypair } from '@solana/web3.js';
const solpaw = new SolPawSkill({
apiEndpoint: 'https://api.solpaw.fun/api/v1',
apiKey: process.env.SOLPAW_API_KEY,
defaultCreatorWallet: process.env.SOLPAW_CREATOR_WALLET,
});
const keypair = Keypair.fromSecretKey(bs58.decode(process.env.SOLANA_PRIVATE_KEY));
// One-call launch: pays fee + uploads + signs + submits
const result = await solpaw.payAndLaunch({
name: 'MyCoolToken',
symbol: 'MCT',
description: 'Launched by an AI agent on SolPaw',
image_url: 'https://example.com/logo.png',
initial_buy_sol: 0.5,
}, keypair);
console.log(result.pumpfun_url); // https://pump.fun/coin/...
signer_keypair) so the agent's wallet is the onchain creatorSOLANA_PRIVATE_KEY β it is used for local signing onlyAgent: I'll launch the DOGE2 token on Pump.fun for you.
> Uploading token image...
> Paying 0.1 SOL launch fee...
> Building transaction...
> Signing and submitting...
> Token launched successfully!
> Pump.fun: https://pump.fun/coin/So1...
> Mint: So1...
> Your wallet is the onchain creator.
Agent: Your wallet only has 0.05 SOL. You need at least 0.15 SOL to launch:
- 0.1 SOL platform fee
- ~0.02 SOL Pump.fun creation fee
- ~0.01 SOL for gas
Generated Mar 1, 2026
A decentralized community wants to create a memecoin for engagement and fundraising. Using SolPaw, they can quickly deploy a token on Pump.fun with custom branding, leveraging the agent's wallet as the onchain creator to maintain transparency and control.
A startup or small project needs to launch a utility token for its ecosystem. SolPaw enables them to deploy the token with metadata and an image, ensuring compliance with Pump.fun's requirements while keeping costs low at around 0.12 SOL total.
A brand or influencer aims to create a promotional token as part of a marketing campaign. SolPaw allows for rapid deployment with custom descriptions and images, facilitating viral engagement on Pump.fun without deep technical expertise.
An educational platform or instructor wants to demonstrate token launches in a hands-on workshop. SolPaw provides a straightforward process with clear steps, enabling learners to deploy a real token on Solana while emphasizing security best practices like using ephemeral wallets.
An NFT project seeks to launch a companion token to enhance community rewards or governance. SolPaw integrates with Pump.fun for liquidity, allowing the project to deploy tokens with associated metadata and images, supporting broader ecosystem growth.
SolPaw charges a 0.1 SOL one-time fee per token launch, plus users cover Pump.fun creation fees. Revenue is generated from each deployment, with potential scaling as more agents and users adopt the service for automated token launches.
Offer tiered API access with higher limits, priority support, or advanced features for a monthly fee. This can attract heavy users like agencies or developers who need frequent token deployments, providing recurring revenue streams.
License the SolPaw technology to other platforms or businesses that want to offer token-launch services under their own brand. This includes customization and integration support, generating revenue through licensing fees and partnership agreements.
π¬ Integration Tip
Ensure all environment variables are securely set and use ephemeral wallets to minimize risk; test with small amounts before full deployment.
Connect Claude to Clawdbot instantly and keep it connected 24/7. Run after setup to link your subscription, then auto-refreshes tokens forever.
ERC-8004 Trustless Agents - Register, discover, and build reputation for AI agents on Ethereum. Use when registering agents on-chain, querying agent registries, giving/receiving reputation feedback, or interacting with the AI agent trust layer.
Autonomous crypto trading on Base via Bankr. Use for trading tokens, monitoring launches, executing strategies, or managing a trading portfolio. Triggers on "trade", "buy", "sell", "launch", "snipe", "profit", "PnL", "portfolio balance", or any crypto trading task on Base.
Deploy ERC20 tokens on Base using Clanker SDK. Create tokens with built-in Uniswap V4 liquidity pools. Supports Base mainnet and Sepolia testnet. Requires PRIVATE_KEY in config.
Query DeFi portfolio data across 50+ chains via Zapper's GraphQL API. Use when the user wants to check wallet balances, DeFi positions, NFT holdings, token prices, or transaction history. Supports Base, Ethereum, Polygon, Arbitrum, Optimism, and more. Requires ZAPPER_API_KEY.
Interact with Solana blockchain via Helius APIs. Create/manage wallets, check balances (SOL + tokens), send transactions, swap tokens via Jupiter, and monitor addresses. Use for any Solana blockchain operation, crypto wallet management, token transfers, DeFi swaps, or portfolio tracking.