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.

Step-by-step tester guide is liveUse the screenshot guide to add the chain, get test funds, test WBTX in DeFi-style flows, create a BTX deposit memo, and request a WBTX redeem. Open Guide

Live Testnet Status

RPC URL Chain ID WBTX token WBTX bridge API URL Faucet URL Account Wallet statusloading…
APIloading…
Reserveloading…
Oracleloading…

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.

Connect a wallet or paste an address.

2. Check Balance

Balance Raw Queue pending

Wallets should add chain 31337 automatically when you connect. The faucet account is public and has no mainnet value.

3. Test Flow

  1. Connect MetaMask or another injected EVM wallet.
  2. Use the faucet for test ETH and wrapped test BTX.
  3. Use WBTX as an ERC-20 in local DeFi contracts or Uniswap-style pools.
  4. Generate a BTX deposit memo for the operator proof flow.
  5. 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.

BTX deposit address You receive

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.

Status

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.

Wallets and paymentsHold, transfer, and redeem wrapped test BTX back through the bridge flow.
DEX marketsCreate WBTX/test asset pools for swaps, liquidity, LP fee testing, and price discovery.
Collateral experimentsPrototype lending, vault, treasury, and liquidation flows with conservative testnet parameters.
  • 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/oracle for 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.

Run all private-site checkspnpm run test Run wrapper proof smokeETHWBTX_RPC_URL=http://127.0.0.1:21645 simulator/bin/eth-wbtx-sim smoke-production-proof Run handoff smokeETHWBTX_RPC_URL=http://127.0.0.1:21645 simulator/bin/eth-wbtx-sim smoke-production-handoff