btx.supply testnet
A single-node public rehearsal for the Ethereum WBTX wrapper. The site talks to Cloudflare Pages, a Cloudflare Tunnel, and a local Anvil chain so testers can try wallet connection, test funding, WBTX balance reads, deposit memo generation, and wrapper redeem requests without spending mainnet gas.
Live Testnet Status
1. Get Test Funds
The faucet sends local Anvil ETH for gas and a small amount of wrapped test BTX. These funds are only for this resettable testnet.
2. Check Balance
Wallets should add chain 31337 automatically when you connect. The faucet account is public and has no mainnet value.
3. Test Flow
- Connect MetaMask or another injected EVM wallet.
- Use the faucet for test ETH and wrapped test BTX.
- Use WBTX as an ERC-20 in local DeFi contracts or Uniswap-style pools.
- Generate a BTX deposit memo for the operator proof flow.
- Use P2MR destination bytes to request an on-chain redeem.
Deposit BTX → WBTX
The public BTX L1 leg is simulated in this single-node testnet. This panel generates the exact OP_RETURN memo that the proof producer consumes when an operator mints WBTX from a test BTX deposit.
Withdraw WBTX → BTX
This local wrapper path approves WBTX to the bridge and calls requestRedeem(uint256,bytes). Use a P2MR scriptPubKey for the destination while this testnet is in wrapper mode.
What Test WBTX Can Be Used For
WBTX behaves like a standard ERC-20 on this Ethereum-compatible testnet. DeFi apps can hold, transfer, approve, swap, and LP the token while using the reserve and bridge API as BTX-specific safety signals.
- For Uniswap-style testing, deploy or connect a Uniswap-compatible factory/router on chain
31337, approve WBTX, seed a WBTX/test asset pool, then swap or LP against that pool. - The public Uniswap Labs app may not support this local testnet directly; use a local interface, scripts, or custom integration until a supported deployment exists.
- Pool prices are market signals, not proof of reserve. Check
/api/v1/reserve,/api/v1/bridge, and/api/v1/oraclefor bridge-specific state.
Operator Notes
The single-node bridge rehearsal is intentionally transparent. Test ETH comes from the local Anvil account. Wrapped test BTX comes from the local faucet account. BTX deposit proofs are generated by the sibling wbtx-eth proof-producer against the current Anvil contracts. Redeem requests appear on-chain immediately; the operator proof flow can then fulfill them in the simulator.