WDK logoWDK documentation

Bridge Modules Overview

Explore WDK bridge modules for moving assets across supported chains.

The Wallet Development Kit (WDK) provides a set of modules that support bridging between different blockchain networks. All modules share a common interface, ensuring consistent behavior across different blockchain implementations.

Bridge Protocol Modules

Cross-chain bridge functionality for token transfers between blockchains:

ModuleRouteStatusDocumentation
@tetherto/wdk-protocol-bridge-usdt0-evmEVM → EVM + Non-EVM✅ ReadyDocumentation

Next steps

To get started with WDK modules, follow these steps:

  1. Get up and running quickly with our Quickstart Guide
  2. Choose the modules that best fit your needs from the tables above
  3. Check specific documentation for modules you wish to use

You can also:

  • Learn about key concepts like Account Abstraction and other important definitions
  • Use one of our ready-to-use examples to be production ready

Swidge provider routes

For new swap or bridge provider integrations, prefer the Swidge protocol interface. Swidge can represent bridge-only routes, swap-only routes, and combined bridge-and-swap routes. Existing standalone bridge module references remain available for released modules that have not moved to Swidge.

For a released community provider, see Orchestra, which implements Swidge for BTC and stablecoin routes returned by Flashnet Orchestra.

On this page