Swap Modules Overview
Explore WDK swap modules for token swap integrations across supported providers.
The Swap Development Kit (WDK) provides a set of modules that support swap on top of multiple blockchain networks. All modules share a common interface, ensuring consistent behavior across different blockchain implementations.
Swap Protocol Modules
DeFi swap functionality for token exchanges across different DEXs:
| Module | Blockchain | Status | Documentation |
|---|---|---|---|
@tetherto/wdk-protocol-swap-velora-evm | 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
Swidge provider routes
For new swap or bridge provider integrations, prefer the Swidge protocol interface. Swidge can represent swap-only routes, bridge-only routes, and combined swap-and-bridge routes. Existing standalone swap 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.