DEV Community

Cover image for I built a tool to send TAO to 100+ wallets in one transaction (Bittensor payouts)
Mr Hamlin
Mr Hamlin

Posted on

I built a tool to send TAO to 100+ wallets in one transaction (Bittensor payouts)

Bittensor subnet operators often need to send TAO payouts to multiple wallets โ€” miners, contributors, validators.

Right now, most people are:

  • sending transactions one by one
  • writing custom scripts
  • or dealing with error-prone payout flows

So I built something simple:

๐Ÿ‘‰ A way to batch TAO payouts in a single transaction


๐Ÿš€ The problem: TAO payouts donโ€™t scale well

If youโ€™re running a Bittensor subnet, youโ€™ve probably run into this:

  • you have a list of wallet addresses
  • each one needs a payout
  • youโ€™re sending transactions manually or via scripts

This leads to:

  • wasted time
  • higher chance of mistakes
  • poor scalability as your subnet grows

There wasnโ€™t a clean, simple way to:

๐Ÿ‘‰ send TAO to multiple wallets at once


โšก The solution: TAO Batch Payouts

I built a tool called:

๐Ÿ‘‰ TAO Batch Payouts

It lets you:

  • paste wallet addresses + amounts
  • review the payouts
  • send everything in one transaction

No scripts. No manual sending.


๐Ÿง  How it works

The flow is intentionally simple:

  1. Paste wallets + amounts (or upload CSV)
  2. Click Review & Send
  3. Confirm the payouts
  4. Execute the batch transaction

Thatโ€™s it.


๐Ÿ’ก Example input

5F3sa2TJ...freqmY4p 1.5
5Grwva...GkutQY     2.3
5FHneW...M694ty     0.75
Enter fullscreen mode Exit fullscreen mode

๐Ÿ” Why this matters

This isnโ€™t just convenience โ€” it solves a real pain in the Bittensor ecosystem:

โœ… Batch payments

Send to 100+ wallets in one transaction

โœ… Less manual work

No more copy-paste wallet-by-wallet

โœ… Fewer errors

Review everything before sending

โœ… Built for subnet operators

Designed specifically for TAO distribution and rewards


๐Ÿ”— Try it here

๐Ÿ‘‰ https://spraay.app/tao-batch


๐Ÿงพ Pricing

  • 1% batch fee
  • applied at confirmation
  • fully transparent before sending

๐Ÿง  Under the hood

This is powered by Spraay, a multi-chain batch payment infrastructure.

The idea is simple:

๐Ÿ‘‰ make multi-wallet crypto payouts as easy as a single transaction


๐Ÿค– Bigger picture: programmable payments for AI agents

This tool is just one piece of a larger direction:

  • AI agents making payments
  • automated reward distribution
  • machine-to-machine transactions

Batch payouts are a foundational primitive for:

๐Ÿ‘‰ agent-native payments + programmable finance


๐Ÿ“Œ Keywords (for devs searching this)

If youโ€™re here looking for:

  • how to send TAO to multiple wallets
  • batch crypto payments
  • bittensor payouts automation
  • distribute TAO rewards
  • multi wallet crypto transactions
  • bulk crypto payments

This tool was built for exactly that.


๐Ÿ™ Feedback

If youโ€™re running a Bittensor subnet or dealing with TAO payouts:

  • how are you handling payouts today?
  • manual? scripts? something else?

Would love feedback or ideas.


๐Ÿ‘‹ Closing

This started as:

๐Ÿ‘‰ โ€œthere has to be an easier way to send payoutsโ€

And turned into a simple tool you can use right now.

If it saves you time (or prevents one mistake), itโ€™s doing its job.


๐Ÿ‘‰ https://spraay.app/tao-batch

Top comments (0)