create-usdc-coin

Automate USDC-paired coin creation on pump.fun using create_v2 and buy_v2.

5|Updated May 7, 2026
One-click install
npx skills add https://github.com/nirholas/agent-payments-sdk --skill create-usdc-coin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-usdc-coin
Source: https://github.com/nirholas/agent-payments-sdk/tree/main/create-usdc-coin
Command: npx skills add https://github.com/nirholas/agent-payments-sdk --skill create-usdc-coin

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of creating USDC-paired coins on pump.fun using create_v2 and buy_v2, simplifying the workflow for token creation and enabling on-chain interactions.

Core Features & Use Cases

  • Coin Creation: Facilitates the creation of coins paired with USDC on the pump.fun platform.
  • Whitelist Check: Provides a function to check if USDC is whitelisted for coin creation.
  • Simulate Before Deployment: Offers a simulation script to ensure the SDK wiring is correct before actual deployment.
  • Full Creation Flow: Guides through the full process of creating a coin, including building and partial-signing the transaction.
  • Tokenized Agent Support: Allows for the creation of tokenized agents that accept USDC payments natively.

Quick Start

Use the create-usdc-coin skill to create a new coin with the name 'MyCoin', symbol 'MC', and metadata URI 'https://ipfs.io/ipfs/Qm...'. Ensure USDC is whitelisted and all necessary information is confirmed before running the command.

Frequently Asked Questions about create-usdc-coin

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

FAQPage Schema
How do I create a USDC-paired coin on pump.fun?

You can create a USDC-paired coin on pump.fun by automating the process with the create_v2 and buy_v2 SDK features, which handle coin creation, whitelist checking, and transaction deployment.

What is a tokenized agent on pump.fun?

A tokenized agent on pump.fun is an automated on-chain entity created using the platform's SDK that natively accepts USDC payments, enabling programmatic interactions through coin creation.

Do I need an RPC URL and mint keypair to deploy coins on pump.fun?

Yes, you must configure an RPC URL and a mint keypair to deploy coins on pump.fun, as these credentials are required to build, partially sign, and execute the Solana blockchain transaction.

Can I simulate pump.fun coin creation before actual deployment?

Yes, you can simulate coin creation before deployment by running the provided simulation script, which verifies that the pump.fun SDK wiring is correct before executing the actual blockchain transaction.

Why does pump.fun coin creation require a whitelist check for USDC?

A whitelist check for USDC is required during pump.fun coin creation to verify that USDC is authorized for pairing, ensuring the token meets platform rules before the creation transaction is built.