tokenized-agents

Build Solana payment transactions and verify on-chain invoices with the agent-payments-sdk.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Agent-based monetization on Solana requires secure, end-to-end payment flows and reliable invoice verification; this Skill provides a ready-to-use pattern to charge users for actions and verify payments via the agent-payments-sdk, while integrating wallet adapters for frontend sign-in.

Core Features & Use Cases

  • Build Solana payment transactions using @pump-fun/agent-payments-sdk
  • Verify on-chain invoice payments
  • Integrate Solana wallet adapters for frontend payment flows
  • Use-case: charge users for actions in dApps or services

Quick Start

Instantiate the PumpAgent with your agent mint and call buildAcceptPaymentInstructions to begin a payment flow.

Frequently Asked Questions about tokenized-agents

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

FAQPage Schema
How do I charge users for actions in a Solana dApp using wallet adapters?

You can build Solana payment transactions and verify on-chain invoices using the agent-payments-sdk. This Skill streamlines charging users for actions by integrating wallet adapters for secure frontend payment flows.

How do I verify on-chain invoice payments on Solana?

You verify on-chain invoice payments on Solana by calling the validation methods exposed by the agent-payments-sdk. This Skill validates invoices securely to ensure on-chain payments are confirmed before completing dApp actions.

Can I use the agent-payments-sdk for recurring charges in my dApp?

Yes, the agent-payments-sdk supports recurring charges in your dApp. The Skill is suitable for dApps needing onboard payments, recurring charges, or on-demand services integrated with Solana wallet adapters.

What is the best way to build Solana payment transactions for agent-based monetization?

The best way to build Solana payment transactions for agent-based monetization is using the agent-payments-sdk to construct and validate transactions. It provides a ready-to-use pattern for secure, end-to-end payment flows.

How do I start a payment flow using the PumpAgent on Solana?

To start a Solana payment flow using the PumpAgent, instantiate the PumpAgent with your agent mint and call buildAcceptPaymentInstructions to construct the required transaction instructions for user charging.