Stay up to date with the latest WDK releases, features, and fixes.
March Update
Hackathon Galactica: Results
Tether's first hackathon on agentic payments wrapped on March 22. The numbers exceeded expectations: 484 participants signed up and 206 projects were submitted across four tracks - Agent Wallets, Lending Bot, Autonomous DeFi Agent, and Tipping Bot. Over 30,000 USDt in prizes will be distributed.
This was the first large-scale stress test of WDK by a broad developer audience, and the results showed the SDK holds up. We are reviewing the submissions now and will share winning projects in the next issue.
EIP-7702 support - Full implementation for gasless transactions of Tether assets (USDt, XAUt, USAt) on EVM wallets. Developers can sponsor gas for end users without requiring them to hold native tokens.
Agentic Wallet Skills repo - Ready-to-use skill files for EVM wallet setup, BTC wallet setup, and USDt transfers. Drop these into any agent that accepts file-based instructions and get working wallet operations out of the box.
WDK MCP + LangChain integration example - Reference implementation showing how to connect WDK's MCP Toolkit to LangChain-powered agents.
create-wdk-module CLI - Published on npm. Scaffolds new WDK modules with support for different module types, interactive mode, and automated project structure.Documentation available here.
wdk-backup-cloud-react-native - New package for cloud backup of wallet data to iCloud and Google Drive.GitHub.
Partners page - A dedicated page for the WDK Partner Program is now live on the docs site.Partner with WDK.
Improvements
wdk-react-native-core (v1.0.0-beta.3) - Major developer experience overhaul:
New v2 hooks: useWalletManager(), useWallet(), useAddresses(), and useBalance() replace the raw v1 API, dramatically simplifying the integration surface.
Redesigned Send API from low-level callAccountMethod calls to a clean send({ network, to, amount, token }) interface with human-readable amounts.
Custom derivation path support and biometric bypass functionality.
wdk-wallet-evm-erc-4337 (v1.0.0-beta.5) - EIP-712 typed data signing, multicall token balances, and simplified Safe 4337 pack. Updated safe library to support the RPC failover provider.
wdk-wallet-btc (v1.0.0-beta.6) - Refactored to use a single Electrum client per WalletManager, reducing connection overhead. CI now supports bitcoind + electrs for automated testing.
wdk-wallet-tron (v1.0.0-beta.5) - Added unit tests, fixed case-sensitive address check in verify, security dependency updates.
wdk-protocol-lending-aave-evm (v1.0.0-beta.4) - Added AGENTS.md for AI agents, security fixes.
wdk-protocol-bridge-usdt0-evm () - Expanded multi-chain bridging support now covering Solana, TON, and TRON alongside EVM chains.
From the community
Hackathon Galactica brought 484 participants and 206 project submissions - by far the largest community event in WDK's history. We will feature the winning projects in the April issue once judging is complete.
March also saw healthy growth across the board: docs views up 75% and the WDK community crossed 1,000 members!
Built something with WDK? Share it in theShowcase - we want to feature your work.
March Update | WDK by Tether
v1.0.0-beta.3
wdk-failover-provider - Race condition fixes and improved type support.
wdk-wallet-solana - Blockhash lifetime added as default, JSDoc type corrections.
New release pipelines introduced across all WDK modules for more consistent and reliable publishing.
Security dependency updates applied across multiple modules via npm audit.