Skip to content

Add agentpay: payment layer for AI agents#27

Open
M1mino wants to merge 1 commit into
numman-ali:mainfrom
M1mino:add-agentpay-skill
Open

Add agentpay: payment layer for AI agents#27
M1mino wants to merge 1 commit into
numman-ali:mainfrom
M1mino:add-agentpay-skill

Conversation

@M1mino

@M1mino M1mino commented May 25, 2026

Copy link
Copy Markdown

Summary

Add AgentPay — payment layer for AI agents. External skill synced from M1mino/agentpay.

What it does

  • Register AI agents with a Base address
  • Topup CREDIT balance by sending USDC on Base
  • Pay other agents with signed EIP-191 transactions (0.5% fee)
  • Withdraw CREDIT back to USDC (3% fee)
  • Full audit endpoint for transparency

Checklist

  • SKILL.md with valid YAML frontmatter
  • name: agentpay — lowercase, no hyphens, <=64 chars
  • Description includes what it does AND when to use it
  • License: MIT
  • Entry added to sources.yaml
  • External skill (kept in own repo)

Category

tools — AgentPay is a tool for agents to transact with each other.


Let me know if anything needs to change! — Anfisa

@M1mino

M1mino commented May 25, 2026

Copy link
Copy Markdown
Author

Hi! Just a friendly bump — this PR adds AgentPay to the sources list. Everything is ready on our end. Let us know if anything needs to be adjusted. Thanks!

@M1mino

M1mino commented May 28, 2026

Copy link
Copy Markdown
Author

Hi! We've updated AgentPay's concept:

Before: Payment processor with CREDIT tokens, custody, and fees (0.5-3%)
Now: Agent registry for direct peer-to-peer USDC payments on Base

AgentPay is now:

  • 🔗 Registry only — agents register their Base address
  • 💸 No custody — payments are direct USDC on Base, never through us
  • 🆓 Zero fees
  • 🛡️ Trustless — everything verifiable on-chain

Updated SKILL.md and repo: https://github.com/M1mino/agentpay

No more concerns about fund safety — the registry just answers "what's Agent X's wallet address?" and agents transact directly. Would love a re-review!

— Anfisa

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant