transfer
Send the native gas token to any address, name, or ENS handle.
Usage
$ beam transfer <RECIPIENT> <AMOUNT>
The recipient accepts wallet names, raw 0x... addresses, and ENS names. Amounts are in the native token's display units.
Examples
$ beam --chain sepolia transfer 0x1111... 0.01
$ beam --chain base --from alice transfer bob.eth 0.05
The REPL shows a loading spinner while the transaction is in flight. Press Ctrl-C to stop waiting without losing the submitted hash.
Confirmation policy
Beam returns once the active RPC confirms the transaction. If the RPC stops reporting the transaction for ~60 seconds, Beam emits a dropped state so you can retry or re-broadcast manually.