Synopsis
Behavior
- Load the private key using key auto-discovery.
- Submit a transfer from the sender to the actor address.
- Print the transaction hash and the actor’s new balance.
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.

