Gloam

Documentation

Private pay on Robinhood Chain

Yes, Solana-style “pay like public send” is possible on RH. Gloam is building that path with vault proofs + receive tags + on-chain memos.

Why Solana private send “feels” like public send

Wallets like Solflare hide the hard parts. You still pick a recipient and an amount — under the hood they use a shielded program, encryption, and discovery so you are not pasting raw note secrets. The UI matches public send; the settlement is private.

Robinhood Chain is EVM, not Solana. There is no built-in Elusiv/Light-style stack. That does not mean the pattern is impossible — it means the app + contracts must implement it (which is what Gloam is).

Gloam private pay (current)

  1. 1

    Receive tag

    Recipient publishes gloamr1… (shielded identity, not a public 0x transfer target).

  2. 2

    Vault transfer proof

    Sender spends a vault note → payment + change. Chain does not see Alice→Bob amount.

  3. 3

    Encrypted package

    Ticket sealed to their tag (gloam2t). Optional: post as on-chain memo for Scan inbox.

  4. 4

    Claim

    Recipient decrypts (tag key) and imports the note into their vault.

Is RH “not able” to do Solana-style private send?

No. EVM supports the same ingredients: Merkle notes, ZK proofs, encrypted memos, client scan. Solana’s edge today is product integration in wallets, not magic of the SVM.

Replicating Zcash on Robinhood with Gloam?

Directionally yes; literally cloning Zcash no.

  • Zcash = private ZEC (its own asset + full shielded protocol).
  • Gloam = private rails for RH stock tokens / RWA / ETH — hold, pay, eventually sealed trade — next to open settlement on the same chain RH cares about.

What still gates a full Zcash-class experience:

  • Production trusted setup (not dev zkeys)
  • Richer on-chain note ciphertexts + indexing (memo board is step 1)
  • Anonymity set / usage
  • Audit before real money

Try it

Move — Private pay → Direct · Receive tag · Scan inbox when memo is live.