pump-admin-ops

Automate Pump protocol governance tasks with signer verification and PDA handling.

Updated Mar 11, 2026
One-click install
npx skills add https://github.com/x402agent/NanoSolana --skill pump-admin-ops-x402agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pump-admin-ops
Source: https://github.com/x402agent/NanoSolana/tree/main/pump-fun-sdk-main/skills/pump-admin-ops
Command: npx skills add https://github.com/x402agent/NanoSolana --skill pump-admin-ops-x402agent

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Administer and enforce governance for the Pump protocol, including token creator assignments, incentive configurations, and cross-program controls to maintain protocol health and security.

Core Features & Use Cases

  • Set coin creator and update creator rights for tokens.
  • Update token incentives and IDL authority, enabling governance changes across programs.
  • Manage cross-program admin patterns and Mayhem mode considerations for robust operations.

Quick Start

Start by configuring the coin creator for a token, then adjust incentives and reassign the IDL authority.

Frequently Asked Questions about pump-admin-ops

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

FAQPage Schema
How do I manage Pump protocol admin tasks like token creator assignment and incentive configuration?

Pump protocol admin tasks are managed by automating creator assignments, incentive configurations, and IDL authority updates. This ensures only authorized admins execute changes through careful signer verification and PDA account handling.

What is IDL authority management in cross-program governance?

IDL authority management in cross-program governance involves reassigning and updating authority rights across programs. It enables secure governance changes while maintaining protocol health through explicit admin operations and safe defaults.

How do I verify admin authority for Pump protocol operations?

Admin authority for Pump protocol operations is verified through explicit signer checks and PDA account handling. This ensures only authorized admins can execute governance changes, providing safe defaults and clear failure modes.

Does the Pump protocol support Mayhem mode for admin operations?

Yes, Pump protocol admin operations support Mayhem mode handling to ensure robust governance. This mode is part of the explicit admin operations that maintain protocol health during cross-program changes.

Why do I need PDA account handling for token governance changes?

PDA account handling is required for token governance changes to ensure only authorized admins execute updates safely. It prevents unauthorized modifications by enforcing strict signer verification across cross-program operations.

What are the limitations of cross-program admin patterns in the Pump protocol?

Cross-program admin patterns in the Pump protocol require careful signer verification and PDA handling, with clear failure modes for unauthorized attempts. Operations will fail safely if admin authority is not properly verified.