Documentation Index
Fetch the complete documentation index at: https://docs.cowboy.inc/llms.txt
Use this file to discover all available pages before exploring further.
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
| Flag | Default | Description |
|---|---|---|
--actor | Required | Target actor address (hex) |
--amount | Required | Amount in CBY (1 CBY = 10⁹ wei) |
--private-key | Auto-discovered | Sender’s private key |
--rpc-url | Auto-discovered | RPC endpoint |
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.

