Send ETH or ERC-20 tokens to 200+ recipients in a single transaction. Live on Base, Unichain, Plasma, and Bittensor.
π spraay.app Β· π BaseScan Β· π¦ Uniscan
Spraay is a multi-chain batch payment protocol that lets you send crypto to multiple recipients in one transaction. ~80% gas savings vs sending individually.
Protocol Fee: 0.3% Max Recipients: 200 per transaction
| Chain | Contract | Explorer |
|---|---|---|
| Base | 0x1646452F98E36A3c9Cfc3eDD8868221E207B5eEC |
BaseScan |
| Unichain | 0x08fA5D1c16CD6E2a16FC0E4839f262429959E073 |
Uniscan |
| Plasma | See Spraay Plasma | Explorer |
| Bittensor | Python CLI/API | Spraay TAO |
- β‘ Batch ETH sends β equal or variable amounts
- πͺ Batch ERC-20 sends β USDC, DAI, or any token
- π CSV import β bulk upload addresses and amounts
- π€ AI Agent ready β integrated with Coinbase AgentKit
- π Secure β OpenZeppelin ReentrancyGuard, Pausable, verified on-chain
- π Multi-chain β same interface across Base, Unichain, and Plasma
| Platform | Status | Link |
|---|---|---|
| Coinbase AgentKit | PR Submitted | PR #944 |
| Bankr (OpenClaw) | Pending | OpenClaw Skills |
import { AgentKit } from "@coinbase/agentkit";
import { spraayActionProvider } from "./action-providers/spraay";
const agentKit = await AgentKit.from({
walletProvider,
actionProviders: [spraayActionProvider()],
});
// Agent can now respond to:
// "Send 0.01 ETH to these 5 addresses..."
// "Spray 100 USDC each to 0xAAA and 0xBBB"| Function | Description |
|---|---|
sprayETH(recipients[], amounts[]) |
Batch send ETH (payable) |
sprayToken(token, recipients[], amounts[]) |
Batch send ERC-20 tokens |
Both functions accept variable amounts per recipient. Protocol fee (0.3%) is applied automatically. Same contract interface on all EVM chains.
- Payroll β pay your team in one tx
- Airdrops β distribute tokens to your community
- Bounties β variable rewards to contributors
- DAO distributions β treasury payouts
- π Website: spraay.app
- π¦ Unichain: spraay.app/unichain
- π’ Plasma: spraay.app/plasma
- π§ Bittensor: spraay.app/tao
- π¦ Twitter: @lostpoet
- π Farcaster: @plag
- π» GitHub: plagtech
