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

privacy claim

Claim an incoming private transfer, a claim link, or a bearer artifact.

Usage

$ beam --chain payy-testnet privacy claim <claim-link|incoming-id|artifact>

Beam accepts three forms of claim input:

  • A claim link generated by beam privacy send --claim-link-message ....
  • A bearer artifact generated by beam privacy send --ephemeral ....
  • An incoming id from beam privacy incoming list.

Examples

$ beam --chain payy-testnet privacy claim https://...claim-link...
$ beam --chain payy-testnet privacy claim 0xArtifact...
$ beam --chain payy-testnet privacy claim incoming-12abc34

Notes

  • Beam validates the claim payload, prepares a proof against the live bridge state, and submits the claim transaction.
  • Already-spent claims fail with a normal CLI error.
  • The new private balance reflects the claim once the on-chain transaction confirms.
  • Ctrl-C stops the wait without losing the submitted hash.
  • Claim artifacts and links are excluded from REPL history.