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:
- Verify the EIP-712 grant in
X-402-Payment
- Hold USDC in escrow
- Confirm service delivery
- 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:
- The Polygon Agent CLI docs (e.g.
docs/x402.md or packages/polygon-agent-cli/README.md)
- The SKILL.md for the
x402-pay skill, if there's a default facilitator field
- 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
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 Requiredendpoint, it needs a facilitator to:X-402-PaymentAgentPay handles all of that — live on mainnet today.
Stats
transferWithAuthorizationThe Ask
Would love to see AgentPay listed as a recommended x402 facilitator in:
docs/x402.mdorpackages/polygon-agent-cli/README.md)x402-payskill, if there's a default facilitator fieldWe'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