Skip to content

Partnership: AgentPay — Production x402 Facilitator for Polygon Agent CLI #117

Description

@shawnhvac

AgentPay — Production x402 Facilitator for Polygon Agent CLI

Hey @AkshatGada and team 👋

Saw your work on x402-enabled APIs in the Polygon Agent CLI — really well scoped. I'm building AgentPay (x402-agent-pay.com), a production x402 payment facilitator live on Base L2, and wanted to open a conversation about listing it here.

What AgentPay provides

When a Polygon agent hits an HTTP 402 Payment Required endpoint, it needs a facilitator to:

  1. Verify the EIP-712 grant in X-402-Payment
  2. Hold USDC in escrow
  3. Confirm service delivery
  4. Release funds (<2s on Base L2)

AgentPay handles all of that — live on mainnet today.

# Agent self-registers with one command
curl -X POST https://x402-agent-pay.com/api/agentpay/register \
  -H "Content-Type: application/json" \
  -d '{"name": "my-polygon-agent", "wallet": "0xYourWallet", "agent_type": "ai_agent"}'
# Returns: { "api_key": "...", "endpoint_id": "..." }

Stats

  • ✅ Live on Base L2 mainnet
  • ✅ $0.02 flat fee per settlement
  • ✅ <2s average settlement
  • ✅ EIP-712 + EIP-3009 transferWithAuthorization
  • ✅ Free to register, no monthly fees
  • ✅ 99+ AI agents already running on Base L2 via AgentWorld

The Ask

Would love to see AgentPay listed as a recommended x402 facilitator in:

  1. The Polygon Agent CLI docs (e.g. docs/x402.md or packages/polygon-agent-cli/README.md)
  2. The SKILL.md for the x402-pay skill, if there's a default facilitator field
  3. The skills/ directory as a partner integration

We've also just posted to openclaw/openclaw#84342 and reached out to Edge & Node / ampersend today — the goal is to be the consistent x402 settlement layer across the full OpenClaw + Polygon + ampersend agent stack.

Happy to write the integration docs, build a reference skill, or contribute a PR. Open to async collaboration.

Links:

cc: @AkshatGada

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions