genesis-launch
Launch tokens on Solana using Metaplex Genesis protocol
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/blockiosaurus/mplx-genesisWhat This Skill Does
The genesis-launch skill provides a comprehensive interface for deploying tokens on the Solana blockchain using the Metaplex Genesis protocol. This protocol streamlines the process of creating fair, transparent, and automated token launches. Instead of manual liquidity bootstrapping, genesis-launch handles the lifecycle of token deployment, including the creation of LaunchPools, allocation of team-held tokens, and the automated migration of raised capital into Raydium liquidity pools. It is designed to manage the entire workflow, from metadata upload to final launch initialization, ensuring developers can focus on project architecture rather than low-level smart contract interaction.
Installation
To integrate this skill into your environment, use the OpenClaw command-line interface. Run the following command in your terminal to install the necessary components:
clawhub install openclaw/skills/skills/blockiosaurus/mplx-genesis
Ensure your development wallet is configured and has sufficient SOL to cover gas fees and metadata storage costs on Arweave before executing the installation.
Use Cases
This skill is ideal for projects seeking to launch fair-market tokens without high upfront capital requirements for liquidity provision. Common use cases include:
- Community-First Token Distributions: Utilizing the LaunchPool mechanism to ensure early supporters receive fair allocations based on their deposit contributions.
- Treasury/Team Vesting: Using Unlocked buckets to secure team and treasury tokens while clearly communicating distribution schedules to the public.
- Automated Liquidity Provision: Seamlessly graduating SOL-raised funds into Raydium CPMM pools to ensure immediate secondary market tradeability after the launch concludes.
Example Prompts
- "I want to launch a new token called 'NeonSpark' (symbol: $NEON). Set up a launch with 1 billion total supply, a 60/20/20 split between a 3-day LaunchPool, Raydium liquidity, and team tokens."
- "Check the current status of my genesis launch for project 'Nebula' and tell me how much time is left in the deposit period."
- "Configure a new Genesis launch for my project. Use the logo at ./assets/logo.png and set up the buckets with a 50% LaunchPool that sends funds directly to the Raydium pool."
Tips & Limitations
- Order of Operations: Always define your Raydium bucket before the LaunchPool. The LaunchPool configuration requires the bucket index of the destination Raydium pool to link the liquidity migration process.
- Token Math: The sum of all bucket allocations must equal exactly 100%. Mismatched totals will cause transaction failures during the finalize stage.
- Associated Costs: Budget for approximately 0.15 SOL for Raydium pool creation and additional SOL for metadata hosting via Irys/Arweave. Always monitor
genesis_launch_statusto ensure you are meeting your project timelines, as the blockchain interactions are irreversible once finalized.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-blockiosaurus-mplx-genesis": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-read, external-api