CLI Reference
Wallets
Reference for pay account, setup, topup, solana, and send.
Wallet commands manage local accounts and direct Solana interactions.
Agent summary
- Do not run account mutation commands unless requested.
- Use
pay account listto inspect configured accounts. - Use
pay setup --updateto refresh agent config without creating a new account. - Treat
send,export, andremoveas high-intent commands.
Setup and funding
pay setup
pay setup --update
pay topup
pay topup --sandboxAccounts
pay account new --name work
pay account import ./keypair.json --name imported
pay account list
pay account default work
pay account export --name work
pay account remove workSolana passthrough
pay solana balance
pay solana transfer <recipient> 0.1Send SOL
pay send 0.1 <recipient>
pay send '*' <recipient>