Use when making or receiving Monero (XMR) payments. Generates addresses, sends payments, checks balances, verifies transactions, generates and verifies payment proofs, estimates fees, sweeps funds, and manages wallet operations via a self-hosted monero-wallet-rpc node. Keywords: monero, xmr, cryptocurrency, payments, wallet, send, receive, payment proof.
**Requires explicit confirmation to broadcast Monero transactions.** - Sending (send_xmr.sh) and sweeping (sweep_all.sh) XMR now require --confirm; transactions are not broadcast by default. - --dry-run mode is available to preview transactions without sending. - Updated documentation and usage instructions to reflect confirmation requirement. - Added "Agenta-Monero Security Review.md" file. - Various script, test, and documentation updates to support new confirmation workflow.