btx.supply testnet

A public testnet workspace for trying WBTX before mainnet. Connect a wallet, request test funds, check live reserve status, generate deposit memos, test DeFi-style integrations, and request redeems without using real assets.

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

Network & Contract 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 testnet ETH for gas and a small amount of wrapped test BTX. Funds are resettable and have no mainnet value.

Connect a wallet or paste an address.

2. Check Balance

Balance Raw Queue pending

Wallets should add chain 31337 automatically when you connect. Use a test wallet, not a wallet holding real assets.

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 DeFi contracts or Uniswap-style pools.
  4. Generate a BTX deposit memo to understand the deposit format.
  5. Use P2MR destination bytes to request an on-chain redeem.

Deposit BTX → WBTX

Generate the OP_RETURN memo used to bind a BTX-side deposit to an Ethereum recipient. Public testers should use the faucet for WBTX today; this memo view shows the deposit format for broader BTX deposit testing.

BTX deposit address You receive

Withdraw WBTX → BTX

Approve WBTX to the bridge and request a redeem to a BTX destination. Use a P2MR scriptPubKey for current testnet redeems unless a tester guide gives you a different destination.

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 testnet directly; use a dedicated test 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.

Before You Test

This is a resettable public testnet. Use small amounts, verify the chain and token address before every approval, and treat pool prices or oracle values as test signals only.

Use a test walletDo not connect a wallet that holds mainnet assets.
Approve carefullyPrefer exact approvals and verify the spender address.
Check statusConfirm API, reserve, and oracle health before bridge or DeFi tests.