Skip to main content

Bridge

The bridge moves assets between BSC Testnet and Mo Chain Testnet using a self-custodied lock/mint design with a relayer — it does not depend on the BSC native cross-chain relayer.

How it works

Reverse direction burns/locks on Mo and unlocks on BSC.

Two modes

  • MINT_BURN — issues a new wrapped token on Mo (BridgeToken), minted on deposit and burned on withdrawal.
  • LOCK_UNLOCK — maps an already-deployed token on Mo; the bridge holds a reserve (depositReserve) and transfers from it.

Contracts

本模块尚未部署 / 尚无地址(contracts.bridge 为空)。部署对应 stage 后重新构建本门户即会自动填充。

Decimals

Token decimals can differ across chains (e.g. BSC 18-dec vs Mo 6-dec stablecoins). The relayer reads decimals() on both sides and scales the amount; the signed message uses the scaled destination amount, and dust below the smallest representable unit is rejected.

Limits

Per-transfer maximums and confirmation depths are configured at deploy time (anti-reorg). Check the bridge UI for current limits.

Next steps