Skip to content

Spin up tokens at scale with Raydium LaunchLab and start farming protocol fees like a true degen. Every launch earns you 0.5% on all trade volume, straight from the markets.

License

Notifications You must be signed in to change notification settings

onweb3/raydium-launchlab-autolauncher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 Raydium LaunchLab AutoLauncher – Open Source Automated Token Launcher

MIT License

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.


✨ Features

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

⚙️ Setup Instructions

Prerequisites

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

Installation

git clone https://github.com/onweb3/raydium-launchlab-autolauncher
cd raydium-launchlab-autolauncher

Copy .env.example.env and update the environment variables.

Example .env configuration

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

🕹️ Available Commands

1. Automated Launch + Sell

Deploys a token, executes a buy order, waits for profit or timeout, and then auto-sells.

npm run automate

2. Claim Creator Fees

Collect the 0.5% fee share generated by all your launched tokens.

npm run claim-fee

3. Cleanup Token Accounts

Closes unused token accounts and reclaims rent fees.

npm run cleanup

📦 Token Metadata

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.

Example CSV Format

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.

🔒 Security & Reliability

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

🪙 Project Fee

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.


📌 Community


⚠️ Important Notice

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

🎥 Quick Installation Guide

Watch the video


🚪 Private Syndicate – "SUPERDEV" (Invitation Only)

We also operate a private group (30 seats max) for advanced users who meet the following criteria:

Eligibility Requirements:

  1. Minimum $10,000 trading volume/day for 7 consecutive days.
  2. At least 10 token launches per day.
  3. Minimum $50/day in creator fees.
  4. 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.

About

Spin up tokens at scale with Raydium LaunchLab and start farming protocol fees like a true degen. Every launch earns you 0.5% on all trade volume, straight from the markets.

Topics

Resources

License

Stars

Watchers

Forks