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.
Real WWB, held by the bridge adapter and not by any person. It can only leave when a matching claim is returned and destroyed.
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.
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.