aeon-distribute-tokens

Automate batch token payouts with the Bankr Wallet API.

Updated Jun 11, 2026
One-click install
npx skills add https://github.com/dnzengou/agentbot-opensource --skill aeon-distribute-tokens
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aeon-distribute-tokens
Source: https://github.com/dnzengou/agentbot-opensource/tree/main/skills/aeon-distribute-tokens
Command: npx skills add https://github.com/dnzengou/agentbot-opensource --skill aeon-distribute-tokens

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill solves the problem of batch token payouts with strict idempotency and recovery from partial runs, making it ideal for weekly rewards, tip pools, and leaderboard payouts where double-sending must be impossible.

Core Features & Use Cases

  • Batch Token Payouts: Distribute tokens to multiple recipients via the Bankr Wallet API.
  • Idempotency: Ensures that re-runs within the same UTC day are a no-op for completed rows.
  • Dry-Run Preview: Provides a preview of the payout plan without executing transfers.
  • Recovery from Partial Runs: Allows recovery from partial runs, ensuring all tokens are sent.
  • Use Case: Perfect for weekly contributor rewards, tip pools, leaderboard payouts, and any "pay N wallets X amount" flow.

Quick Start

Run the aeon-distribute-tokens skill to distribute tokens to the specified recipients with a dry-run to preview the payout plan.

Frequently Asked Questions about aeon-distribute-tokens

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate batch token payouts without double-sending to recipients?

Batch token payouts can be automated securely by using the Bankr Wallet API with built-in idempotency, ensuring re-runs within the same UTC day act as a no-op for completed rows. This prevents double-sending during partial recovery.

What is idempotency in crypto token distribution and how does it prevent duplicate transfers?

Idempotency in token distribution ensures that re-running a payout script within the same UTC day does not resend tokens to rows that have already completed. This mechanism guarantees that partial recovery runs do not result in duplicate transfers.

How do I preview a cryptocurrency payout plan before actually executing the transfers?

You can preview a cryptocurrency payout plan by running the distribution script in dry-run mode. This generates a preview of the intended token transfers via the Bankr Wallet API without actually executing the blockchain transfers.

Do I need a specific API key to distribute tokens via the Bankr Wallet API?

Yes, distributing tokens via the Bankr Wallet API requires a valid BANKR_API_KEY with the Wallet API explicitly enabled. The key must also have read-write access to successfully execute the batch transfer operations.

Can I recover a batch token distribution if the script fails halfway through?

Yes, you can recover from partial runs during batch token distribution. The script tracks completed rows, allowing you to safely re-run the payout process to ensure all remaining recipients receive their tokens without duplicating previous transfers.

What are the limitations of using idempotent batch payouts for weekly rewards?

A limitation of idempotent batch payouts is that idempotency is restricted to the same UTC day. If you need to re-run a failed distribution for weekly rewards across different days, you must carefully manage the state to avoid unintended duplicate transfers.