An open-source automation tool for deploying tokens on Raydium LaunchLab, designed to help creators launch tokens at scale, automate trading strategies, and efficiently manage creator fee collection.
- Automated Token Deployment – Batch launch tokens seamlessly on Raydium LaunchLab.
- Configurable Sell Strategies – Automatically sell at profit targets or exit after a defined period.
- Creator Fee Collection – Easily claim your 0.5% fee share from all trading volume.
- Token Account Management – Automatically close unused token accounts and reclaim SOL rent fees.
- Preloaded Metadata Templates – 100+ ready-to-use token names, tickers, descriptions, and icons.
- Node.js
- VS Code or preferred IDE
- A Solana wallet with sufficient funds for transaction fees
- A Pinata account (for IPFS uploads)
- A paid Solana RPC (recommended: GetBlock.io)
git clone https://github.com/onweb3/raydium-launchlab-autolauncher
cd raydium-launchlab-autolauncher
Copy .env.example
→ .env
and update the environment variables.
SLIPPAGE=100 # 1% slippage
RPC_URL=https://devnet.helius-rpc.com/?api-key=your_api_key
CLUSTER=devnet # switch to mainnet when ready
CREATOR_KEY= # your Solana private key
PINATA_JWT= # Pinata authentication token
GATEWAY_URL= # IPFS gateway
BUY_AMOUNT=0.001 # initial buy amount
WAIT_BEFORE_SELL=30 # time in seconds before auto-sell
Deploys a token, executes a buy order, waits for profit or timeout, and then auto-sells.
npm run automate
Collect the 0.5% fee share generated by all your launched tokens.
npm run claim-fee
Closes unused token accounts and reclaims rent fees.
npm run cleanup
The repository includes:
/resource/tokensInfo.csv
– 100+ pre-defined token names, tickers, and descriptions./resource/images/
– 20 token logo samples.
You may customize the CSV and add new images. During each run, the launcher randomly selects metadata to ensure variety in launches.
name,symbol,description
Meme Coin,MEME,This token is hilarious.
Space Token,SPACE,Reach for the stars.
Dragon Gold,DGOLD,Gold of ancient dragons.
Pixel Pepe,PPEPE,A legendary green frog.
Lootbox Coin,LOOT,Open your fortune.
- 100% open-source — no hidden backdoors, safe to run locally.
- Built directly on Solana SDKs and Raydium SDK.
- Recommended to use a dedicated wallet for launches.
This project includes a 0.1% fee on trades. This helps support ongoing development.
If desired, you may change the fee receiver in
constant.ts
.
- Official Repo: https://github.com/onweb3/raydium-launchlab-autolauncher
- Telegram Group: https://t.me/superdevsunited
- Moderator: @solapriv
- Admins will never DM you first.
- This tool is free. No payments are required for support or access.
- Only download from the official GitHub repository.
- Any requests for direct payments are scams.
We also operate a private group (30 seats max) for advanced users who meet the following criteria:
Eligibility Requirements:
- Minimum $10,000 trading volume/day for 7 consecutive days.
- At least 10 token launches per day.
- Minimum $50/day in creator fees.
- Fee receiver wallet must be
6foZfeTXxh8P7AndfeTzpmhJzXY7mTNPHBfF7E7B3avr
.
Timeline:
- Eligibility checker live: Oct 09, 2025
- Initial batch selection: Oct 10, 2025
Benefits:
- Access to premium source code.
- Fee-sharing opportunities.
- Early access to mint addresses before public launches.