Install
openclaw skills install @plagtech/spraay-bankrEarn with Bankr, distribute with Spraay π§. Pairs a Bankr agent wallet with Spraay's batch payment gateway β pay up to 200 recipients in one atomic tx, ~80% gas savings. Airdrop launched tokens, split creator fees, run USDC payroll on Base.
openclaw skills install @plagtech/spraay-bankrWhat this skill does: Bankr gives your agent a wallet that trades, launches tokens, and earns fees. Spraay turns that wallet into a distribution engine β pay up to 200 recipients in a single atomic transaction instead of N separate transfers. This skill composes the two: every recipe ends in a Spraay batch call funded by a Bankr wallet.
Why batch: N individual transfers cost NΓ gas and can partially fail. One Spraay batch is atomic (all succeed or all revert) and saves ~80% gas. Primary chains: Base, Ethereum, Solana (15 mainnet chains total).
https://gateway.spraay.app. Free endpoints
need no payment. Paid endpoints use x402: Bankr wallets handle x402
USDC payments on Base automatically, so no separate signup or API key is
needed β the agent pays per call from its own wallet.Free (plan & validate before spending anything):
GET /free/prices β endpoint pricingGET /free/chain-status β supported chains + healthPOST /free/validate-batch β validate recipients/amounts before executionPOST /free/estimate-batch β gas + cost estimate for a batchPaid (x402, USDC on Base β Bankr pays automatically):
POST /api/v1/batch/execute β execute a batch payment (up to 200 recipients)POST /api/v1/escrow/create β escrowed/conditional payoutsGET /api/v1/tokens β supported token registryGET /api/v1/balances β balance checksAlways call /free/validate-batch and /free/estimate-batch before
/api/v1/batch/execute. Show the user the estimate and get confirmation
before any funds move.
User launched (or is launching) a token via Bankr and wants it in holders' or community members' hands.
POST /free/validate-batch with { token, recipients: [{address, amount}] }.
Fix any rejects before proceeding.POST /free/estimate-batch β present total cost + gas to the user.POST /api/v1/batch/execute. Bankr's wallet
pays the x402 fee and funds the batch. One tx, all recipients.Bankr routes trading fees to the token creator. Teams want those fees split automatically across contributors.
The agent manages a treasury in its Bankr wallet and pays a roster in USDC.
POST /api/v1/batch/execute β the whole roster in one atomic tx.For scheduled runs and compliance screening, see the crypto-payroll skill β
this recipe is the manual/on-demand path.
api.bankr.bot.0x1646452F98E36A3c9Cfc3eDD8868221E207B5eEC