STOCKO Robinhood Chain
Your commitments

What you own, held as hashes.

Every note below is a commitment sitting in the public set on Robinhood Chain. The chain stores the hash. The opening — which asset it is, and the one-time key that owns it — never leaves this browser.

set size —
Private hold

Commit an asset to the set.

The transaction publishes one 32-byte hash. It does not name the asset, and it is not readable back to you: the leaf commits to a secret asset salt and a fresh one-time key that has never held anything else.

What the chain will see

This exact hash, and nothing else.

asset reference
asset salt (secret)
one-time owner key
leaf → published

Gas is paid by your connected wallet. That wallet is the only public link, and it never appears inside the commitment.

Ownership proof

Prove you own it. Not what else you own.

Pick a commitment, take the verifier's challenge, and sign it with that note's one-time key. The result is checked against live chain state — the verifier learns this one asset is yours, and nothing more.

Proof blob

Hand this to the verifier. It contains the opening for one asset only.

Private transfer

Hand ownership over, quietly.

The sender spends the old commitment and appends a new one. The chain sees a one-time key it has never seen before retire, and a fresh hash appear. Neither wallet is named.

Receiving side

Generate a ticket and send it to whoever is handing you the asset.

Delivery note

After a transfer, send this to the recipient so they can open their new commitment. Paste it below to claim one.

Verifier

Check a claim against the chain.

Paste a proof blob. This calls verifyOwnership on the registry over the public RPC — no wallet, no trust in this page.

Console