Encrypted wallets
Passphrase-protected keystores, stored locally.
An encrypted Ethereum compatible wallet, with native support for privacy and agentic payments. Multi-chain RPC, ERC20 ops, arbitrary contract calls, an interactive REPL, x402/MPP agent payments, and private transfers.
curl -fsSL https://install.beam.payy.network | bashPassphrase-protected keystores, stored locally.
Ethereum, Base, Arbitrum, Optimism, BSC, Polygon, custom RPC.
Payy-EVM privacy out of the box. Local ZK proofs.
beam fetch settles paywalls automatically. Fee caps, chain allowlists.
Completions, history, Ctrl-C cancels without losing the prompt.
Typed args, decoded returns. No separate ABI tooling.
Verified GitHub Release binaries, SHA-256 checks.
Aliases everywhere. alice.eth, USDC, done.
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