Skip to main content

Synopsis

Behavior

  1. Load the private key using key auto-discovery.
  2. Submit a transfer from the sender to the actor address.
  3. Print the transaction hash and the actor’s new balance.
Funded actors can pay gas for handlers that don’t receive a caller-paid message — for example, actors driven by the scheduler (CIP-1 timers) or off-chain runner callbacks.

Flags

Example

Edge Cases

  • Insufficient sender balance — The transaction reverts at execution. The receipt contains InsufficientFunds.
  • Unknown actor — Funding a non-existent address succeeds (balance is tracked at the address level, not per-actor). If the address is eventually deployed to, the funds will be available.