Token, bridge, verifier, registry, reserve gate, and light client have contract code on chain ID 46630.
Robinhood Chain Testnet
Test rhWBTX bridge flows before production opens.
Use this page to get Robinhood testnet gas, connect a wallet, mint pilot rhWBTX, transfer it to another tester, and request a redeem back to BTX. The latest full loop below uses a self-hosted BTX regtest node for native deposit and payout, then Robinhood Chain testnet for rhWBTX mint, redeem, and burn.
What You Can Test Today
The Robinhood contracts are live, and the latest operator pilot completes the full native BTX regtest to Robinhood testnet round trip. Browser wallets can run the Robinhood-side actions directly from this page.
Your wallet submits a real Robinhood transaction that mints 1,000 sats of rhWBTX through the bridge proof path.
Your wallet can approve rhWBTX and create a real bridge redeem request with a BTX P2MR destination script.
The pilot command creates real local BTX deposit and payout transactions, then proves and fulfills them against Robinhood testnet.
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 WalletConnect and Switch
Connect an injected wallet, add Robinhood Chain Testnet, and confirm the wallet is on 0xb626.
Mint Pilot rhWBTX
Submit a bridge mint transaction. The browser proof is public testnet committee mode; the full pilot command uses real local BTX outpoints.
Request Redeem
Approve the bridge and file a redeem request. That tests the Robinhood burn/escrow leg of bridge-out.
End-to-End Bridge Path
The same user story has two directions: bring BTX into Robinhood to hold or sell, then redeem rhWBTX back to BTX after buying or receiving it.
BTX testnet to rhWBTX
Production users will send native BTX to the bridge vault with a memo that binds amount, Robinhood chain ID, and recipient.
- Get native BTX test coins from the BTX testnet faucet or operator.
- Send BTX to the custody vault with the generated memo.
- Deposit watcher emits the confirmed BTX outpoint.
- Proof producer builds a deposit proof.
- Robinhood bridge mints rhWBTX to the recipient.
rhWBTX to BTX testnet
Users who receive or buy rhWBTX can request a redeem to a BTX P2MR destination, then the payout worker releases native BTX.
- Hold rhWBTX on Robinhood Chain testnet.
- Approve the bridge for the exact redeem amount.
- Call requestRedeem with a BTX P2MR scriptPubKey.
- Redeem watcher creates a payout job.
- BTX releaser broadcasts payout and fulfillment burns escrowed rhWBTX.
Scenario A: bring in BTX to sell
Use the full-loop pilot command to create a real BTX regtest vault deposit and mint rhWBTX. Use the browser mint to rehearse the Robinhood wallet step quickly.
Scenario B: buy rhWBTX then redeem
After receiving rhWBTX from another Robinhood wallet, approve and request redeem here. The latest full-loop run then demonstrates the native payout and fulfill/burn leg.
Scenario C: handoff between testers
Mint to one wallet, transfer rhWBTX to another wallet, and have the receiving wallet request redeem. That mirrors the market-sale handoff.
Latest Full Native Loop
Loading the latest self-hosted BTX regtest and Robinhood testnet run.
Wallet Readiness
Pilot Mint
This sends a real Robinhood testnet transaction from your wallet. The amount is intentionally tiny: 1,000 sats, or 0.00001000 rhWBTX, matching the self-hosted BTX regtest dust floor.
Token
-
Redeem rhWBTX Back to BTX
This tests the live Robinhood-side bridge-out flow. A browser wallet can approve and request redeem; the full-loop command then demonstrates the native BTX regtest payout and fulfillment proof that burns the escrowed rhWBTX.
View redeem request transaction
Transfer rhWBTX to Another Tester
Use this to rehearse the market handoff: one wallet bridges in or mints pilot rhWBTX, transfers it to another wallet, and the receiving wallet later requests redeem.
Live Chain
Bridge Counters
Faucets
Pilot Wallet
Operator Full-Loop Checklist
The self-hosted pilot command performs the native pieces locally and the rhWBTX pieces on Robinhood testnet. It is the repeatable end-to-end test for bridge in, market handoff, bridge out, and burn.
Start BTX regtest, mine faucet funds, send a vault deposit, and attach the canonical OP_RETURN memo.
Mint rhWBTX, transfer it to the buyer wallet, approve the bridge, and request redeem to a real P2MR script.
Broadcast and mine the BTX payout, then fulfill the Robinhood redeem so pending returns to zero.
Repeat the Full Loop
This command builds or reuses local BTX binaries, starts a self-hosted regtest node, creates the BTX deposit and payout transactions, and submits the Robinhood testnet mint, redeem, and fulfill transactions.
cd ../wbtx-robinhood/tools/self-hosted-btx-pilot
go run . run --repo-root ../..
go run . status --repo-root ../..