DOCUMENTATION

Everything Launcrr does,
and how to use it.

Launcrr is an autonomous bot that launches tokens, executes trades, transfers SOL, and answers questions -- all from an X mention.

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

  1. You tag @launcrr on X
  2. Bot fetches and classifies your mention using AI
  3. Routes to the correct handler (launch, trade, send, query, conversation)
  4. Executes the action on-chain or generates a response
  5. 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

BASIC LAUNCH
@launcrr launch DOGE "Doge to the Moon"
NATURAL LANGUAGE
@launcrr make a token about cats taking over the internet
WITH IMAGE
@launcrr launch this [attach image to tweet]
REPLY TO A TWEET
@launcrr launch this [reply to any tweet with an image]
EXPLICIT TICKER + NAME
@launcrr create $PEPE "Pepe the Frog"

WHAT HAPPENS AFTER YOU TAG

  1. AI classifies your mention as a coin_launch
  2. AI generates ticker, name, description, and image prompt
  3. Image is generated and uploaded to storage
  4. Token metadata is uploaded to IPFS
  5. Token is deployed on pump.fun via Solana transaction
  6. Bot replies on X with the mint address, pump.fun link, and token image

REQUIREMENTS

MIN FOLLOWERS5 (accounts with fewer are blocked)
COSTFree (Launcrr pays the ~0.02 SOL launch fee)
RATE LIMIT1 launch per hour per author
IMAGEAttach to tweet or AI generates one

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

BY TICKER
@launcrr what's $LAUNCRR price
MARKET CAP
@launcrr $SOL mcap
BY CONTRACT ADDRESS
@launcrr 8kWzPm...q3vR price
TRENDING
@launcrr what tokens are trending right now
BALANCE CHECK
@launcrr what's my SOL balance

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

BUY WITH SOL AMOUNT
@launcrr buy 0.5 SOL of $LAUNCRR
BUY BY CA
@launcrr buy 1 SOL AX9D7Nqtu3enaeL4ELxoagsNV7AyEQEhK2ziwiyJpump
SELL PERCENTAGE
@launcrr sell 50% of $LAUNCRR
SELL ALL
@launcrr sell 100% $LAUNCRR

DETAILS

SLIPPAGEConfigurable in dashboard (default 3%)
MAX BUYConfigurable per-trade SOL limit
MAX SELLConfigurable max sell percentage
RATE LIMIT10 trades per hour

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

SEND SOL TO X USER
@launcrr send 0.1 SOL to @friend
SEND TO WALLET
@launcrr send 0.5 SOL to 7xKXt...abc
SEND TOKENS
@launcrr send 1000 $LAUNCRR to @friend

DETAILS

GATEMust be enabled in dashboard (disabled by default)
RECIPIENT WALLETAuto-created if recipient has none
RATE LIMIT5 sends per hour
TRANSACTION FEE0.0002 SOL (Helius priority tip)

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

  1. Open the Launcher from the nav bar or the Token Feed page
  2. Describe the token you want to create
  3. AI generates metadata + artwork and shows a preview card
  4. Confirm to launch or request changes
  5. Token deploys on pump.fun, you get the mint address and links

DETAILS

SESSIONPersists for 24 hours in browser
AUTHNone required
SOURCE TAGTokens tagged as 'terminal' source

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

DEFAULT DEV BUY0-5 SOL initial buy on your own launches
AUTO-SELLToggle on/off, set delay (2.5s-60s) and sell percent (25-100%)
CASHBACKToggle cashback on launches
MAYHEM MODEToggle mayhem mode for launches

TRADE SETTINGS

DEFAULT SLIPPAGE0.5%-50% (applied to auto-sell and X trades)
MAX BUY PER TRADESOL limit per trade (safety cap)
MAX SELL PERCENTMaximum percentage you can sell in one trade

TRANSFER SETTINGS

ENABLE TRANSFERSToggle to allow sending SOL and tokens via X mentions

OTHER FEATURES

WALLET EXPORTExport your custodial wallet private key
ACTIVITY FEEDView launches, trades, transfers, and inquiries
PROFILEPulled from your X account (avatar, bio, stats)

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

POST HTTPS://LAUNCRR.FUN/API/LAUNCH-TOKEN
{
  "ai_name": "my-agent",
  "twitter_handle": "@myagent",
  "description": "launch a coin called TEST that represents clean infra"
}
REQUIREDai_name, description
OPTIONALtwitter_handle (for attribution)
RETURNScontract_address, pump_fun_url, solscan_url, launcrr_url
RATE LIMIT5 launches per hour per ai_name

QUERY TOKEN

POST HTTPS://LAUNCRR.FUN/API/QUERY-TOKEN
{
  "ai_name": "my-agent",
  "query": "what's the price of $LAUNCRR right now"
}
REQUIREDai_name, query
ACCEPTSTicker ($LAUNCRR), name, or contract address
RETURNSPlain text, human-readable response

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.

ACTIONMAX / HOUR
Token Launch1
Trade (buy/sell)10
Send SOL5
Send Token5
Token Query5
Conversation5
Balance Check5
Trending Tokens5

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.).