Agent payments (x402+MPP)
beam fetch settles paywalls automatically. Fee caps, chain allowlists.
Beam is an EVM compatible wallet CLI, with native support for safe agentic payments. Multi-chain RPC, encrypted wallets, ERC20 ops, arbitrary contract calls, interactive REPL, x402/MPP payments, private transfers and a secure app store.
curl -fsSL https://install.beam.payy.network | bashbeam fetch settles paywalls automatically. Fee caps, chain allowlists.
Ethereum, Base, Arbitrum, Optimism, BSC, Polygon, custom RPC.
Passphrase-protected keystores, stored locally.
Aliases everywhere. alice.eth, USDC, done.
Typed args, decoded returns. No separate ABI tooling.
Completions, history, Ctrl-C cancels without losing the prompt.
Verified GitHub Release binaries, SHA-256 checks.
Payy-EVM privacy out of the box. Local ZK proofs.
Wallet, RPC client, contract caller — without an Electron window.
$ beam call USDC \ "balanceOf(address):(uint256)" \ alice.eth
Pay APIs autonomously with 402/MPP support, fee caps, and chain allowlists.
$ beam fetch --max-fee 0.001 \ --allowed-chains base \ https://paywall.example/article
Private transfers, peer to peer. No signup, no app store review.
$ beam privacy send 0xabc... \ USDC 25 --memo "lunch"
Run the line below. The installer picks the latest stable release for your platform, verifies its SHA-256 against the GitHub Release, and aborts on mismatch.
curl -fsSL https://install.beam.payy.network | bash