Proof of Backing · both chains, read in your browser
Every WWB on Robinhood Chain is one real WWB, locked.

A bridged token is a claim. The only question worth asking about a claim is whether the thing behind it is actually there. This page does not answer that with a sentence. It asks both chains, right now, from your browser, and shows you both numbers side by side.

Reading both chains…WWB · LayerZero OFT · lock & mint
Asking Optimism how much is locked, and Robinhood Chain how many claims exist.
Locked on Optimism
in the adapter 0x363BDEd1…BAC444D

Real WWB, held by the bridge adapter and not by any person. It can only leave when a matching claim is returned and destroyed.

Claims on Robinhood Chain
total supply of 0x10B5Ca68…164F1F11

Every WWB that exists on Robinhood Chain. Nothing can be minted here except by the bridge, and only against WWB locked on the other side.

Difference · … 

 

What this page will and will not claim

Check it yourself

Two calls. No library, no key, no account. Paste them into a terminal.

# locked on Optimism (WWB balance of the bridge adapter)
curl -s https://mainnet.optimism.io -H 'content-type: application/json' -d '{"jsonrpc":"2.0","id":1,"method":"eth_call","params":[{"to":"0x03cc5feF38896537c10Fcb30A53A1B12be101da6","data":"0x70a08231000000000000000000000000363BDEd187554f69102A6360D82A62EbEBAC444D"},"latest"]}'

# claims on Robinhood Chain (total supply of the OFT)
curl -s https://rpc.mainnet.chain.robinhood.com -H 'content-type: application/json' -d '{"jsonrpc":"2.0","id":1,"method":"eth_call","params":[{"to":"0x10B5Ca68a5509B93E6c8f62Ed76a7086164F1F11","data":"0x18160ddd"},"latest"]}'

Both answers are hex, in wei. Divide by 1018. They should match.