aeon-distribute-tokens

Distributes tokens to multiple recipients via the Bankr Wallet API with idempotency and dry-run preview.

14|2|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/Eskyee/agentbot-opensource --skill aeon-distribute-tokens-eskyee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aeon-distribute-tokens
Source: https://github.com/Eskyee/agentbot-opensource/tree/main/skills/aeon-distribute-tokens
Command: npx skills add https://github.com/Eskyee/agentbot-opensource --skill aeon-distribute-tokens-eskyee

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the challenge of secure and efficient batch token payouts, ensuring idempotency and providing a dry-run preview feature.

Core Features & Use Cases

  • Batch Token Payouts: Distribute tokens to multiple recipients in one operation.
  • Idempotency: Prevents double-sending issues with per-recipient checks.
  • Two-Phase Process: Resolution and execution phases ensure accuracy.
  • Dry-Run Preview: Visualize the payout plan without executing transfers.
  • Use Case: Suitable for weekly contributor rewards, tip pools, leaderboard payouts, etc.

Quick Start

Execute the 'aeon-distribute-tokens' skill to distribute tokens to the specified list of recipients.

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 to multiple wallets securely?

You can automate batch token payouts using the Bankr Wallet API, which processes multiple recipients in a single operation while per-recipient idempotency checks prevent double-sending errors.

What is idempotency in token distribution and why does it matter?

Idempotency in token distribution prevents double-sending tokens by applying per-recipient checks, ensuring that failed or retried batch payout operations do not execute duplicate transfers to the same wallet.

Can I preview a token payout plan before executing the transfers?

Yes, you can preview a token payout plan using the dry-run feature, which visualizes the proposed batch distribution details without actually executing any token transfers.

How does the two-phase resolution and execution process work for batch payouts?

The two-phase process for batch payouts works by first resolving recipient details and payout parameters, then executing the verified transfers, ensuring accuracy before any tokens are distributed.

Does the Bankr Wallet API support dry-run previews for weekly contributor rewards?

Yes, the Bankr Wallet API supports dry-run previews for weekly contributor rewards and other multi-wallet payment scenarios, allowing you to verify the payout plan before execution.