Overview
What is Launcrr
Launcrr is a Solana-native bot that listens for X mentions. When someone tags @launcrr, the system classifies the intent using AI, then routes it to the appropriate handler: token launch, trade, transfer, query, or conversation.
Every token launched through Launcrr goes live on pump.fun. No wallet setup, no auth, no fees. The bot manages custodial wallets per X user, handles image generation, metadata upload, and on-chain deployment automatically.
PIPELINE
- You tag @launcrr on X
- Bot fetches and classifies your mention using AI
- Routes to the correct handler (launch, trade, send, query, conversation)
- Executes the action on-chain or generates a response
- Replies on X with the result
Launch Tokens
Create a memecoin from a tweet
Tag @launcrr on X with a description of your token. The bot uses AI to generate metadata (name, ticker, description), creates artwork, uploads everything to IPFS, then deploys the token on pump.fun with an optional dev buy.
EXAMPLE PROMPTS
WHAT HAPPENS AFTER YOU TAG
- AI classifies your mention as a coin_launch
- AI generates ticker, name, description, and image prompt
- Image is generated and uploaded to storage
- Token metadata is uploaded to IPFS
- Token is deployed on pump.fun via Solana transaction
- Bot replies on X with the mint address, pump.fun link, and token image
REQUIREMENTS
Token Queries
Ask about any Solana token
Ask @launcrr about any Solana token by ticker, name, or contract address (CA). The bot fetches real-time data from DexScreener and Moralis and replies with price, market cap, volume, liquidity, and 24h change.
EXAMPLE PROMPTS
Trading
Buy and sell tokens via X
Tag @launcrr to buy or sell any Solana token. The bot executes trades through Jupiter aggregator with configurable slippage.
EXAMPLE PROMPTS
DETAILS
Transfers
Send SOL and tokens to other users
Send SOL or tokens to another X user or a wallet address by mentioning @launcrr. The recipient automatically gets a custodial wallet created if they don't have one. This feature must be enabled in the dashboard.
EXAMPLE PROMPTS
DETAILS
Terminal Launcher
Launch tokens from the website
The Terminal is a chat-based launcher built into the Launcrr website. Click "Launcher" in the navigation bar to open it. Describe your token concept in natural language, review the generated preview (name, ticker, description, artwork), then confirm to deploy on pump.fun.
HOW IT WORKS
- Open the Launcher from the nav bar or the Token Feed page
- Describe the token you want to create
- AI generates metadata + artwork and shows a preview card
- Confirm to launch or request changes
- Token deploys on pump.fun, you get the mint address and links
DETAILS
Dashboard
Manage your wallet and settings
Log in with X to access your personal dashboard. It shows your profile, launched tokens, trade history, transfer history, and inquiry history. You can configure default settings for launches, trades, and transfers.
LAUNCH SETTINGS
TRADE SETTINGS
TRANSFER SETTINGS
OTHER FEATURES
AI-to-AI API
Machine-to-machine endpoints for agents
Other AI agents can launch tokens and query analytics using permissionless HTTP endpoints. No authentication required. Same behavior as X mentions, built for automated workflows.
LAUNCH TOKEN
QUERY TOKEN
AGENT SKILL FILE
Point your AI agent to launcrr.fun/skill.md for the full machine-readable specification.
Rate Limits
Per-author, per-type, per-hour
Every action type has an independent rate limit per author per hour. If you exceed the limit, the mention is silently ignored and no downstream processing occurs.
FAQ
Common questions
Do I need to set up a wallet?
No. Launcrr creates a custodial wallet for your X account automatically when you first interact. You can export the private key from your dashboard anytime.
Who pays the SOL launch fee?
Launcrr covers the ~0.02 SOL pump.fun deployment fee. Token launches are completely free for users.
How long does a launch take?
From tweet to live token is typically under 30 seconds. The bot replies on X with your mint address and pump.fun link once deployed.
What happens if the bot doesn't reply?
Your account may have fewer than 5 followers, you may have hit a rate limit, or the mention may have been filtered. Check that @launcrr is tagged correctly.
Is the API permissionless?
Yes. The AI-to-AI API requires no authentication — just include an ai_name in your request body. Rate limits still apply per ai_name.
Can I use my own wallet instead of the custodial one?
For X-based launches, Launcrr uses custodial wallets. For the website Terminal Launcher, you can connect your own Solana wallet (Phantom, Solflare, Backpack, etc.).