feat(spraay): Add Spraay batch payment action provider for Base#944
feat(spraay): Add Spraay batch payment action provider for Base#944plagtech wants to merge 2 commits intocoinbase:mainfrom
Conversation
🟡 Heimdall Review Status
|
|
Hey @murrlincoln — just following up on this PR. The Spraay x402 Gateway was recently merged into the official x402 ecosystem (coinbase/x402 PR #1278). Would appreciate a review when you get a chance. Happy to address any feedback. Thanks! |
Update — March 2026Spraay x402 Gateway has expanded significantly since this PR was opened: 62 paid endpoints across 8 categories (up from 6):
63-tool MCP server on Smithery: @plagtech/spraay-x402-mcp All endpoints are x402-native — agents pay USDC per request on Base. No API keys, no accounts. The GPU/Compute and Search/RAG primitives are especially relevant for AgentKit — agents can now generate images, search the web, and run LLM inference autonomously, all paid per-call with USDC. |
Pull Request: Add Spraay Batch Payment Action Provider
PR Title
PR Description
What
Adds a new Spraay Action Provider that enables AI agents to batch-send ETH or ERC-20 tokens to multiple recipients (up to 200) in a single transaction on Base, via the Spraay protocol.
Why
Batch payments are one of the most common onchain operations for DAOs, teams, and communities — payroll, airdrops, bounties, and reward distributions. Currently, AgentKit has no native batch payment capability, forcing agents to send individual transfers (expensive and slow). Spraay solves this with ~80% gas savings and a simple contract interface.
Actions Added
spraay_ethspraay_tokenspraay_eth_variablespraay_token_variableFeatures
Contract Details
0x1646452F98E36A3c9Cfc3eDD8868221E207B5eECTesting
Checklist
How to Fork and Submit