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)