BTC:
ETH:
SOL:
BNB:
XRP:
Launch playbook

Receipts, review IDs, and shareable settings

Launch is review-first: the product generates deterministic review material before you sign, then stores a receipt after confirmation so you can prove what landed.

7 min readReviewed July 18, 2026Launch playbook

The short answer

Shareable settings encode draft form state into a URL so a teammate can open the same prep (without disclosure checkboxes that must be re-accepted). A review / receipt id changes when material launch settings change so you can tell two preps apart. A post-launch receipt stores mint or contract address, tx signature/hash, network, and related explorer links—locally first, optionally backed up when you are signed in.

Local receipts vs signed-in backup

Local storage keeps receipts in the browser so offline review still works. Clearing site data deletes them. When signed in, the app can POST a backup that re-verifies against RPC before storing—so a backup failure still leaves the explorer signature as the public source of truth.

What operators should archive

  • Mint or contract address (full string).
  • Transaction signature / hash.
  • Network id (devnet / mainnet / RH testnet / RH mainnet).
  • Metadata URI (Solana) or verification package (EVM).
  • Timestamp and which profile / supply split was intended.

For personal trading history rather than deploy ops, use the journal path separately.

Sharing with the market

When you publish a launch, lead with the address and explorer link. Attach the receipt summary if helpful, but assume hostile readers will verify independently. If you used Team mode, disclose member wallets consistently with what co-signed.

Next

Run the pre-mainnet checklist before real size.