Metaplex Genesis Token Launch for Openclaw

A protocol-driven skill for launching Solana tokens with fair distribution and automated Raydium liquidity graduation.

blockiosaurus
v0.1.0
Feb 3, 2026
1
2.4k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install mplx-genesis

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install mplx-genesis using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Metaplex Genesis Token Launch?

The Metaplex Genesis Token Launch skill enables developers to execute professional-grade token launches on the Solana network. By leveraging the Genesis protocol, this skill supports fair token distribution through LaunchPools, where participants deposit SOL during a set window to receive tokens proportionally. This Openclaw Skills module automates the complex steps of metadata uploading via Arweave, bucket configuration for team allocations, and final graduation into Raydium liquidity pools, ensuring a transparent and bot-resistant launch process.

Metaplex Genesis Token Launch Use Cases

  • Orchestrating fair, transparent community token sales without the risk of bot sniping.
  • Setting up multi-tiered token allocations between teams, treasuries, and public participants.
  • Automating the creation of a Raydium liquidity pool immediately following a successful launch.
  • Managing the end-to-end token deployment lifecycle on Solana via an AI-powered agent workflow.

How Metaplex Genesis Token Launch Works

  1. Initialize the launch by calling genesis_create_launch to define the token metadata, symbol, and total supply.
  2. Configure a Raydium graduation bucket to define where the raised liquidity will be deployed.
  3. Add a LaunchPool bucket to manage the public deposit and claim windows, referencing the Raydium bucket for graduation.
  4. Allocate any remaining token supply to Unlocked buckets for team, treasury, or airdrop purposes.
  5. Execute genesis_finalize_launch to lock the configuration and move the launch into the active deposit phase.
  6. Monitor the lifecycle until the deposit period ends and the protocol automatically creates the Raydium liquidity pool.

Metaplex Genesis Token Launch Setup

To use this skill, ensure your Solana wallet is funded with sufficient SOL for transaction fees (at least 0.15 SOL for Raydium) and metadata uploads. Configure your keypair path in your environment variables or configuration file:

export SOLANA_KEYPAIR_PATH="~/.config/solana/id.json"

You must also ensure the plugin is enabled by setting plugins.entries.genesis.enabled to true in your Openclaw Skills configuration.

Metaplex Genesis Token Launch Data Schema & Taxonomy

Component Description
Token Metadata JSON data containing name, symbol, and description, stored permanently on Arweave via Irys.
Allocation Buckets A set of configurations (LaunchPool, Raydium, Unlocked) that must sum to exactly 100% of the supply.
Bucket Indexes Integer IDs used to link LaunchPools to specific liquidity graduation targets.
Lifecycle Status Real-time state tracking (Created, Finalized, Active, Graduated) via status queries.

Metaplex Genesis Token Launch Advanced Features

  • Integrated Arweave storage via Irys for permanent, decentralized token metadata and imagery.
  • Support for Raydium CPMM Graduation, allowing for seamless automated liquidity provision post-launch.
  • Flexible bucket architecture supporting complex distribution strategies across multiple participant groups.
  • High-granularity control over deposit and claim windows to ensure fair and time-bound distribution events.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*