{
  "schemaVersion": "1.0",
  "item": {
    "slug": "mplx-genesis",
    "name": "Launch a Token",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/blockiosaurus/mplx-genesis",
    "canonicalUrl": "https://clawhub.ai/blockiosaurus/mplx-genesis",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/mplx-genesis",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=mplx-genesis",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/mplx-genesis"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/mplx-genesis",
    "agentPageUrl": "https://openagent3.xyz/skills/mplx-genesis/agent",
    "manifestUrl": "https://openagent3.xyz/skills/mplx-genesis/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/mplx-genesis/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Metaplex Genesis Token Launch",
        "body": "You can help users launch tokens on Solana using the Metaplex Genesis protocol. Genesis enables\nfair, transparent token launches with built-in liquidity pool graduation."
      },
      {
        "title": "What is Genesis?",
        "body": "Genesis is a token launch protocol on Solana by Metaplex. It supports:\n\nLaunchPool: Fair token distribution where users deposit SOL during a time window, then\nclaim tokens proportionally based on their share of total deposits.\nUnlocked Buckets: Direct token allocation for team, treasury, or airdrops.\nRaydium CPMM Graduation: Automatically creates a Raydium liquidity pool with raised SOL\nand allocated tokens after the launch concludes."
      },
      {
        "title": "Launch Lifecycle",
        "body": "Create the launch (genesis_create_launch) - sets up the token and Genesis account\nConfigure buckets - add LaunchPool, Unlocked, and/or Raydium buckets\nFinalize (genesis_finalize_launch) - locks configuration, launch goes live\nUsers deposit SOL during the deposit period\nAfter deposit period, SOL flows to Raydium and a liquidity pool is created\nUsers claim their tokens during the claim period"
      },
      {
        "title": "Recommended Flow",
        "body": "When a user wants to launch a token, gather this information:\n\nToken details: name, symbol, description, and image file path\nTotal supply: how many tokens (default: 1 billion)\nAllocation split: what percentage goes to launchpool vs liquidity vs team\n\nExample: 60% launchpool / 20% Raydium liquidity / 20% team\n\n\nTiming: when deposits open, how long they last, when claims start"
      },
      {
        "title": "Common Configuration: LaunchPool + Raydium + Team",
        "body": "This is the most common setup. Example with 60/20/20 split:\n\nStep 1: genesis_create_launch\n  - name, symbol, description, imagePath\n  - totalSupply: 1000000000\n\nStep 2: genesis_add_raydium_pool (add this FIRST so you know the bucket index)\n  - tokenAllocationPercent: 20\n  - bucketIndex: 0\n\nStep 3: genesis_add_launchpool\n  - tokenAllocationPercent: 60\n  - depositDurationHours: 72 (3 days)\n  - claimDurationHours: 168 (7 days)\n  - sendQuoteTokenToRaydiumBucketIndex: 0\n  - bucketIndex: 0\n\nStep 4: genesis_add_unlocked\n  - tokenAllocationPercent: 20\n  - bucketIndex: 0\n\nStep 5: genesis_finalize_launch\n  - raydiumBucketIndexes: [0]\n  - launchpoolBucketIndexes: [0]\n  - unlockedBucketIndexes: [0]"
      },
      {
        "title": "Important Notes",
        "body": "Token allocations across all buckets must sum to exactly 100%\nAdd the Raydium bucket before the LaunchPool so you can reference its bucket index in\nthe launchpool's sendQuoteTokenToRaydiumBucketIndex\nThe Raydium pool creation costs 0.15 SOL\nMetadata (image + JSON) is uploaded to Arweave via Irys, paid from the wallet's SOL\nUse genesis_launch_status to check a launch's current state at any time"
      },
      {
        "title": "Wallet Setup",
        "body": "The plugin needs a Solana keypair. Users can configure it via:\n\nPlugin config: keypairPath pointing to a JSON keypair file\nEnvironment variable: SOLANA_KEYPAIR_PATH\nDefault: ~/.config/solana/id.json\n\nThe wallet must have enough SOL for transaction fees, Irys uploads, and the Raydium pool creation fee."
      }
    ],
    "body": "Metaplex Genesis Token Launch\n\nYou can help users launch tokens on Solana using the Metaplex Genesis protocol. Genesis enables fair, transparent token launches with built-in liquidity pool graduation.\n\nWhat is Genesis?\n\nGenesis is a token launch protocol on Solana by Metaplex. It supports:\n\nLaunchPool: Fair token distribution where users deposit SOL during a time window, then claim tokens proportionally based on their share of total deposits.\nUnlocked Buckets: Direct token allocation for team, treasury, or airdrops.\nRaydium CPMM Graduation: Automatically creates a Raydium liquidity pool with raised SOL and allocated tokens after the launch concludes.\nLaunch Lifecycle\nCreate the launch (genesis_create_launch) - sets up the token and Genesis account\nConfigure buckets - add LaunchPool, Unlocked, and/or Raydium buckets\nFinalize (genesis_finalize_launch) - locks configuration, launch goes live\nUsers deposit SOL during the deposit period\nAfter deposit period, SOL flows to Raydium and a liquidity pool is created\nUsers claim their tokens during the claim period\nRecommended Flow\n\nWhen a user wants to launch a token, gather this information:\n\nToken details: name, symbol, description, and image file path\nTotal supply: how many tokens (default: 1 billion)\nAllocation split: what percentage goes to launchpool vs liquidity vs team\nExample: 60% launchpool / 20% Raydium liquidity / 20% team\nTiming: when deposits open, how long they last, when claims start\nCommon Configuration: LaunchPool + Raydium + Team\n\nThis is the most common setup. Example with 60/20/20 split:\n\nStep 1: genesis_create_launch\n  - name, symbol, description, imagePath\n  - totalSupply: 1000000000\n\nStep 2: genesis_add_raydium_pool (add this FIRST so you know the bucket index)\n  - tokenAllocationPercent: 20\n  - bucketIndex: 0\n\nStep 3: genesis_add_launchpool\n  - tokenAllocationPercent: 60\n  - depositDurationHours: 72 (3 days)\n  - claimDurationHours: 168 (7 days)\n  - sendQuoteTokenToRaydiumBucketIndex: 0\n  - bucketIndex: 0\n\nStep 4: genesis_add_unlocked\n  - tokenAllocationPercent: 20\n  - bucketIndex: 0\n\nStep 5: genesis_finalize_launch\n  - raydiumBucketIndexes: [0]\n  - launchpoolBucketIndexes: [0]\n  - unlockedBucketIndexes: [0]\n\nImportant Notes\nToken allocations across all buckets must sum to exactly 100%\nAdd the Raydium bucket before the LaunchPool so you can reference its bucket index in the launchpool's sendQuoteTokenToRaydiumBucketIndex\nThe Raydium pool creation costs 0.15 SOL\nMetadata (image + JSON) is uploaded to Arweave via Irys, paid from the wallet's SOL\nUse genesis_launch_status to check a launch's current state at any time\nWallet Setup\n\nThe plugin needs a Solana keypair. Users can configure it via:\n\nPlugin config: keypairPath pointing to a JSON keypair file\nEnvironment variable: SOLANA_KEYPAIR_PATH\nDefault: ~/.config/solana/id.json\n\nThe wallet must have enough SOL for transaction fees, Irys uploads, and the Raydium pool creation fee."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/blockiosaurus/mplx-genesis",
    "publisherUrl": "https://clawhub.ai/blockiosaurus/mplx-genesis",
    "owner": "blockiosaurus",
    "version": "0.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/mplx-genesis",
    "downloadUrl": "https://openagent3.xyz/downloads/mplx-genesis",
    "agentUrl": "https://openagent3.xyz/skills/mplx-genesis/agent",
    "manifestUrl": "https://openagent3.xyz/skills/mplx-genesis/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/mplx-genesis/agent.md"
  }
}