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:
| Module | Route | Status | Documentation |
|---|---|---|---|
@tetherto/wdk-protocol-bridge-usdt0-evm | EVM → EVM + Non-EVM | ✅ Ready | Documentation |
Next steps
To get started with WDK modules, follow these steps:
- Get up and running quickly with our Quickstart Guide
- Choose the modules that best fit your needs from the tables above
- 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
Combined swap and bridge routes
When a route needs both cross-chain movement and a token swap, use the Swidge protocol interface instead of wiring separate bridge and swap flows manually. The shared interface covers route discovery, quoting, execution, and status tracking for combined asset routes.