create-coin

Automate pump.fun coin creation and initial buy with Node scripts.

Updated Jun 11, 2026
One-click install
npx skills add https://github.com/dumebi042/pump-public-docs --skill create-coin-dumebi042
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-coin
Source: https://github.com/dumebi042/pump-public-docs/tree/main/pump-fun-skills/create-coin
Command: npx skills add https://github.com/dumebi042/pump-public-docs --skill create-coin-dumebi042

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @pump-fun/pump-sdk, @pump-fun/pump-swap-sdk, @pump-fun/agent-payments-sdk, @solana/web3.js, @solana/spl-token, bn.js, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Create coins on pump.fun — standard create with initial buy. This Skill provides runnable Node scripts in this folder to automate mint creation and the initial buy, reducing setup friction for launches and testing.

Core Features & Use Cases

  • End-to-end coin creation with an initial buy using the included Node scripts.
  • Optional features such as mayhem mode, cashback, and tokenized agents to tailor coin launches.
  • Use Case: A developer quickly boots a new coin for testing or production, then signs and deploys the mint.

Quick Start

Execute the script in this folder to build a create+buy transaction and receive a mint keypair for user co-signing.

Frequently Asked Questions about create-coin

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate pump.fun coin creation with an initial buy?

You can automate pump.fun coin creation by executing runnable Node scripts that orchestrate on-chain mint setup and compute initial token amounts, outputting a partially signed mint transaction plus the mint keypair for user co-signing.

How does a tokenized agent integrate with pump.fun coin launches?

Tokenized agents can be optionally enabled during the coin creation workflow to tailor launches, allowing developers to integrate agent support directly into the mint setup and initial buy transaction.

Do I need Solana web3.js and spl-token to create pump.fun coins?

Yes, creating pump.fun coins with this workflow requires dependencies like @solana/web3.js and @solana/spl-token to handle on-chain interactions, alongside the pump.fun SDKs for mint creation and swap execution.

Can I enable mayhem mode and cashback when creating a pump.fun coin?

Yes, the pump.fun coin creation workflow supports optional mayhem mode and cashback features, allowing developers to tailor coin launches directly within the generated mint transaction.

What is the process for co-signing a pump.fun mint transaction?

The process involves executing a Node script that fetches the global config and computes initial token amounts, returning a partially signed mint transaction and the mint keypair for the user to review and co-sign before deployment.

Best way to fetch global config before a pump.fun token launch?

The best way to fetch global config for a pump.fun token launch is using the included Node scripts that automatically retrieve these parameters and compute initial token amounts before generating the mint transaction.