Get Robinhood Testnet ETH
The Robinhood faucet funds gas on chain ID 46630. It may ask for Google sign-in or a connected wallet.
Faucet for WalletRobinhood Chain Testnet
Use this page to get Robinhood testnet gas, connect a wallet, mint a tiny pilot amount of rhWBTX through the test bridge path, and verify the live contracts.
Follow the same path a real user will eventually take, with a testnet faucet and a tiny pilot mint replacing production BTX custody.
The Robinhood faucet funds gas on chain ID 46630. It may ask for Google sign-in or a connected wallet.
Faucet for WalletConnect an injected wallet, add Robinhood Chain Testnet, and confirm the wallet is on 0xb626.
Send a wallet transaction to the bridge that mints 3 test sats of rhWBTX to your address.
Check token supply, wallet balance, contract code, and the transaction on Robinhood's explorer.
The production bridge will lock native BTX and mint WBTX on Robinhood Chain. This pilot exercises the same contract path with test proofs.
Production starts from a BTX deposit and custody proof. The public pilot substitutes a deterministic test deposit leaf.
Asset native BTXThe bridge verifies the proof mode, checks reserve health, records source outpoints, and applies mint caps.
Modes committee + EVX light clientrhWBTX is minted on Robinhood Chain testnet and can later be redeemed through the bridge request path.
Token rhWBTXThis sends a real Robinhood testnet transaction from your wallet. The amount is intentionally tiny: 3 sats, or 0.00000003 rhWBTX.
-
Operators can repeat the same end-to-end bridge check from the WBTX repo. It mints, requests redeem, fulfills redeem, submits an EVX light-client checkpoint, and verifies accounting.
cd ../wbtx-robinhood
tools/robinhood-testnet-deploy.sh status
FOUNDRY_CONFIG=foundry.toml forge script script/SmokeRobinhoodWBTX.s.sol:SmokeRobinhoodWBTX \
--root . \
--rpc-url https://rpc.testnet.chain.robinhood.com \
--private-key "$PRIVATE_KEY" \
--broadcast \
--slow