aeon-distribute-tokens
Installation
SKILL.md
aeon-distribute-tokens
Production-grade batch payouts. State is keyed on (list, recipient, utc_date) so any re-run within the same day skips already-completed rows.
Phases
- RESOLVE — load config, check
BANKR_API_KEYscope (read-write required), preflight portfolio balance, resolve every@handleto an EVM address via Bankr Agent, build the plan. Aborts before any transfer if balance <total × 1.05. - EXECUTE — for each
READYrow, callPOST /wallet/transfer. Persist state to disk after every line, not at the end.
Dry-run runs RESOLVE only and prints the plan with no transfers.
Config
defaults:
token: USDC
amount: "5"
chain: base