BEAM·v0.1.1·MACOS · LINUX·SHA-256 VERIFIED

privacy burn

Move balance back out of the privacy pool to a public EVM recipient.

Usage

$ beam --chain payy-testnet privacy burn <token|token-address> <amount> <recipient>

Spends from your private balance and credits the public ERC20 (or native) balance of <recipient> on the same chain.

Examples

$ beam --chain payy-testnet privacy burn USDC 5 0x1111...
$ beam --chain payy-testnet privacy burn native 1 alice.eth

The recipient accepts the same selectors as elsewhere: wallet names, raw addresses, or ENS names.

Notes

  • Burns confirm in two phases: the bridge transaction confirms on the EVM, then the local private state refreshes to reflect the spent notes.
  • Ctrl-C stops the wait without losing the submitted hash.
  • --format json emits the submitted hash, the consumed note ids, and the operation id.