WDK logoWDK documentation

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:

ModuleBlockchainStatusDocumentation
@tetherto/wdk-protocol-swap-velora-evmEVM✅ ReadyDocumentation
@tetherto/wdk-protocol-swap-stonfi-tonTONIn progressComing soon

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

Combined swap and bridge routes

When a route needs both a token swap and cross-chain movement, use the Swidge protocol interface instead of wiring separate swap and bridge flows manually. The shared interface covers route discovery, quoting, execution, and status tracking for combined asset routes.

On this page