← 返回
开发者工具 Key 中文

Pumpfun Agent Integration

Generate customer-ready Telegram polling bots + an Express-style web server that integrate Pump.fun Tokenized Agent payments using @pump-fun/agent-payments-s...
生成可交付的 Telegram 轮询机器人及 Express 风格 Web 服务器,集成 Pump.fun 代币化代理支付功能
belimad belimad 来源
开发者工具 clawhub v1.0.1 1 版本 100000 Key: 需要
★ 1
Stars
📥 597
下载
💾 3
安装
1
版本
#latest

概述

PumpClaw Agent — Pump.fun Tokenized Agents + Telegram + Web Server

This skill stamps a reusable template project and customizes it for a customer.

Template:

  • assets/template/

Reference:

  • references/PUMP_TOKENIZED_AGENTS.md

Before you start — required info

Ask for these before writing code:

  1. Agent token mint address (pump.fun Tokenized Agent mint)
  2. Payment currency (USDC or wSOL) → determines CURRENCY_MINT
  3. Price (smallest units: USDC=6 decimals, SOL=9 decimals)
  4. What to deliver after payment (what the bot/server unlocks)
  5. Solana RPC URL (must support sendTransaction)
  6. Telegram commands the bot should expose (and where alerts/messages go)

Safety rules (must follow)

  • Never log or output private keys / secret key material.
  • Never sign transactions on behalf of the user.
  • Always verify payments server-side via validateInvoicePayment before delivering service.
  • Validate amount > 0, and ensure endTime > startTime.

Workflow

Step 1 — Stamp the template

Copy assets/template/ into a new customer folder (project slug).

Step 2 — Configure env vars

Ensure .env.example includes:

  • SOLANA_RPC_URL
  • AGENT_TOKEN_MINT_ADDRESS
  • CURRENCY_MINT
  • TELEGRAM_BOT_TOKEN
  • PORT

Do not create/commit real .env.

Step 3 — Implement Pump Tokenized Agent payment flow

Use @pump-fun/agent-payments-sdk:

  • Build payment instructions with buildAcceptPaymentInstructions.
  • Verify with validateInvoicePayment on the server.

If a frontend wallet flow is requested, follow the Pump reference skill (see references/PUMP_TOKENIZED_AGENTS.md).

Step 4 — Telegram bot (polling)

Implement requested commands. Always include /help.

Step 5 — Web server endpoints

Always include:

  • GET /health{ ok: true }

Add payment-related endpoints only as requested (e.g. create invoice, verify invoice).

Step 6 — Deliverables

Provide:

  • the full project folder
  • run instructions
  • smoke test checklist

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-03-19 21:05 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

dev-programming

YouTube

byungkyu
使用托管OAuth集成YouTube Data API,支持搜索视频、管理播放列表、获取频道数据及评论互动,适用于用户需要时使用此技能。
★ 142 📥 41,386
dev-programming

Mcporter

steipete
使用 mcporter CLI 直接列出、配置、认证及调用 MCP 服务器/工具(支持 HTTP 或 stdio),涵盖临时服务器、配置编辑及 CLI/类型生成功能。
★ 194 📥 67,406
dev-programming

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 676 📥 325,687